mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
feat: update changelog for new payment methods; add UserNotFoundError handling in purchase flows
This commit is contained in:
@@ -94,6 +94,7 @@ class UserNotFoundError(FragmentAPIError):
|
||||
NOT_FOUND = (
|
||||
"Telegram user '{username}' was not found on Fragment. Double-check the username and make sure the account exists."
|
||||
)
|
||||
NOT_A_USER = "'{username}' does not belong to a user account. Make sure the username is assigned to a personal Telegram account, not a channel or bot."
|
||||
|
||||
|
||||
class AlreadySubscribedError(FragmentAPIError):
|
||||
|
||||
Reference in New Issue
Block a user