mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
142 KiB
142 KiB
description | title | image | has_children | has_toc | nav_order |
---|---|---|---|---|---|
MadelineProto PHP API reference | MadelineProto API | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | true | false | 2 |
danog/madelineproto
Async PHP client API for the telegram MTProto protocol.
Interfaces
- \danog\MadelineProto\EventHandler\SimpleFilter\Ended: Represents an ended call
- \danog\MadelineProto\EventHandler\SimpleFilter\FromAdmin: Allows messages from the bot admin
- \danog\MadelineProto\EventHandler\SimpleFilter\FromAdminOrOutgoing: Allows messages from the bot admin or outgoing messages
- \danog\MadelineProto\EventHandler\SimpleFilter\HasAudio: Allows only audio messages
- \danog\MadelineProto\EventHandler\SimpleFilter\HasDocument: Allows only documents
- \danog\MadelineProto\EventHandler\SimpleFilter\HasDocumentPhoto: Allows only document photos
- \danog\MadelineProto\EventHandler\SimpleFilter\HasGif: Allows only GIFs
- \danog\MadelineProto\EventHandler\SimpleFilter\HasMedia: Allows only media messages
- \danog\MadelineProto\EventHandler\SimpleFilter\HasMultiplePoll: Allows only messages that contain a multiple poll
- \danog\MadelineProto\EventHandler\SimpleFilter\HasNoMedia: Allows only messages with no media
- \danog\MadelineProto\EventHandler\SimpleFilter\HasPhoto: Allows only photos
- \danog\MadelineProto\EventHandler\SimpleFilter\HasPoll: Allows only messages that contain a poll
- \danog\MadelineProto\EventHandler\SimpleFilter\HasQuizPoll: Allows only messages that contain a quiz poll
- \danog\MadelineProto\EventHandler\SimpleFilter\HasRoundVideo: Allows only round videos
- \danog\MadelineProto\EventHandler\SimpleFilter\HasSinglePoll: Allows only messages that contain a single poll
- \danog\MadelineProto\EventHandler\SimpleFilter\HasSticker: Allows only stickers
- \danog\MadelineProto\EventHandler\SimpleFilter\HasTopic: Allow only messages coming from groups that has topics (Supergroups only).
- \danog\MadelineProto\EventHandler\SimpleFilter\HasVideo: Allows only videos
- \danog\MadelineProto\EventHandler\SimpleFilter\HasVoice: Allows only voice messages
- \danog\MadelineProto\EventHandler\SimpleFilter\Incoming: Represents an incoming message
- \danog\MadelineProto\EventHandler\SimpleFilter\IsEdited: Allows messages that were edited.
- \danog\MadelineProto\EventHandler\SimpleFilter\IsForwarded: Allows only forwarded messages
- \danog\MadelineProto\EventHandler\SimpleFilter\IsNotEdited: Allows messages that weren't edited.
- \danog\MadelineProto\EventHandler\SimpleFilter\IsReply: Allows only messages that reply to other messages
- \danog\MadelineProto\EventHandler\SimpleFilter\IsReplyToSelf: Allows only messages that reply to one of our messages
- \danog\MadelineProto\EventHandler\SimpleFilter\Outgoing: Represents an outgoing message
- \danog\MadelineProto\EventHandler\SimpleFilter\Running: Allow only currently running calls
Abstract classes
- \danog\MadelineProto\AsyncTools: Async tools.
- \danog\MadelineProto\EventHandler: Event handler.
- \danog\MadelineProto\FileCallbackInterface: File callback interface.
- \danog\MadelineProto\PluginEventHandler: Plugin event handler class.
- \danog\MadelineProto\SimpleEventHandler: Simple event handler class: by extending this class, you can use filters, crons and the simplified event handler API.
- \danog\MadelineProto\StrTools: Some tools.
- \danog\MadelineProto\Tools: Some tools.
- \danog\MadelineProto\Broadcast\Action: Interface that represents a broadcast action.
- \danog\MadelineProto\EventHandler\AbstractMessage: Represents an incoming or outgoing message.
- \danog\MadelineProto\EventHandler\AbstractPoll: Poll
- \danog\MadelineProto\EventHandler\AbstractPrivateMessage: Represents a private or secret chat message.
- \danog\MadelineProto\EventHandler\AbstractStory: Represents a Telegram Story.
- \danog\MadelineProto\EventHandler\Action: In-progress actions.
- \danog\MadelineProto\EventHandler\CallbackQuery: Represents a query sent by the user by clicking on a button.
- [\danog\MadelineProto\EventHandler\ChatInvite: Chat invite link that was used by the user to send the join request ».](/PHP/danog/MadelineProto/EventHandler/ChatInvite.html)
- \danog\MadelineProto\EventHandler\ChatInviteRequester: Indicates someone has requested to join a chat or channel.
- \danog\MadelineProto\EventHandler\Delete: Indicates that some messages were deleted.
- \danog\MadelineProto\EventHandler\Keyboard: Represents an inline or reply keyboard.
- \danog\MadelineProto\EventHandler\Media: Represents a generic media.
- \danog\MadelineProto\EventHandler\Message: Represents an incoming or outgoing message.
- \danog\MadelineProto\EventHandler\Participant: Info about a channel participant.
- \danog\MadelineProto\EventHandler\Pinned: Indicates that some messages were pinned/unpinned.
- \danog\MadelineProto\EventHandler\Typing: A user is typing.
- \danog\MadelineProto\EventHandler\Update: Represents a generic update.
- \danog\MadelineProto\EventHandler\Filter\Filter
- \danog\MadelineProto\EventHandler\Media\AbstractAudio: Represents a generic audio file.
- \danog\MadelineProto\EventHandler\Media\AbstractSticker: Represents a generic sticker.
- \danog\MadelineProto\EventHandler\Media\AbstractVideo: Represents a generic video.
- \danog\MadelineProto\EventHandler\Media\MediaStory: Represents a forwarded story.
- \danog\MadelineProto\EventHandler\Media\Sticker: Represents a sticker.
- \danog\MadelineProto\EventHandler\Message\ServiceMessage: Represents info about a service message.
- \danog\MadelineProto\EventHandler\Message\Entities\MessageEntity: Master class for message entities.
- \danog\MadelineProto\EventHandler\Message\Service\DialogGroupCall: Represents a service message about a group call.
- \danog\MadelineProto\EventHandler\Participant\Rights
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination: To whom does a privacy rule apply?
- \danog\MadelineProto\EventHandler\Query\ButtonQuery: Represents a query sent by the user by clicking on a button.
- \danog\MadelineProto\EventHandler\Query\GameQuery: Represents a query sent by the user by clicking on a "Play game" button.
- \danog\MadelineProto\EventHandler\User\Status: Contains a status update.
- \danog\MadelineProto\Settings\DatabaseAbstract: Base class for storage backends.
- \danog\MadelineProto\Settings\Database\DriverDatabaseAbstract: Base class for database backends.
- \danog\MadelineProto\Settings\Database\SqlAbstract: Generic db backend settings.
- \danog\MadelineProto\TL\TLInterface
- \danog\MadelineProto\TL\Conversion\Extension: Manages generation of extensions for files.
Classes
- \danog\MadelineProto\API: Main API wrapper for MadelineProto.
- \danog\MadelineProto\BotApiFileId: Indicates a bot API file ID to upload using sendDocument, sendPhoto etc...
- \danog\MadelineProto\Conversion
- \danog\MadelineProto\EventHandlerIssue: Represents an event handler issue.
- \danog\MadelineProto\Exception: Basic exception.
- \danog\MadelineProto\FileCallback: File callback interface.
- \danog\MadelineProto\LocalFile: Indicates a local file to upload.
- \danog\MadelineProto\Logger: Logger class.
- \danog\MadelineProto\MyTelegramOrgWrapper: Wrapper for my.telegram.org.
- \danog\MadelineProto\Ogg: Async OGG stream reader and writer.
- \danog\MadelineProto\OggWriter: Async OGG stream writer.
- \danog\MadelineProto\PTSException: Internal error indicating a problem with Telegram's servers.
- \danog\MadelineProto\ParseMode: Indicates a parsing mode for text.
- \danog\MadelineProto\PeerNotInDbException: Indicates that a specified peer (user, chat, channel) was not found in the internal MadelineProto peer database.
- \danog\MadelineProto\PsrLogger: PSR-3 wrapper for MadelineProto's Logger.
- \danog\MadelineProto\RPCErrorException: Indicates an error returned by Telegram's API.
- \danog\MadelineProto\RemoteUrl: Indicates a remote URL to upload.
- \danog\MadelineProto\ResponseException: Indicates an error thrown when an unexpected response is received from telegram's servers.
- \danog\MadelineProto\SecretPeerNotInDbException: Indicates that the specified secret chat wasn't found.
- \danog\MadelineProto\SecurityException: Indicates a security error.
- \danog\MadelineProto\Settings: Settings class used for configuring MadelineProto.
- \danog\MadelineProto\Shutdown: Class that controls script shutdown.
- \danog\MadelineProto\TextEntities: Class that converts HTML or markdown to a message + set of entities.
- \danog\MadelineProto\TransportError: Indicates a transport error returned by Telegram's API.
- \danog\MadelineProto\VoIP: This update represents a VoIP Telegram call.
- \danog\MadelineProto\Broadcast\Filter: Broadcast filter.
- \danog\MadelineProto\Broadcast\Progress: Broadcast progress.
- \danog\MadelineProto\Broadcast\Status: Broadcast status.
- [\danog\MadelineProto\EventHandler\BotApp: Represents information about a named bot web app.](/PHP/danog/MadelineProto/EventHandler/BotApp.html)
- [\danog\MadelineProto\EventHandler\BotCommands: The command set of a certain bot in a certain chat has changed.](/PHP/danog/MadelineProto/EventHandler/BotCommands.html)
- \danog\MadelineProto\EventHandler\Command: Represents a bot command that can be used in a chat.
- \danog\MadelineProto\EventHandler\CommandType
- \danog\MadelineProto\EventHandler\ForwardedInfo: Info about a forwarded message.
- \danog\MadelineProto\EventHandler\InlineQuery: An incoming inline query.
- \danog\MadelineProto\EventHandler\Privacy: Indicates some privacy rules for a user or set of users.
- [\danog\MadelineProto\EventHandler\Wallpaper: Represents a wallpaper.](/PHP/danog/MadelineProto/EventHandler/Wallpaper.html)
- \danog\MadelineProto\EventHandler\Action\Cancel: Invalidate all previous action updates. E.g. when user deletes entered text or aborts a video upload.
- \danog\MadelineProto\EventHandler\Action\ChooseContact: User is selecting a contact to share.
- \danog\MadelineProto\EventHandler\Action\ChooseSticker: User is choosing a sticker.
- [\danog\MadelineProto\EventHandler\Action\EmojiSeen: User is watching an animated emoji reaction triggered by another user, click here for more info ».](/PHP/danog/MadelineProto/EventHandler/Action/EmojiSeen.html)
- [\danog\MadelineProto\EventHandler\Action\EmojiTap: User has clicked on an animated emoji triggering a reaction, click here for more info ».](/PHP/danog/MadelineProto/EventHandler/Action/EmojiTap.html)
- \danog\MadelineProto\EventHandler\Action\GamePlay: User is playing a game.
- \danog\MadelineProto\EventHandler\Action\GeoLocation: User is selecting a location to share.
- \danog\MadelineProto\EventHandler\Action\GroupCallSpeaking: User is currently speaking in the group call.
- \danog\MadelineProto\EventHandler\Action\HistoryImport: Chat history is being imported.
- \danog\MadelineProto\EventHandler\Action\RecordAudio: User is recording a voice message.
- \danog\MadelineProto\EventHandler\Action\RecordRound: User is recording a round video to share.
- \danog\MadelineProto\EventHandler\Action\RecordVideo: User is recording a video.
- \danog\MadelineProto\EventHandler\Action\Typing: User is typing.
- \danog\MadelineProto\EventHandler\Action\UploadAudio: User is uploading a voice message.
- \danog\MadelineProto\EventHandler\Action\UploadDocument: User is uploading a file.
- \danog\MadelineProto\EventHandler\Action\UploadPhoto: User is uploading a photo.
- \danog\MadelineProto\EventHandler\Action\UploadRound: User is uploading a round video.
- \danog\MadelineProto\EventHandler\Action\UploadVideo: User is uploading a video.
- \danog\MadelineProto\EventHandler\Attributes\Cron: Attribute that enables periodic execution of a certain method.
- \danog\MadelineProto\EventHandler\Attributes\Handler: Attribute that marks a handler method.
- [\danog\MadelineProto\EventHandler\Channel\ChannelParticipant: A participant has left, joined, was banned or admined in a channel or supergroup.](/PHP/danog/MadelineProto/EventHandler/Channel/ChannelParticipant.html)
- \danog\MadelineProto\EventHandler\Channel\MessageForwards: Indicates that the forward counter of a message in a channel has changed.
- \danog\MadelineProto\EventHandler\Channel\MessageViewsChanged: Indicates that the view counter of a message in a channel has changed.
- \danog\MadelineProto\EventHandler\Channel\UpdateChannel: A new channel is available, or info about an existing channel was changed.
- \danog\MadelineProto\EventHandler\ChatInvite\ChatInviteExported: Represents an exported chat invite.
- [\danog\MadelineProto\EventHandler\ChatInvite\ChatInvitePublicJoin: Used in updates and in the channel log to indicate when a user is requesting to join or has joined a discussion group.](/PHP/danog/MadelineProto/EventHandler/ChatInvite/ChatInvitePublicJoin.html)
- \danog\MadelineProto\EventHandler\ChatInviteRequester\BotChatInviteRequest: Indicates someone has requested to join a chat or channel (bots only).
- \danog\MadelineProto\EventHandler\ChatInviteRequester\PendingJoinRequests: Someone has requested to join a chat or channel.
- [\danog\MadelineProto\EventHandler\Delete\DeleteChannelMessages: Some messages in a supergroup/channel were deleted.](/PHP/danog/MadelineProto/EventHandler/Delete/DeleteChannelMessages.html)
- \danog\MadelineProto\EventHandler\Delete\DeleteMessages: Some messages were deleted in a private chat or simple group.
- [\danog\MadelineProto\EventHandler\Delete\DeleteScheduledMessages: Some scheduled messages were deleted from the schedule queue of a chat.](/PHP/danog/MadelineProto/EventHandler/Delete/DeleteScheduledMessages.html)
- \danog\MadelineProto\EventHandler\Filter\FilterAllowAll: Allow all updates.
- \danog\MadelineProto\EventHandler\Filter\FilterButtonQueryData: Filters based on the content of a button query.
- \danog\MadelineProto\EventHandler\Filter\FilterChannel: Allow only updates coming from channels.
- \danog\MadelineProto\EventHandler\Filter\FilterCommand: Allow only messages containing the specified command.
- \danog\MadelineProto\EventHandler\Filter\FilterCommandCaseInsensitive: Allow only messages containing the specified case-insensitive command.
- \danog\MadelineProto\EventHandler\Filter\FilterEdited: Allows messages that were edited.
- \danog\MadelineProto\EventHandler\Filter\FilterEnded: Allow only ended calls.
- \danog\MadelineProto\EventHandler\Filter\FilterForwarded: Allow only forwarded messages.
- \danog\MadelineProto\EventHandler\Filter\FilterForwardedFrom: Allow only forwarded messages from a certain sender.
- \danog\MadelineProto\EventHandler\Filter\FilterFromAdmin: Allow only messages coming from the admin (defined as the peers returned by getReportPeers).
- \danog\MadelineProto\EventHandler\Filter\FilterFromBot: Allow only messages coming from bots.
- \danog\MadelineProto\EventHandler\Filter\FilterFromSender: Allow incoming or outgoing group messages made by a certain sender.
- \danog\MadelineProto\EventHandler\Filter\FilterFromSenders: Allow incoming or outgoing group messages made by a certain list of senders.
- \danog\MadelineProto\EventHandler\Filter\FilterGroup: Allow only updates coming from groups.
- \danog\MadelineProto\EventHandler\Filter\FilterIncoming: Allow only incoming messages.
- \danog\MadelineProto\EventHandler\Filter\FilterMedia: Allow any media messages.
- \danog\MadelineProto\EventHandler\Filter\FilterMessage: Allow any non-service message.
- \danog\MadelineProto\EventHandler\Filter\FilterNoMedia: Allow any messages except media messages.
- \danog\MadelineProto\EventHandler\Filter\FilterNotEdited: Allows messages that weren't edited.
- \danog\MadelineProto\EventHandler\Filter\FilterOutgoing: Allow only outgoing messages.
- \danog\MadelineProto\EventHandler\Filter\FilterPeer: Allow messages coming from or sent to a certain peer.
- \danog\MadelineProto\EventHandler\Filter\FilterPoll: Allow only messages that contain a poll.
- \danog\MadelineProto\EventHandler\Filter\FilterPrivate: Allow only updates coming from private chats.
- \danog\MadelineProto\EventHandler\Filter\FilterRegex: Allow only messages or button queries matching the specified regex.
- \danog\MadelineProto\EventHandler\Filter\FilterRegexMatchAll: Allow only messages or button queries matching the specified regex.
- \danog\MadelineProto\EventHandler\Filter\FilterReply: Allow messages that reply to other messages.
- \danog\MadelineProto\EventHandler\Filter\FilterReplyToSelf: Allow messages that reply to one of our messages.
- \danog\MadelineProto\EventHandler\Filter\FilterRunning: Allow only running calls.
- \danog\MadelineProto\EventHandler\Filter\FilterSecret: Allow only updates coming from secret chats.
- \danog\MadelineProto\EventHandler\Filter\FilterSender: Allow incoming or outgoing group messages made by a certain sender.
- \danog\MadelineProto\EventHandler\Filter\FilterSenders: Allow incoming or outgoing group messages made by a certain list of senders.
- \danog\MadelineProto\EventHandler\Filter\FilterService: Allow only service messages of any type.
- \danog\MadelineProto\EventHandler\Filter\FilterText: Allow only messages with a specific content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextCaseInsensitive: Allow only messages with a specific case-insensitive content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextContains: Allow only messages that contain a specific content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextContainsCaseInsensitive: Allow only messages that contain a specific case-insensitive content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextEnds: Allow only messages that ends with a specific content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextEndsCaseInsensitive: Allow only messages that ends with a specific case-insensitive content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextStarts: Allow only messages that start with a specific content.
- \danog\MadelineProto\EventHandler\Filter\FilterTextStartsCaseInsensitive: Allow only messages that start with a specific case-insensitive content.
- \danog\MadelineProto\EventHandler\Filter\FilterTopic: Allow only messages coming from groups that has topics (Supergroups only).
- \danog\MadelineProto\EventHandler\Filter\FilterTopicId: Allow only messages with a specific topic id (Supergroups only).
- \danog\MadelineProto\EventHandler\Filter\Combinator\FilterNot: NOTs a filter.
- \danog\MadelineProto\EventHandler\Filter\Combinator\FiltersAnd: ANDs multiple filters.
- \danog\MadelineProto\EventHandler\Filter\Combinator\FiltersOr: ORs multiple filters.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterAudio: Allow only audio files.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterDocument: Allow only documents.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterDocumentPhoto: Allow only documents containing an image.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterGif: Allow only GIFs.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterPhoto: Allow only photos.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterRoundVideo: Allow only round videos.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterSticker: Allow only stickers.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterVideo: Allow only videos.
- \danog\MadelineProto\EventHandler\Filter\Media\FilterVoice: Allow only voice messages.
- \danog\MadelineProto\EventHandler\Filter\Poll\FilterMultiplePoll: Allow only messages that contain a multiple poll.
- \danog\MadelineProto\EventHandler\Filter\Poll\FilterQuizPoll: Allow only messages that contain a quiz poll.
- \danog\MadelineProto\EventHandler\Filter\Poll\FilterSinglePoll: Allow only messages that contain a single poll.
- \danog\MadelineProto\EventHandler\Keyboard\InlineKeyboard: Represents an inline keyboard.
- \danog\MadelineProto\EventHandler\Keyboard\ReplyKeyboard: Represents a reply keyboard.
- \danog\MadelineProto\EventHandler\Media\AnimatedSticker: Represents an animated sticker.
- \danog\MadelineProto\EventHandler\Media\Audio: Represents an audio file.
- \danog\MadelineProto\EventHandler\Media\CustomEmoji: Represents a custom emoji sticker.
- \danog\MadelineProto\EventHandler\Media\Document: Represents a document.
- \danog\MadelineProto\EventHandler\Media\DocumentPhoto: Represents a photo uploaded as a document.
- \danog\MadelineProto\EventHandler\Media\GeoPoint
- \danog\MadelineProto\EventHandler\Media\Gif: Represents a GIF (or an MPEG4 file without sound).
- \danog\MadelineProto\EventHandler\Media\MaskPosition: Position of the mask
- \danog\MadelineProto\EventHandler\Media\MaskSticker: Represents a mask sticker.
- \danog\MadelineProto\EventHandler\Media\Photo: Represents a photo.
- \danog\MadelineProto\EventHandler\Media\RoundVideo: Represents a round video.
- \danog\MadelineProto\EventHandler\Media\StaticSticker: Represents a static sticker.
- \danog\MadelineProto\EventHandler\Media\Video: Represents a video.
- \danog\MadelineProto\EventHandler\Media\VideoSticker: Represents a video sticker.
- \danog\MadelineProto\EventHandler\Media\Voice: Represents a voice message.
- \danog\MadelineProto\EventHandler\Message\ChannelMessage: Represents an incoming or outgoing channel message.
- \danog\MadelineProto\EventHandler\Message\GroupMessage: Represents an incoming or outgoing group message.
- \danog\MadelineProto\EventHandler\Message\PrivateMessage: Represents an incoming or outgoing private message.
- \danog\MadelineProto\EventHandler\Message\ReportReason
- \danog\MadelineProto\EventHandler\Message\SecretMessage: Represents New encrypted message.
- \danog\MadelineProto\EventHandler\Message\Entities\BankCard: Indicates a credit card number.
- \danog\MadelineProto\EventHandler\Message\Entities\Blockquote: Message entity representing a block quote.
- \danog\MadelineProto\EventHandler\Message\Entities\Bold: Message entity representing bold text.
- \danog\MadelineProto\EventHandler\Message\Entities\BotCommand: Message entity representing a bot /command.
- \danog\MadelineProto\EventHandler\Message\Entities\Cashtag: Message entity representing a $cashtag.
- \danog\MadelineProto\EventHandler\Message\Entities\Code: Message entity representing a codeblock.
- \danog\MadelineProto\EventHandler\Message\Entities\CustomEmoji: Represents a custom emoji.
- \danog\MadelineProto\EventHandler\Message\Entities\Email: Message entity representing an email@example.com.
- \danog\MadelineProto\EventHandler\Message\Entities\Hashtag: #hashtag message entity.
- [\danog\MadelineProto\EventHandler\Message\Entities\InputMentionName: Message entity representing a user mention created by the user, not returned by the API.](/PHP/danog/MadelineProto/EventHandler/Message/Entities/InputMentionName.html)
- \danog\MadelineProto\EventHandler\Message\Entities\Italic: Message entity representing italic text.
- \danog\MadelineProto\EventHandler\Message\Entities\Mention: Message entity mentioning the current user.
- [\danog\MadelineProto\EventHandler\Message\Entities\MentionName: Message entity representing a user mention.](/PHP/danog/MadelineProto/EventHandler/Message/Entities/MentionName.html)
- \danog\MadelineProto\EventHandler\Message\Entities\Phone: Message entity representing a phone number.
- \danog\MadelineProto\EventHandler\Message\Entities\Pre: Message entity representing a preformatted codeblock, allowing the user to specify a programming language for the codeblock.
- \danog\MadelineProto\EventHandler\Message\Entities\Spoiler: Message entity representing a spoiler.
- \danog\MadelineProto\EventHandler\Message\Entities\Strike: Message entity representing strikethrough text.
- \danog\MadelineProto\EventHandler\Message\Entities\TextUrl: Message entity representing a text url: for in-text urls like https://google.com use Url.
- \danog\MadelineProto\EventHandler\Message\Entities\Underline: Message entity representing underlined text.
- \danog\MadelineProto\EventHandler\Message\Entities\Url: Message entity representing an in-text url: https://google.com; for text urls, use TextUrl.
- \danog\MadelineProto\EventHandler\Message\Service\DialogBotAllowed: We have given the bot permission to send us direct messages.
- \danog\MadelineProto\EventHandler\Message\Service\DialogChannelCreated: The channel was created.
- [\danog\MadelineProto\EventHandler\Message\Service\DialogChannelMigrateFrom: Indicates the channel was migrated from the specified chat.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogChannelMigrateFrom.html)
- \danog\MadelineProto\EventHandler\Message\Service\DialogChatJoinedByLink: A user joined the chat via an invite link.
- [\danog\MadelineProto\EventHandler\Message\Service\DialogChatMigrateTo: Indicates the chat was migrated to the specified supergroup.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogChatMigrateTo.html)
- \danog\MadelineProto\EventHandler\Message\Service\DialogContactSignUp: A contact just signed up to telegram.
- \danog\MadelineProto\EventHandler\Message\Service\DialogCreated: A chat or channel was created.
- \danog\MadelineProto\EventHandler\Message\Service\DialogDeleteMessages: Deleted messages.
- \danog\MadelineProto\EventHandler\Message\Service\DialogGameScore: Someone scored in a game.
- \danog\MadelineProto\EventHandler\Message\Service\DialogGeoProximityReached: A user of the chat is now in proximity of another user.
- \danog\MadelineProto\EventHandler\Message\Service\DialogGiftPremium: Info about a gifted Telegram Premium subscription.
- \danog\MadelineProto\EventHandler\Message\Service\DialogHistoryCleared: Chat history was cleared.
- \danog\MadelineProto\EventHandler\Message\Service\DialogMemberJoinedByRequest: A user was accepted into the group by an admin.
- \danog\MadelineProto\EventHandler\Message\Service\DialogMemberLeft: A member left the chat or channel.
- \danog\MadelineProto\EventHandler\Message\Service\DialogMembersJoined: Some members joined the chat or channel.
- \danog\MadelineProto\EventHandler\Message\Service\DialogMessagePinned: A message was pinned in a chat.
- [\danog\MadelineProto\EventHandler\Message\Service\DialogPeerRequested: Contains info about a peer that the user shared with the bot after clicking on a keyboardButtonRequestPeer button.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogPeerRequested.html)
- \danog\MadelineProto\EventHandler\Message\Service\DialogPhoneCall: A phone call.
- \danog\MadelineProto\EventHandler\Message\Service\DialogPhotoChanged: The photo of the dialog was changed or deleted.
- \danog\MadelineProto\EventHandler\Message\Service\DialogReadMessages: Messages marked as read.
- \danog\MadelineProto\EventHandler\Message\Service\DialogScreenshotTaken: A screenshot of the chat was taken.
- \danog\MadelineProto\EventHandler\Message\Service\DialogSetChatTheme: The chat theme was changed.
- [\danog\MadelineProto\EventHandler\Message\Service\DialogSetChatWallPaper: The wallpaper of the current chat was changed.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogSetChatWallPaper.html)
- \danog\MadelineProto\EventHandler\Message\Service\DialogSetTTL: The Time-To-Live of messages in this chat was changed.
- [\danog\MadelineProto\EventHandler\Message\Service\DialogSuggestProfilePhoto: A new profile picture was suggested using photos.uploadContactProfilePhoto.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogSuggestProfilePhoto.html)
- \danog\MadelineProto\EventHandler\Message\Service\DialogTitleChanged: The title of a channel or group has changed.
- [\danog\MadelineProto\EventHandler\Message\Service\DialogTopicCreated: A forum topic was created.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogTopicCreated.html)
- [\danog\MadelineProto\EventHandler\Message\Service\DialogTopicEdited: Forum topic information was edited.](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogTopicEdited.html)
- [\danog\MadelineProto\EventHandler\Message\Service\DialogWebView: Data from an opened reply keyboard bot web app was relayed to the bot that owns it (user & bot side service message).](/PHP/danog/MadelineProto/EventHandler/Message/Service/DialogWebView.html)
- \danog\MadelineProto\EventHandler\Message\Service\DialogGroupCall\GroupCall: The group call has started or ended.
- \danog\MadelineProto\EventHandler\Message\Service\DialogGroupCall\GroupCallInvited: A set of users was invited to the group call.
- \danog\MadelineProto\EventHandler\Message\Service\DialogGroupCall\GroupCallScheduled: A group call was scheduled.
- \danog\MadelineProto\EventHandler\Participant\Admin: Admin.
- \danog\MadelineProto\EventHandler\Participant\Banned: Banned/kicked user.
- \danog\MadelineProto\EventHandler\Participant\Creator: Channel/supergroup creator.
- \danog\MadelineProto\EventHandler\Participant\Left: A participant that left the channel/supergroup.
- \danog\MadelineProto\EventHandler\Participant\Member: Channel/supergroup participant.
- \danog\MadelineProto\EventHandler\Participant\MySelf: Myself.
- [\danog\MadelineProto\EventHandler\Participant\Rights\Admin: Represents the rights of an admin in a channel/supergroup.](/PHP/danog/MadelineProto/EventHandler/Participant/Rights/Admin.html)
- [\danog\MadelineProto\EventHandler\Participant\Rights\Banned: Represents the rights of a normal user in a supergroup/channel/chat. In this case, the flags are inverted: if set, a flag does not allow a user to do X.](/PHP/danog/MadelineProto/EventHandler/Participant/Rights/Banned.html)
- [\danog\MadelineProto\EventHandler\Pinned\PinnedChannelMessages: Represents messages that were pinned/unpinned in a channel.](/PHP/danog/MadelineProto/EventHandler/Pinned/PinnedChannelMessages.html)
- [\danog\MadelineProto\EventHandler\Pinned\PinnedGroupMessages: Represents messages that were pinned/unpinned in a chat/supergroup.](/PHP/danog/MadelineProto/EventHandler/Pinned/PinnedGroupMessages.html)
- \danog\MadelineProto\EventHandler\Pinned\PinnedPrivateMessages: Some messages were pinned in a private chat.
- \danog\MadelineProto\EventHandler\Plugin\RestartPlugin: Plugin that offers a /restart command to admins that can be used to restart the bot, applying changes.
- \danog\MadelineProto\EventHandler\Poll\MultiplePoll: Represents a poll with multiple options can be chosen as answer
- \danog\MadelineProto\EventHandler\Poll\PollAnswer: Represents a possible answer of a poll
- \danog\MadelineProto\EventHandler\Poll\QuizPoll: Represents a quiz (with wrong and correct answers, results shown in the return type) poll
- \danog\MadelineProto\EventHandler\Poll\SinglePoll: Represents a poll with a option can be chosen as answer
- \danog\MadelineProto\EventHandler\Privacy\Rule: Represents a privacy rule.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\AllowAll: Allow all users.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\AllowChatParticipants: Allow all participants of certain chats.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\AllowCloseFriends
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\AllowContacts: Allow all contacts.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\AllowUsers: Allow only certain user.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\DisallowAll: Disallow all users.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\DisallowChatParticipants: Disallow only participants of certain chats.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\DisallowContacts: Disallow only contacts.
- \danog\MadelineProto\EventHandler\Privacy\RuleDestination\DisallowUsers: Disallow only certain users.
- \danog\MadelineProto\EventHandler\Query\ChatButtonQuery: Represents a query sent by the user by clicking on a button in a chat.
- \danog\MadelineProto\EventHandler\Query\ChatGameQuery: Represents a query sent by the user by clicking on a "Play game" button in a chat.
- \danog\MadelineProto\EventHandler\Query\InlineButtonQuery: Represents a query sent by the user by clicking on a button in an inline message.
- \danog\MadelineProto\EventHandler\Query\InlineGameQuery: Represents a query sent by the user by clicking on a "Play game" button in an inline message.
- \danog\MadelineProto\EventHandler\Story\Story: Represents a Telegram story.
- \danog\MadelineProto\EventHandler\Story\StoryDeleted: Represents a deleted story.
- \danog\MadelineProto\EventHandler\Story\StoryReaction: Represents a reaction to a story.
- \danog\MadelineProto\EventHandler\Topic\IconColor: Specifies the color of the fallback topic icon (RGB) if no custom emoji icon is specified.
- \danog\MadelineProto\EventHandler\Typing\ChatUserTyping: The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing.
- \danog\MadelineProto\EventHandler\Typing\SecretUserTyping: The user is preparing a message in a secret chat; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing.
- [\danog\MadelineProto\EventHandler\Typing\SupergroupUserTyping: A user is typing in a supergroup.](/PHP/danog/MadelineProto/EventHandler/Typing/SupergroupUserTyping.html)
- \danog\MadelineProto\EventHandler\Typing\UserTyping: The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing.
- \danog\MadelineProto\EventHandler\User\Blocked: A peer was blocked.
- \danog\MadelineProto\EventHandler\User\BotStopped: A bot was stopped or re-started.
- \danog\MadelineProto\EventHandler\User\Phone: A user’s phone number was changed.
- \danog\MadelineProto\EventHandler\User\Username: Changes were made to the user’s first name, last name or username.
- \danog\MadelineProto\EventHandler\User\UsernameInfo: Represents an username.
- [\danog\MadelineProto\EventHandler\User\Status\Emoji: The emoji status of a certain user has changed or was removed.](/PHP/danog/MadelineProto/EventHandler/User/Status/Emoji.html)
- \danog\MadelineProto\EventHandler\User\Status\EmptyStatus: User status has not been set yet.
- \danog\MadelineProto\EventHandler\User\Status\LastMonth: Online status: last seen last month.
- \danog\MadelineProto\EventHandler\User\Status\LastWeek: Online status: last seen last week.
- \danog\MadelineProto\EventHandler\User\Status\Offline: The user’s offline status.
- \danog\MadelineProto\EventHandler\User\Status\Online: Online status of the user.
- \danog\MadelineProto\EventHandler\User\Status\Recently: Online status: last seen recently.
- [\danog\MadelineProto\EventHandler\Wallpaper\WallpaperSettings: Info on how to generate a wallpaper, according to these instructions ».](/PHP/danog/MadelineProto/EventHandler/Wallpaper/WallpaperSettings.html)
- \danog\DialogId\DialogId: Represents the type of a bot API dialog ID.
- \danog\MadelineProto\RPCError\AboutTooLongError: About string too long.
- \danog\MadelineProto\RPCError\AccessTokenExpiredError: Access token expired.
- \danog\MadelineProto\RPCError\AccessTokenInvalidError: Access token invalid.
- \danog\MadelineProto\RPCError\AddressInvalidError: The specified geopoint address is invalid.
- \danog\MadelineProto\RPCError\AdminIdInvalidError: The specified admin ID is invalid.
- \danog\MadelineProto\RPCError\AdminRankEmojiNotAllowedError: An admin rank cannot contain emojis.
- \danog\MadelineProto\RPCError\AdminRankInvalidError: The specified admin rank is invalid.
- \danog\MadelineProto\RPCError\AdminRightsEmptyError: The chatAdminRights constructor passed in keyboardButtonRequestPeer.peer_type.user_admin_rights has no rights set (i.e. flags is 0).
- \danog\MadelineProto\RPCError\AdminsTooMuchError: There are too many admins.
- \danog\MadelineProto\RPCError\AlbumPhotosTooManyError: You have uploaded too many profile photos, delete some before retrying.
- \danog\MadelineProto\RPCError\AnonymousReactionsDisabledError: Sorry, anonymous administrators cannot leave reactions or participate in polls.
- \danog\MadelineProto\RPCError\ApiIdInvalidError: API ID invalid.
- \danog\MadelineProto\RPCError\ApiIdPublishedFloodError: This API id was published somewhere, you can't use it now.
- \danog\MadelineProto\RPCError\ArticleTitleEmptyError: The title of the article is empty.
- \danog\MadelineProto\RPCError\AudioContentUrlEmptyError: The remote URL specified in the content field is empty.
- \danog\MadelineProto\RPCError\AudioTitleEmptyError: An empty audio title was provided.
- \danog\MadelineProto\RPCError\AuthBytesInvalidError: The provided authorization is invalid.
- \danog\MadelineProto\RPCError\AuthTokenAlreadyAcceptedError: The specified auth token was already accepted.
- \danog\MadelineProto\RPCError\AuthTokenExceptionError: An error occurred while importing the auth token.
- \danog\MadelineProto\RPCError\AuthTokenExpiredError: The authorization token has expired.
- \danog\MadelineProto\RPCError\AuthTokenInvalidError: The specified auth token is invalid.
- \danog\MadelineProto\RPCError\AuthTokenInvalidxError: The specified auth token is invalid.
- [\danog\MadelineProto\RPCError\AutoarchiveNotAvailableError: The autoarchive setting is not available at this time: please check the value of the autoarchive_setting_available field in client config » before calling this method.](/PHP/danog/MadelineProto/RPCError/AutoarchiveNotAvailableError.html)
- \danog\MadelineProto\RPCError\BankCardNumberInvalidError: The specified card number is invalid.
- \danog\MadelineProto\RPCError\BannedRightsInvalidError: You provided some invalid flags in the banned rights.
- [\danog\MadelineProto\RPCError\BoostNotModifiedError: You're already boosting the specified channel.](/PHP/danog/MadelineProto/RPCError/BoostNotModifiedError.html)
- \danog\MadelineProto\RPCError\BoostPeerInvalidError: The specified
boost_peer
is invalid. - \danog\MadelineProto\RPCError\BoostsEmptyError: No boost slots were specified.
- [\danog\MadelineProto\RPCError\BoostsRequiredError: The specified channel must first be boosted by its users in order to perform this action.](/PHP/danog/MadelineProto/RPCError/BoostsRequiredError.html)
- \danog\MadelineProto\RPCError\BotAppInvalidError: The specified bot app is invalid.
- \danog\MadelineProto\RPCError\BotAppShortnameInvalidError: The specified bot app short name is invalid.
- \danog\MadelineProto\RPCError\BotChannelsNaError: Bots can't edit admin privileges.
- \danog\MadelineProto\RPCError\BotCommandDescriptionInvalidError: The specified command description is invalid.
- \danog\MadelineProto\RPCError\BotCommandInvalidError: The specified command is invalid.
- \danog\MadelineProto\RPCError\BotDomainInvalidError: Bot domain invalid.
- \danog\MadelineProto\RPCError\BotGroupsBlockedError: This bot can't be added to groups.
- \danog\MadelineProto\RPCError\BotInlineDisabledError: This bot can't be used in inline mode.
- \danog\MadelineProto\RPCError\BotInvalidError: This is not a valid bot.
- [\danog\MadelineProto\RPCError\BotMissingError: Only bots can call this method, please use @stickers if you're a user.](/PHP/danog/MadelineProto/RPCError/BotMissingError.html)
- \danog\MadelineProto\RPCError\BotOnesideNotAvailError: Bots can't pin messages in PM just for themselves.
- \danog\MadelineProto\RPCError\BotPaymentsDisabledError: Please enable bot payments in botfather before calling this method.
- \danog\MadelineProto\RPCError\BotResponseTimeoutError: A timeout occurred while fetching data from the bot.
- \danog\MadelineProto\RPCError\BotScoreNotModifiedError: The score wasn't modified.
- \danog\MadelineProto\RPCError\BotWebviewDisabledError: A webview cannot be opened in the specified conditions: emitted for example if
from_bot_menu
orurl
are set andpeer
is not the chat with the bot. - \danog\MadelineProto\RPCError\BotsTooMuchError: There are too many bots in this chat/channel.
- \danog\MadelineProto\RPCError\BroadcastForbiddenError: Channel poll voters and reactions cannot be fetched to prevent deanonymization.
- \danog\MadelineProto\RPCError\BroadcastIdInvalidError: Broadcast ID invalid.
- \danog\MadelineProto\RPCError\BroadcastPublicVotersForbiddenError: You can't forward polls with public voters.
- \danog\MadelineProto\RPCError\BroadcastRequiredError: This method can only be called on a channel, please use stats.getMegagroupStats for supergroups.
- \danog\MadelineProto\RPCError\ButtonDataInvalidError: The data of one or more of the buttons you provided is invalid.
- \danog\MadelineProto\RPCError\ButtonTextInvalidError: The specified button text is invalid.
- \danog\MadelineProto\RPCError\ButtonTypeInvalidError: The type of one or more of the buttons you provided is invalid.
- \danog\MadelineProto\RPCError\ButtonUrlInvalidError: Button URL invalid.
- \danog\MadelineProto\RPCError\ButtonUserInvalidError: The
user_id
passed to inputKeyboardButtonUserProfile is invalid! - [\danog\MadelineProto\RPCError\ButtonUserPrivacyRestrictedError: The privacy setting of the user specified in a inputKeyboardButtonUserProfile button do not allow creating such a button.](/PHP/danog/MadelineProto/RPCError/ButtonUserPrivacyRestrictedError.html)
- \danog\MadelineProto\RPCError\CallAlreadyAcceptedError: The call was already accepted.
- \danog\MadelineProto\RPCError\CallAlreadyDeclinedError: The call was already declined.
- \danog\MadelineProto\RPCError\CallOccupyFailedError: The call failed because the user is already making another call.
- \danog\MadelineProto\RPCError\CallPeerInvalidError: The provided call peer object is invalid.
- \danog\MadelineProto\RPCError\CallProtocolCompatLayerInvalidError: The other side of the call does not support any of the VoIP protocols supported by the local client, as specified by the
protocol.layer
andprotocol.library_versions
fields. - \danog\MadelineProto\RPCError\CallProtocolFlagsInvalidError: Call protocol flags invalid.
- \danog\MadelineProto\RPCError\CdnMethodInvalidError: You can't call this method in a CDN DC.
- \danog\MadelineProto\RPCError\ChannelForumMissingError: This supergroup is not a forum.
- \danog\MadelineProto\RPCError\ChannelIdInvalidError: The specified supergroup ID is invalid.
- \danog\MadelineProto\RPCError\ChannelInvalidError: The provided channel is invalid.
- \danog\MadelineProto\RPCError\ChannelParicipantMissingError: The current user is not in the channel.
- \danog\MadelineProto\RPCError\ChannelPrivateError: You haven't joined this channel/supergroup.
- \danog\MadelineProto\RPCError\ChannelPublicGroupNaError: channel/supergroup not available.
- \danog\MadelineProto\RPCError\ChannelTooBigError: This channel has too many participants (>1000) to be deleted.
- \danog\MadelineProto\RPCError\ChannelTooLargeError: Channel is too large to be deleted; this error is issued when trying to delete channels with more than 1000 members (subject to change).
- \danog\MadelineProto\RPCError\ChannelsAdminLocatedTooMuchError: The user has reached the limit of public geogroups.
- \danog\MadelineProto\RPCError\ChannelsAdminPublicTooMuchError: You're admin of too many public channels, make some channels private to change the username of this channel.
- \danog\MadelineProto\RPCError\ChannelsTooMuchError: You have joined too many channels/supergroups.
- \danog\MadelineProto\RPCError\ChatAboutNotModifiedError: About text has not changed.
- \danog\MadelineProto\RPCError\ChatAboutTooLongError: Chat about too long.
- \danog\MadelineProto\RPCError\ChatAdminInviteRequiredError: You do not have the rights to do this.
- \danog\MadelineProto\RPCError\ChatAdminRequiredError: You must be an admin in this chat to do this.
- \danog\MadelineProto\RPCError\ChatDiscussionUnallowedError: You can't enable forum topics in a discussion group linked to a channel.
- \danog\MadelineProto\RPCError\ChatForwardsRestrictedError: You can't forward messages from a protected chat.
- [\danog\MadelineProto\RPCError\ChatGuestSendForbiddenError: You join the discussion group before commenting, see here » for more info.](/PHP/danog/MadelineProto/RPCError/ChatGuestSendForbiddenError.html)
- \danog\MadelineProto\RPCError\ChatIdEmptyError: The provided chat ID is empty.
- \danog\MadelineProto\RPCError\ChatIdInvalidError: The provided chat id is invalid.
- \danog\MadelineProto\RPCError\ChatInvalidError: Invalid chat.
- \danog\MadelineProto\RPCError\ChatInvitePermanentError: You can't set an expiration date on permanent invite links.
- \danog\MadelineProto\RPCError\ChatLinkExistsError: The chat is public, you can't hide the history to new users.
- \danog\MadelineProto\RPCError\ChatNotModifiedError: No changes were made to chat information because the new information you passed is identical to the current information.
- \danog\MadelineProto\RPCError\ChatPublicRequiredError: You can only enable join requests in public groups.
- \danog\MadelineProto\RPCError\ChatRestrictedError: You can't send messages in this chat, you were restricted.
- \danog\MadelineProto\RPCError\ChatRevokeDateUnsupportedError:
min_date
andmax_date
are not available for using with non-user peers. - \danog\MadelineProto\RPCError\ChatSendAudiosForbiddenError: You can't send audio messages in this chat.
- \danog\MadelineProto\RPCError\ChatSendDocsForbiddenError: You can't send documents in this chat.
- \danog\MadelineProto\RPCError\ChatSendGameForbiddenError: You can't send a game to this chat.
- \danog\MadelineProto\RPCError\ChatSendGifsForbiddenError: You can't send gifs in this chat.
- \danog\MadelineProto\RPCError\ChatSendInlineForbiddenError: You can't send inline messages in this group.
- \danog\MadelineProto\RPCError\ChatSendMediaForbiddenError: You can't send media in this chat.
- \danog\MadelineProto\RPCError\ChatSendPhotosForbiddenError: You can't send photos in this chat.
- \danog\MadelineProto\RPCError\ChatSendPlainForbiddenError: You can't send non-media (text) messages in this chat.
- \danog\MadelineProto\RPCError\ChatSendPollForbiddenError: You can't send polls in this chat.
- \danog\MadelineProto\RPCError\ChatSendStickersForbiddenError: You can't send stickers in this chat.
- \danog\MadelineProto\RPCError\ChatSendVideosForbiddenError: You can't send videos in this chat.
- \danog\MadelineProto\RPCError\ChatSendVoicesForbiddenError: You can't send voice recordings in this chat.
- \danog\MadelineProto\RPCError\ChatTitleEmptyError: No chat title provided.
- [\danog\MadelineProto\RPCError\ChatTooBigError: This method is not available for groups with more than
chat_read_mark_size_threshold
members, see client configuration ».](/PHP/danog/MadelineProto/RPCError/ChatTooBigError.html) - \danog\MadelineProto\RPCError\ChatWriteForbiddenError: You can't write in this chat.
- \danog\MadelineProto\RPCError\ChatlistExcludeInvalidError: The specified
exclude_peers
are invalid. - \danog\MadelineProto\RPCError\CodeEmptyError: The provided code is empty.
- \danog\MadelineProto\RPCError\CodeHashInvalidError: Code hash invalid.
- \danog\MadelineProto\RPCError\CodeInvalidError: Code invalid.
- \danog\MadelineProto\RPCError\ColorInvalidError: The specified color palette ID was invalid.
- \danog\MadelineProto\RPCError\ConnectionApiIdInvalidError: The provided API id is invalid.
- \danog\MadelineProto\RPCError\ConnectionAppVersionEmptyError: App version is empty.
- \danog\MadelineProto\RPCError\ConnectionLayerInvalidError: Layer invalid.
- \danog\MadelineProto\RPCError\ContactAddMissingError: Contact to add is missing.
- \danog\MadelineProto\RPCError\ContactIdInvalidError: The provided contact ID is invalid.
- \danog\MadelineProto\RPCError\ContactMissingError: The specified user is not a contact.
- \danog\MadelineProto\RPCError\ContactNameEmptyError: Contact name empty.
- \danog\MadelineProto\RPCError\ContactReqMissingError: Missing contact request.
- \danog\MadelineProto\RPCError\CreateCallFailedError: An error occurred while creating the call.
- \danog\MadelineProto\RPCError\CurrencyTotalAmountInvalidError: The total amount of all prices is invalid.
- \danog\MadelineProto\RPCError\CustomReactionsTooManyError: Too many custom reactions were specified.
- \danog\MadelineProto\RPCError\DataInvalidError: Encrypted data invalid.
- \danog\MadelineProto\RPCError\DataJsonInvalidError: The provided JSON data is invalid.
- \danog\MadelineProto\RPCError\DataTooLongError: Data too long.
- \danog\MadelineProto\RPCError\DateEmptyError: Date empty.
- \danog\MadelineProto\RPCError\DcIdInvalidError: The provided DC ID is invalid.
- \danog\MadelineProto\RPCError\DhGAInvalidError: g_a invalid.
- \danog\MadelineProto\RPCError\DocumentInvalidError: The specified document is invalid.
- \danog\MadelineProto\RPCError\EditBotInviteForbiddenError: Normal users can't edit invites that were created by bots.
- \danog\MadelineProto\RPCError\EmailHashExpiredError: Email hash expired.
- \danog\MadelineProto\RPCError\EmailInvalidError: The specified email is invalid.
- \danog\MadelineProto\RPCError\EmailNotSetupError: In order to change the login email with emailVerifyPurposeLoginChange, an existing login email must already be set using emailVerifyPurposeLoginSetup.
- \danog\MadelineProto\RPCError\EmailUnconfirmedError: Email unconfirmed.
- \danog\MadelineProto\RPCError\EmailVerifyExpiredError: The verification email has expired.
- \danog\MadelineProto\RPCError\EmojiInvalidError: The specified theme emoji is valid.
- \danog\MadelineProto\RPCError\EmojiMarkupInvalidError: The specified
video_emoji_markup
was invalid. - \danog\MadelineProto\RPCError\EmojiNotModifiedError: The theme wasn't changed.
- \danog\MadelineProto\RPCError\EmoticonEmptyError: The emoji is empty.
- \danog\MadelineProto\RPCError\EmoticonInvalidError: The specified emoji is invalid.
- \danog\MadelineProto\RPCError\EmoticonStickerpackMissingError: inputStickerSetDice.emoji cannot be empty.
- \danog\MadelineProto\RPCError\EncryptedMessageInvalidError: Encrypted message invalid.
- \danog\MadelineProto\RPCError\EncryptionAlreadyAcceptedError: Secret chat already accepted.
- \danog\MadelineProto\RPCError\EncryptionAlreadyDeclinedError: The secret chat was already declined.
- \danog\MadelineProto\RPCError\EncryptionDeclinedError: The secret chat was declined.
- \danog\MadelineProto\RPCError\EncryptionIdInvalidError: The provided secret chat ID is invalid.
- \danog\MadelineProto\RPCError\EntitiesTooLongError: You provided too many styled message entities.
- [\danog\MadelineProto\RPCError\EntityBoundsInvalidError: A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length.](/PHP/danog/MadelineProto/RPCError/EntityBoundsInvalidError.html)
- \danog\MadelineProto\RPCError\EntityMentionUserInvalidError: You mentioned an invalid user.
- \danog\MadelineProto\RPCError\ErrorTextEmptyError: The provided error message is empty.
- \danog\MadelineProto\RPCError\ExpireDateInvalidError: The specified expiration date is invalid.
- \danog\MadelineProto\RPCError\ExportCardInvalidError: Provided card is invalid.
- \danog\MadelineProto\RPCError\ExternalUrlInvalidError: External URL invalid.
- \danog\MadelineProto\RPCError\FileContentTypeInvalidError: File content-type is invalid.
- \danog\MadelineProto\RPCError\FileEmtpyError: An empty file was provided.
- \danog\MadelineProto\RPCError\FileIdInvalidError: The provided file id is invalid.
- \danog\MadelineProto\RPCError\FilePartEmptyError: The provided file part is empty.
- \danog\MadelineProto\RPCError\FilePartInvalidError: The file part number is invalid.
- \danog\MadelineProto\RPCError\FilePartLengthInvalidError: The length of a file part is invalid.
- \danog\MadelineProto\RPCError\FilePartSizeChangedError: Provided file part size has changed.
- \danog\MadelineProto\RPCError\FilePartSizeInvalidError: The provided file part size is invalid.
- \danog\MadelineProto\RPCError\FilePartTooBigError: The uploaded file part is too big.
- \danog\MadelineProto\RPCError\FilePartsInvalidError: The number of file parts is invalid.
- [\danog\MadelineProto\RPCError\FileReferenceEmptyError: An empty file reference was specified.](/PHP/danog/MadelineProto/RPCError/FileReferenceEmptyError.html)
- [\danog\MadelineProto\RPCError\FileReferenceExpiredError: File reference expired, it must be refetched as described in the documentation.](/PHP/danog/MadelineProto/RPCError/FileReferenceExpiredError.html)
- [\danog\MadelineProto\RPCError\FileReferenceInvalidError: The specified file reference is invalid.](/PHP/danog/MadelineProto/RPCError/FileReferenceInvalidError.html)
- \danog\MadelineProto\RPCError\FileTitleEmptyError: An empty file title was specified.
- \danog\MadelineProto\RPCError\FileTokenInvalidError: The specified file token is invalid.
- [\danog\MadelineProto\RPCError\FilerefUpgradeNeededError: The client has to be updated in order to support file references.](/PHP/danog/MadelineProto/RPCError/FilerefUpgradeNeededError.html)
- \danog\MadelineProto\RPCError\FilterIdInvalidError: The specified filter ID is invalid.
- \danog\MadelineProto\RPCError\FilterIncludeEmptyError: The include_peers vector of the filter is empty.
- \danog\MadelineProto\RPCError\FilterNotSupportedError: The specified filter cannot be used in this context.
- \danog\MadelineProto\RPCError\FilterTitleEmptyError: The title field of the filter is empty.
- \danog\MadelineProto\RPCError\FirstnameInvalidError: The first name is invalid.
- \danog\MadelineProto\RPCError\FloodWaitError: Represents a FLOOD_WAIT_ RPC error returned by telegram.
- \danog\MadelineProto\RPCError\FolderIdEmptyError: An empty folder ID was specified.
- \danog\MadelineProto\RPCError\FolderIdInvalidError: Invalid folder ID.
- [\danog\MadelineProto\RPCError\ForumEnabledError: You can't execute the specified action because the group is a forum, disable forum functionality to continue.](/PHP/danog/MadelineProto/RPCError/ForumEnabledError.html)
- \danog\MadelineProto\RPCError\FreshChangeAdminsForbiddenError: You were just elected admin, you can't add or modify other admins yet.
- \danog\MadelineProto\RPCError\FreshChangePhoneForbiddenError: You can't change phone number right after logging in, please wait at least 24 hours.
- \danog\MadelineProto\RPCError\FreshResetAuthorisationForbiddenError: You can't logout other sessions if less than 24 hours have passed since you logged on the current session.
- \danog\MadelineProto\RPCError\FromMessageBotDisabledError: Bots can't use fromMessage min constructors.
- \danog\MadelineProto\RPCError\FromPeerInvalidError: The specified from_id is invalid.
- \danog\MadelineProto\RPCError\GameBotInvalidError: Bots can't send another bot's game.
- \danog\MadelineProto\RPCError\GeneralModifyIconForbiddenError: You can't modify the icon of the "General" topic.
- \danog\MadelineProto\RPCError\GeoPointInvalidError: Invalid geoposition provided.
- \danog\MadelineProto\RPCError\GifContentTypeInvalidError: GIF content-type invalid.
- \danog\MadelineProto\RPCError\GifIdInvalidError: The provided GIF ID is invalid.
- \danog\MadelineProto\RPCError\GiftSlugExpiredError: The specified gift slug has expired.
- \danog\MadelineProto\RPCError\GiftSlugInvalidError: The specified slug is invalid.
- \danog\MadelineProto\RPCError\GraphExpiredReloadError: This graph has expired, please obtain a new graph token.
- \danog\MadelineProto\RPCError\GraphInvalidReloadError: Invalid graph token provided, please reload the stats and provide the updated token.
- \danog\MadelineProto\RPCError\GraphOutdatedReloadError: The graph is outdated, please get a new async token using stats.getBroadcastStats.
- \danog\MadelineProto\RPCError\GroupcallAlreadyDiscardedError: The group call was already discarded.
- [\danog\MadelineProto\RPCError\GroupcallAlreadyStartedError: The groupcall has already started, you can join directly using phone.joinGroupCall.](/PHP/danog/MadelineProto/RPCError/GroupcallAlreadyStartedError.html)
- \danog\MadelineProto\RPCError\GroupcallForbiddenError: The group call has already ended.
- \danog\MadelineProto\RPCError\GroupcallInvalidError: The specified group call is invalid.
- \danog\MadelineProto\RPCError\GroupcallJoinMissingError: You haven't joined this group call.
- \danog\MadelineProto\RPCError\GroupcallNotModifiedError: Group call settings weren't modified.
- \danog\MadelineProto\RPCError\GroupcallSsrcDuplicateMuchError: The app needs to retry joining the group call with a new SSRC value.
- \danog\MadelineProto\RPCError\GroupedMediaInvalidError: Invalid grouped media.
- \danog\MadelineProto\RPCError\HashInvalidError: The provided hash is invalid.
- \danog\MadelineProto\RPCError\HideRequesterMissingError: The join request was missing or was already handled.
- \danog\MadelineProto\RPCError\ImageProcessFailedError: Failure while processing image.
- \danog\MadelineProto\RPCError\ImportFileInvalidError: The specified chat export file is invalid.
- \danog\MadelineProto\RPCError\ImportFormatUnrecognizedError: The specified chat export file was exported from an unsupported chat app.
- \danog\MadelineProto\RPCError\ImportIdInvalidError: The specified import ID is invalid.
- \danog\MadelineProto\RPCError\ImportTokenInvalidError: The specified token is invalid.
- \danog\MadelineProto\RPCError\InlineBotRequiredError: Only the inline bot can edit message.
- \danog\MadelineProto\RPCError\InlineResultExpiredError: The inline query expired.
- \danog\MadelineProto\RPCError\InputChatlistInvalidError: The specified folder is invalid.
- \danog\MadelineProto\RPCError\InputFilterInvalidError: The specified filter is invalid.
- \danog\MadelineProto\RPCError\InputTextEmptyError: The specified text is empty.
- \danog\MadelineProto\RPCError\InputTextTooLongError: The specified text is too long.
- \danog\MadelineProto\RPCError\InputUserDeactivatedError: The specified user was deleted.
- \danog\MadelineProto\RPCError\InviteForbiddenWithJoinasError: If the user has anonymously joined a group call as a channel, they can't invite other users to the group call because that would cause deanonymization, because the invite would be sent using the original user ID, not the anonymized channel ID.
- \danog\MadelineProto\RPCError\InviteHashEmptyError: The invite hash is empty.
- \danog\MadelineProto\RPCError\InviteHashExpiredError: The invite link has expired.
- \danog\MadelineProto\RPCError\InviteHashInvalidError: The invite hash is invalid.
- \danog\MadelineProto\RPCError\InviteRequestSentError: You have successfully requested to join this chat or channel.
- \danog\MadelineProto\RPCError\InviteRevokedMissingError: The specified invite link was already revoked or is invalid.
- \danog\MadelineProto\RPCError\InviteSlugEmptyError: The specified invite slug is empty.
- \danog\MadelineProto\RPCError\InviteSlugExpiredError: The specified chat folder link has expired.
- [\danog\MadelineProto\RPCError\InvitesTooMuchError: The maximum number of per-folder invites specified by the
chatlist_invites_limit_default
/chatlist_invites_limit_premium
client configuration parameters » was reached.](/PHP/danog/MadelineProto/RPCError/InvitesTooMuchError.html) - \danog\MadelineProto\RPCError\InvoicePayloadInvalidError: The specified invoice payload is invalid.
- \danog\MadelineProto\RPCError\JoinAsPeerInvalidError: The specified peer cannot be used to join a group call.
- \danog\MadelineProto\RPCError\LangCodeInvalidError: The specified language code is invalid.
- \danog\MadelineProto\RPCError\LangCodeNotSupportedError: The specified language code is not supported.
- \danog\MadelineProto\RPCError\LangPackInvalidError: The provided language pack is invalid.
- \danog\MadelineProto\RPCError\LastnameInvalidError: The last name is invalid.
- \danog\MadelineProto\RPCError\LimitInvalidError: The provided limit is invalid.
- \danog\MadelineProto\RPCError\LinkNotModifiedError: Discussion link not modified.
- \danog\MadelineProto\RPCError\LocationInvalidError: The provided location is invalid.
- \danog\MadelineProto\RPCError\MaxDateInvalidError: The specified maximum date is invalid.
- \danog\MadelineProto\RPCError\MaxIdInvalidError: The provided max ID is invalid.
- \danog\MadelineProto\RPCError\MaxQtsInvalidError: The specified max_qts is invalid.
- \danog\MadelineProto\RPCError\Md5ChecksumInvalidError: The MD5 checksums do not match.
- \danog\MadelineProto\RPCError\MediaCaptionTooLongError: The caption is too long.
- \danog\MadelineProto\RPCError\MediaEmptyError: The provided media object is invalid.
- \danog\MadelineProto\RPCError\MediaFileInvalidError: The specified media file is invalid.
- \danog\MadelineProto\RPCError\MediaGroupedInvalidError: You tried to send media of different types in an album.
- \danog\MadelineProto\RPCError\MediaInvalidError: Media invalid.
- \danog\MadelineProto\RPCError\MediaNewInvalidError: The new media is invalid.
- \danog\MadelineProto\RPCError\MediaPrevInvalidError: Previous media invalid.
- \danog\MadelineProto\RPCError\MediaTtlInvalidError: The specified media TTL is invalid.
- \danog\MadelineProto\RPCError\MediaTypeInvalidError: The specified media type cannot be used in stories.
- \danog\MadelineProto\RPCError\MediaVideoStoryMissingError: A non-story video cannot be repubblished as a story (emitted when trying to resend a non-story video as a story using inputDocument).
- \danog\MadelineProto\RPCError\MegagroupGeoRequiredError: This method can only be invoked on a geogroup.
- \danog\MadelineProto\RPCError\MegagroupIdInvalidError: Invalid supergroup ID.
- \danog\MadelineProto\RPCError\MegagroupPrehistoryHiddenError: Group with hidden history for new members can't be set as discussion groups.
- \danog\MadelineProto\RPCError\MegagroupRequiredError: You can only use this method on a supergroup.
- \danog\MadelineProto\RPCError\MessageAuthorRequiredError: Message author required.
- \danog\MadelineProto\RPCError\MessageDeleteForbiddenError: You can't delete one of the messages you tried to delete, most likely because it is a service message.
- \danog\MadelineProto\RPCError\MessageEditTimeExpiredError: You can't edit this message anymore, too much time has passed since its creation.
- \danog\MadelineProto\RPCError\MessageEmptyError: The provided message is empty.
- \danog\MadelineProto\RPCError\MessageIdInvalidError: The provided message id is invalid.
- \danog\MadelineProto\RPCError\MessageIdsEmptyError: No message ids were provided.
- \danog\MadelineProto\RPCError\MessageNotModifiedError: The provided message data is identical to the previous message data, the message wasn't modified.
- \danog\MadelineProto\RPCError\MessagePollClosedError: Poll closed.
- \danog\MadelineProto\RPCError\MessageTooLongError: The provided message is too long.
- \danog\MadelineProto\RPCError\MethodInvalidError: The specified method is invalid.
- \danog\MadelineProto\RPCError\MinDateInvalidError: The specified minimum date is invalid.
- \danog\MadelineProto\RPCError\MsgIdInvalidError: Invalid message ID provided.
- [\danog\MadelineProto\RPCError\MsgTooOldError:
chat_read_mark_expire_period
seconds have passed since the message was sent, read receipts were deleted.](/PHP/danog/MadelineProto/RPCError/MsgTooOldError.html) - \danog\MadelineProto\RPCError\MsgWaitFailedError: A waiting call returned an error.
- \danog\MadelineProto\RPCError\MultiMediaTooLongError: Too many media files for album.
- \danog\MadelineProto\RPCError\NewSaltInvalidError: The new salt is invalid.
- \danog\MadelineProto\RPCError\NewSettingsEmptyError: No password is set on the current account, and no new password was specified in
new_settings
. - \danog\MadelineProto\RPCError\NewSettingsInvalidError: The new password settings are invalid.
- \danog\MadelineProto\RPCError\NextOffsetInvalidError: The specified offset is longer than 64 bytes.
- \danog\MadelineProto\RPCError\OffsetInvalidError: The provided offset is invalid.
- \danog\MadelineProto\RPCError\OffsetPeerIdInvalidError: The provided offset peer is invalid.
- \danog\MadelineProto\RPCError\OptionInvalidError: Invalid option selected.
- \danog\MadelineProto\RPCError\OptionsTooMuchError: Too many options provided.
- \danog\MadelineProto\RPCError\OrderInvalidError: The specified username order is invalid.
- \danog\MadelineProto\RPCError\PackShortNameInvalidError: Short pack name invalid.
- \danog\MadelineProto\RPCError\PackShortNameOccupiedError: A stickerpack with this name already exists.
- \danog\MadelineProto\RPCError\PackTitleInvalidError: The stickerpack title is invalid.
- \danog\MadelineProto\RPCError\ParticipantIdInvalidError: The specified participant ID is invalid.
- [\danog\MadelineProto\RPCError\ParticipantJoinMissingError: Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall.](/PHP/danog/MadelineProto/RPCError/ParticipantJoinMissingError.html)
- \danog\MadelineProto\RPCError\ParticipantVersionOutdatedError: The other participant does not use an up to date telegram client with support for calls.
- \danog\MadelineProto\RPCError\ParticipantsTooFewError: Not enough participants.
- \danog\MadelineProto\RPCError\PasswordEmptyError: The provided password is empty.
- \danog\MadelineProto\RPCError\PasswordHashInvalidError: The provided password hash is invalid.
- \danog\MadelineProto\RPCError\PasswordMissingError: You must enable 2FA in order to transfer ownership of a channel.
- \danog\MadelineProto\RPCError\PasswordRecoveryExpiredError: The recovery code has expired.
- \danog\MadelineProto\RPCError\PasswordRecoveryNaError: No email was set, can't recover password via email.
- [\danog\MadelineProto\RPCError\PasswordRequiredError: A 2FA password must be configured to use Telegram Passport.](/PHP/danog/MadelineProto/RPCError/PasswordRequiredError.html)
- \danog\MadelineProto\RPCError\PaymentProviderInvalidError: The specified payment provider is invalid.
- [\danog\MadelineProto\RPCError\PaymentUnsupportedError: A detailed description of the error will be received separately as described here ».](/PHP/danog/MadelineProto/RPCError/PaymentUnsupportedError.html)
- \danog\MadelineProto\RPCError\PeerHistoryEmptyError: You can't pin an empty chat with a user.
- \danog\MadelineProto\RPCError\PeerIdInvalidError: The provided peer id is invalid.
- \danog\MadelineProto\RPCError\PeerIdNotSupportedError: The provided peer ID is not supported.
- \danog\MadelineProto\RPCError\PeersListEmptyError: The specified list of peers is empty.
- \danog\MadelineProto\RPCError\PersistentTimestampEmptyError: Persistent timestamp empty.
- \danog\MadelineProto\RPCError\PersistentTimestampInvalidError: Persistent timestamp invalid.
- \danog\MadelineProto\RPCError\PhoneCodeEmptyError: phone_code is missing.
- \danog\MadelineProto\RPCError\PhoneCodeExpiredError: The phone code you provided has expired.
- \danog\MadelineProto\RPCError\PhoneCodeHashEmptyError: phone_code_hash is missing.
- \danog\MadelineProto\RPCError\PhoneCodeInvalidError: The provided phone code is invalid.
- \danog\MadelineProto\RPCError\PhoneHashExpiredError: An invalid or expired
phone_code_hash
was provided. - \danog\MadelineProto\RPCError\PhoneNotOccupiedError: No user is associated to the specified phone number.
- \danog\MadelineProto\RPCError\PhoneNumberAppSignupForbiddenError: You can't sign up using this app.
- \danog\MadelineProto\RPCError\PhoneNumberBannedError: The provided phone number is banned from telegram.
- \danog\MadelineProto\RPCError\PhoneNumberFloodError: You asked for the code too many times.
- \danog\MadelineProto\RPCError\PhoneNumberInvalidError: The phone number is invalid.
- \danog\MadelineProto\RPCError\PhoneNumberOccupiedError: The phone number is already in use.
- \danog\MadelineProto\RPCError\PhoneNumberUnoccupiedError: The phone number is not yet being used.
- \danog\MadelineProto\RPCError\PhonePasswordFloodError: You have tried logging in too many times.
- \danog\MadelineProto\RPCError\PhonePasswordProtectedError: This phone is password protected.
- \danog\MadelineProto\RPCError\PhotoContentTypeInvalidError: Photo mime-type invalid.
- \danog\MadelineProto\RPCError\PhotoContentUrlEmptyError: Photo URL invalid.
- \danog\MadelineProto\RPCError\PhotoCropFileMissingError: Photo crop file missing.
- \danog\MadelineProto\RPCError\PhotoCropSizeSmallError: Photo is too small.
- \danog\MadelineProto\RPCError\PhotoExtInvalidError: The extension of the photo is invalid.
- \danog\MadelineProto\RPCError\PhotoFileMissingError: Profile photo file missing.
- \danog\MadelineProto\RPCError\PhotoIdInvalidError: Photo ID invalid.
- \danog\MadelineProto\RPCError\PhotoInvalidDimensionsError: The photo dimensions are invalid.
- \danog\MadelineProto\RPCError\PhotoInvalidError: Photo invalid.
- \danog\MadelineProto\RPCError\PhotoSaveFileInvalidError: Internal issues, try again later.
- \danog\MadelineProto\RPCError\PhotoThumbUrlEmptyError: Photo thumbnail URL is empty.
- \danog\MadelineProto\RPCError\PinRestrictedError: You can't pin messages.
- \danog\MadelineProto\RPCError\PinnedDialogsTooMuchError: Too many pinned dialogs.
- \danog\MadelineProto\RPCError\PollAnswerInvalidError: One of the poll answers is not acceptable.
- \danog\MadelineProto\RPCError\PollAnswersInvalidError: Invalid poll answers were provided.
- \danog\MadelineProto\RPCError\PollOptionDuplicateError: Duplicate poll options provided.
- \danog\MadelineProto\RPCError\PollOptionInvalidError: Invalid poll option provided.
- \danog\MadelineProto\RPCError\PollQuestionInvalidError: One of the poll questions is not acceptable.
- \danog\MadelineProto\RPCError\PollVoteRequiredError: Cast a vote in the poll before calling this method.
- \danog\MadelineProto\RPCError\PremiumAccountRequiredError: A premium account is required to execute this action.
- \danog\MadelineProto\RPCError\PrivacyKeyInvalidError: The privacy key is invalid.
- [\danog\MadelineProto\RPCError\PrivacyPremiumRequiredError: You need a Telegram Premium subscription to send a message to this user.](/PHP/danog/MadelineProto/RPCError/PrivacyPremiumRequiredError.html)
- \danog\MadelineProto\RPCError\PrivacyTooLongError: Too many privacy rules were specified, the current limit is 1000.
- \danog\MadelineProto\RPCError\PrivacyValueInvalidError: The specified privacy rule combination is invalid.
- \danog\MadelineProto\RPCError\PublicChannelMissingError: You can only export group call invite links for public chats or channels.
- \danog\MadelineProto\RPCError\PublicKeyRequiredError: A public key is required.
- \danog\MadelineProto\RPCError\QueryIdEmptyError: The query ID is empty.
- \danog\MadelineProto\RPCError\QueryIdInvalidError: The query ID is invalid.
- \danog\MadelineProto\RPCError\QueryTooShortError: The query string is too short.
- \danog\MadelineProto\RPCError\QuizAnswerMissingError: You can forward a quiz while hiding the original author only after choosing an option in the quiz.
- \danog\MadelineProto\RPCError\QuizCorrectAnswerInvalidError: An invalid value was provided to the correct_answers field.
- \danog\MadelineProto\RPCError\QuizCorrectAnswersEmptyError: No correct quiz answer was specified.
- \danog\MadelineProto\RPCError\QuizCorrectAnswersTooMuchError: You specified too many correct answers in a quiz, quizzes can only have one right answer!
- \danog\MadelineProto\RPCError\QuizMultipleInvalidError: Quizzes can't have the multiple_choice flag set!
- \danog\MadelineProto\RPCError\RandomIdEmptyError: Random ID empty.
- \danog\MadelineProto\RPCError\RandomIdInvalidError: A provided random ID is invalid.
- \danog\MadelineProto\RPCError\RandomLengthInvalidError: Random length invalid.
- \danog\MadelineProto\RPCError\RangesInvalidError: Invalid range provided.
- \danog\MadelineProto\RPCError\ReactionEmptyError: Empty reaction provided.
- \danog\MadelineProto\RPCError\ReactionInvalidError: The specified reaction is invalid.
- [\danog\MadelineProto\RPCError\ReactionsTooManyError: The message already has exactly
reactions_uniq_max
reaction emojis, you can't react with a new emoji, see the docs for more info ».](/PHP/danog/MadelineProto/RPCError/ReactionsTooManyError.html) - \danog\MadelineProto\RPCError\ReplyMarkupBuyEmptyError: Reply markup for buy button empty.
- \danog\MadelineProto\RPCError\ReplyMarkupInvalidError: The provided reply markup is invalid.
- \danog\MadelineProto\RPCError\ReplyMarkupTooLongError: The specified reply_markup is too long.
- \danog\MadelineProto\RPCError\ReplyMessageIdInvalidError: The specified reply-to message ID is invalid.
- \danog\MadelineProto\RPCError\ReplyToInvalidError: The specified
reply_to
field is invalid. - \danog\MadelineProto\RPCError\ReplyToUserInvalidError: The replied-to user is invalid.
- \danog\MadelineProto\RPCError\ResetRequestMissingError: No password reset is in progress.
- \danog\MadelineProto\RPCError\ResultIdDuplicateError: You provided a duplicate result ID.
- \danog\MadelineProto\RPCError\ResultIdEmptyError: Result ID empty.
- \danog\MadelineProto\RPCError\ResultIdInvalidError: One of the specified result IDs is invalid.
- \danog\MadelineProto\RPCError\ResultTypeInvalidError: Result type invalid.
- \danog\MadelineProto\RPCError\ResultsTooMuchError: Too many results were provided.
- \danog\MadelineProto\RPCError\RevoteNotAllowedError: You cannot change your vote.
- \danog\MadelineProto\RPCError\RightForbiddenError: Your admin rights do not allow you to do this.
- \danog\MadelineProto\RPCError\RightsNotModifiedError: The new admin rights are equal to the old rights, no change was made.
- \danog\MadelineProto\RPCError\RsaDecryptFailedError: Internal RSA decryption failed.
- \danog\MadelineProto\RPCError\ScheduleBotNotAllowedError: Bots cannot schedule messages.
- \danog\MadelineProto\RPCError\ScheduleDateInvalidError: Invalid schedule date provided.
- \danog\MadelineProto\RPCError\ScheduleDateTooLateError: You can't schedule a message this far in the future.
- \danog\MadelineProto\RPCError\ScheduleStatusPrivateError: Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings.
- \danog\MadelineProto\RPCError\ScheduleTooMuchError: There are too many scheduled messages.
- \danog\MadelineProto\RPCError\ScoreInvalidError: The specified game score is invalid.
- \danog\MadelineProto\RPCError\SearchQueryEmptyError: The search query is empty.
- \danog\MadelineProto\RPCError\SearchWithLinkNotSupportedError: You cannot provide a search query and an invite link at the same time.
- \danog\MadelineProto\RPCError\SecondsInvalidError: Invalid duration provided.
- \danog\MadelineProto\RPCError\SendAsPeerInvalidError: You can't send messages as the specified peer.
- \danog\MadelineProto\RPCError\SendCodeUnavailableError: Returned when all available options for this type of number were already used (e.g. flash-call, then SMS, then this error might be returned to trigger a second resend).
- \danog\MadelineProto\RPCError\SendMessageMediaInvalidError: Invalid media provided.
- \danog\MadelineProto\RPCError\SendMessageTypeInvalidError: The message type is invalid.
- \danog\MadelineProto\RPCError\SensitiveChangeForbiddenError: You can't change your sensitive content settings.
- \danog\MadelineProto\RPCError\SettingsInvalidError: Invalid settings were provided.
- \danog\MadelineProto\RPCError\Sha256HashInvalidError: The provided SHA256 hash is invalid.
- \danog\MadelineProto\RPCError\ShortNameInvalidError: The specified short name is invalid.
- \danog\MadelineProto\RPCError\ShortNameOccupiedError: The specified short name is already in use.
- \danog\MadelineProto\RPCError\SlotsEmptyError: The specified slot list is empty.
- \danog\MadelineProto\RPCError\SlowmodeMultiMsgsDisabledError: Slowmode is enabled, you cannot forward multiple messages to this group.
- \danog\MadelineProto\RPCError\SlugInvalidError: The specified invoice slug is invalid.
- \danog\MadelineProto\RPCError\SmsCodeCreateFailedError: An error occurred while creating the SMS code.
- \danog\MadelineProto\RPCError\SrpIdInvalidError: Invalid SRP ID provided.
- \danog\MadelineProto\RPCError\SrpPasswordChangedError: Password has changed.
- \danog\MadelineProto\RPCError\StartParamEmptyError: The start parameter is empty.
- \danog\MadelineProto\RPCError\StartParamInvalidError: Start parameter invalid.
- \danog\MadelineProto\RPCError\StartParamTooLongError: Start parameter is too long.
- \danog\MadelineProto\RPCError\StickerDocumentInvalidError: The specified sticker document is invalid.
- \danog\MadelineProto\RPCError\StickerEmojiInvalidError: Sticker emoji invalid.
- \danog\MadelineProto\RPCError\StickerFileInvalidError: Sticker file invalid.
- \danog\MadelineProto\RPCError\StickerGifDimensionsError: The specified video sticker has invalid dimensions.
- \danog\MadelineProto\RPCError\StickerIdInvalidError: The provided sticker ID is invalid.
- \danog\MadelineProto\RPCError\StickerInvalidError: The provided sticker is invalid.
- \danog\MadelineProto\RPCError\StickerMimeInvalidError: The specified sticker MIME type is invalid.
- \danog\MadelineProto\RPCError\StickerPngDimensionsError: Sticker png dimensions invalid.
- \danog\MadelineProto\RPCError\StickerPngNopngError: One of the specified stickers is not a valid PNG file.
- \danog\MadelineProto\RPCError\StickerTgsNodocError: You must send the animated sticker as a document.
- \danog\MadelineProto\RPCError\StickerTgsNotgsError: Invalid TGS sticker provided.
- \danog\MadelineProto\RPCError\StickerThumbPngNopngError: Incorrect stickerset thumb file provided, PNG / WEBP expected.
- \danog\MadelineProto\RPCError\StickerThumbTgsNotgsError: Incorrect stickerset TGS thumb file provided.
- \danog\MadelineProto\RPCError\StickerVideoBigError: The specified video sticker is too big.
- \danog\MadelineProto\RPCError\StickerVideoNodocError: You must send the video sticker as a document.
- \danog\MadelineProto\RPCError\StickerVideoNowebmError: The specified video sticker is not in webm format.
- \danog\MadelineProto\RPCError\StickerpackStickersTooMuchError: There are too many stickers in this stickerpack, you can't add any more.
- \danog\MadelineProto\RPCError\StickersEmptyError: No sticker provided.
- \danog\MadelineProto\RPCError\StickersTooMuchError: There are too many stickers in this stickerpack, you can't add any more.
- \danog\MadelineProto\RPCError\StickersetInvalidError: The provided sticker set is invalid.
- \danog\MadelineProto\RPCError\StickersetOwnerAnonymousError: Provided stickerset can't be installed as group stickerset to prevent admin deanonymization.
- \danog\MadelineProto\RPCError\StoriesNeverCreatedError: This peer hasn't ever posted any stories.
- [\danog\MadelineProto\RPCError\StoriesTooMuchError: You have hit the maximum active stories limit as specified by the
story_expiring_limit_*
client configuration parameters: you should buy a Premium subscription, delete an active story, or wait for the oldest story to expire.](/PHP/danog/MadelineProto/RPCError/StoriesTooMuchError.html) - \danog\MadelineProto\RPCError\StoryIdEmptyError: You specified no story IDs.
- \danog\MadelineProto\RPCError\StoryIdInvalidError: The specified story ID is invalid.
- \danog\MadelineProto\RPCError\StoryNotModifiedError: The new story information you passed is equal to the previous story information, thus it wasn't modified.
- \danog\MadelineProto\RPCError\StoryPeriodInvalidError: The specified story period is invalid for this account.
- \danog\MadelineProto\RPCError\SwitchPmTextEmptyError: The switch_pm.text field was empty.
- \danog\MadelineProto\RPCError\TakeoutInvalidError: The specified takeout ID is invalid.
- [\danog\MadelineProto\RPCError\TakeoutRequiredError: A takeout session needs to be initialized first, see here » for more info.](/PHP/danog/MadelineProto/RPCError/TakeoutRequiredError.html)
- \danog\MadelineProto\RPCError\TaskAlreadyExistsError: An email reset was already requested.
- \danog\MadelineProto\RPCError\TempAuthKeyAlreadyBoundError: The passed temporary key is already bound to another perm_auth_key_id.
- \danog\MadelineProto\RPCError\TempAuthKeyEmptyError: No temporary auth key provided.
- \danog\MadelineProto\RPCError\ThemeFileInvalidError: Invalid theme file provided.
- \danog\MadelineProto\RPCError\ThemeFormatInvalidError: Invalid theme format provided.
- \danog\MadelineProto\RPCError\ThemeInvalidError: Invalid theme provided.
- \danog\MadelineProto\RPCError\ThemeMimeInvalidError: The theme's MIME type is invalid.
- \danog\MadelineProto\RPCError\ThemeTitleInvalidError: The specified theme title is invalid.
- \danog\MadelineProto\RPCError\TitleInvalidError: The specified stickerpack title is invalid.
- \danog\MadelineProto\RPCError\TmpPasswordDisabledError: The temporary password is disabled.
- \danog\MadelineProto\RPCError\ToLangInvalidError: The specified destination language is invalid.
- \danog\MadelineProto\RPCError\TokenEmptyError: The specified token is empty.
- \danog\MadelineProto\RPCError\TokenInvalidError: The provided token is invalid.
- \danog\MadelineProto\RPCError\TokenTypeInvalidError: The specified token type is invalid.
- \danog\MadelineProto\RPCError\TopicCloseSeparatelyError: The
close
flag cannot be provided together with any of the other flags. - \danog\MadelineProto\RPCError\TopicClosedError: This topic was closed, you can't send messages to it anymore.
- \danog\MadelineProto\RPCError\TopicDeletedError: The specified topic was deleted.
- \danog\MadelineProto\RPCError\TopicHideSeparatelyError: The
hide
flag cannot be provided together with any of the other flags. - \danog\MadelineProto\RPCError\TopicIdInvalidError: The specified topic ID is invalid.
- \danog\MadelineProto\RPCError\TopicNotModifiedError: The updated topic info is equal to the current topic info, nothing was changed.
- \danog\MadelineProto\RPCError\TopicTitleEmptyError: The specified topic title is empty.
- \danog\MadelineProto\RPCError\TopicsEmptyError: You specified no topic IDs.
- \danog\MadelineProto\RPCError\TranscriptionFailedError: Audio transcription failed.
- \danog\MadelineProto\RPCError\TtlDaysInvalidError: The provided TTL is invalid.
- \danog\MadelineProto\RPCError\TtlMediaInvalidError: Invalid media Time To Live was provided.
- \danog\MadelineProto\RPCError\TtlPeriodInvalidError: The specified TTL period is invalid.
- \danog\MadelineProto\RPCError\TypesEmptyError: No top peer type was provided.
- \danog\MadelineProto\RPCError\UntilDateInvalidError: Invalid until date provided.
- \danog\MadelineProto\RPCError\UpdateAppToLoginError: Please update to the latest version of MadelineProto to login.
- \danog\MadelineProto\RPCError\UrlInvalidError: Invalid URL provided.
- \danog\MadelineProto\RPCError\UsageLimitInvalidError: The specified usage limit is invalid.
- \danog\MadelineProto\RPCError\UserAdminInvalidError: You're not an admin.
- \danog\MadelineProto\RPCError\UserAlreadyInvitedError: You have already invited this user.
- \danog\MadelineProto\RPCError\UserAlreadyParticipantError: The user is already in the group.
- \danog\MadelineProto\RPCError\UserBannedInChannelError: You're banned from sending messages in supergroups/channels.
- \danog\MadelineProto\RPCError\UserBlockedError: User blocked.
- \danog\MadelineProto\RPCError\UserBotError: Bots can only be admins in channels.
- \danog\MadelineProto\RPCError\UserBotInvalidError: User accounts must provide the
bot
method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts. - \danog\MadelineProto\RPCError\UserBotRequiredError: This method can only be called by a bot.
- \danog\MadelineProto\RPCError\UserChannelsTooMuchError: One of the users you tried to add is already in too many channels/supergroups.
- \danog\MadelineProto\RPCError\UserCreatorError: You can't leave this channel, because you're its creator.
- \danog\MadelineProto\RPCError\UserDeletedError: You can't send this secret message because the other participant deleted their account.
- \danog\MadelineProto\RPCError\UserIdInvalidError: The provided user ID is invalid.
- \danog\MadelineProto\RPCError\UserInvalidError: Invalid user provided.
- \danog\MadelineProto\RPCError\UserIsBlockedError: You were blocked by this user.
- \danog\MadelineProto\RPCError\UserIsBotError: Bots can't send messages to other bots.
- \danog\MadelineProto\RPCError\UserKickedError: This user was kicked from this supergroup/channel.
- \danog\MadelineProto\RPCError\UserNotMutualContactError: The provided user is not a mutual contact.
- \danog\MadelineProto\RPCError\UserNotParticipantError: You're not a member of this supergroup/channel.
- \danog\MadelineProto\RPCError\UserPrivacyRestrictedError: The user's privacy settings do not allow you to do this.
- \danog\MadelineProto\RPCError\UserPublicMissingError: Cannot generate a link to stories posted by a peer without a username.
- \danog\MadelineProto\RPCError\UserRestrictedError: You're spamreported, you can't create channels or chats.
- \danog\MadelineProto\RPCError\UserVolumeInvalidError: The specified user volume is invalid.
- \danog\MadelineProto\RPCError\UsernameInvalidError: The provided username is not valid.
- \danog\MadelineProto\RPCError\UsernameNotModifiedError: The username was not modified.
- \danog\MadelineProto\RPCError\UsernameNotOccupiedError: The provided username is not occupied.
- \danog\MadelineProto\RPCError\UsernameOccupiedError: The provided username is already occupied.
- \danog\MadelineProto\RPCError\UsernamePurchaseAvailableError: The specified username can be purchased on https://fragment.com.
- \danog\MadelineProto\RPCError\UsernamesActiveTooMuchError: The maximum number of active usernames was reached.
- \danog\MadelineProto\RPCError\UserpicPrivacyRequiredError: You need to disable privacy settings for your profile picture in order to make your geolocation public.
- \danog\MadelineProto\RPCError\UserpicUploadRequiredError: You must have a profile picture to publish your geolocation.
- \danog\MadelineProto\RPCError\UsersTooFewError: Not enough users (to create a chat, for example).
- \danog\MadelineProto\RPCError\UsersTooMuchError: The maximum number of users has been exceeded (to create a chat, for example).
- \danog\MadelineProto\RPCError\VenueIdInvalidError: The specified venue ID is invalid.
- \danog\MadelineProto\RPCError\VideoContentTypeInvalidError: The video's content type is invalid.
- \danog\MadelineProto\RPCError\VideoFileInvalidError: The specified video file is invalid.
- \danog\MadelineProto\RPCError\VideoTitleEmptyError: The specified video title is empty.
- \danog\MadelineProto\RPCError\VoiceMessagesForbiddenError: This user's privacy settings forbid you from sending voice messages.
- \danog\MadelineProto\RPCError\WallpaperFileInvalidError: The specified wallpaper file is invalid.
- \danog\MadelineProto\RPCError\WallpaperInvalidError: The specified wallpaper is invalid.
- \danog\MadelineProto\RPCError\WallpaperMimeInvalidError: The specified wallpaper MIME type is invalid.
- \danog\MadelineProto\RPCError\WallpaperNotFoundError: The specified wallpaper could not be found.
- \danog\MadelineProto\RPCError\WcConvertUrlInvalidError: WC convert URL invalid.
- \danog\MadelineProto\RPCError\WebdocumentInvalidError: Invalid webdocument URL provided.
- \danog\MadelineProto\RPCError\WebdocumentMimeInvalidError: Invalid webdocument mime type provided.
- \danog\MadelineProto\RPCError\WebdocumentSizeTooBigError: Webdocument is too big!
- \danog\MadelineProto\RPCError\WebdocumentUrlInvalidError: The specified webdocument URL is invalid.
- \danog\MadelineProto\RPCError\WebpageCurlFailedError: Failure while fetching the webpage with cURL.
- \danog\MadelineProto\RPCError\WebpageMediaEmptyError: Webpage media empty.
- \danog\MadelineProto\RPCError\WebpageNotFoundError: A preview for the specified webpage
url
could not be generated. - \danog\MadelineProto\RPCError\WebpageUrlInvalidError: The specified webpage
url
is invalid. - \danog\MadelineProto\RPCError\WebpushAuthInvalidError: The specified web push authentication secret is invalid.
- \danog\MadelineProto\RPCError\WebpushKeyInvalidError: The specified web push elliptic curve Diffie-Hellman public key is invalid.
- \danog\MadelineProto\RPCError\WebpushTokenInvalidError: The specified web push token is invalid.
- \danog\MadelineProto\RPCError\YouBlockedUserError: You blocked this user.
- \danog\MadelineProto\SecretChats\SecretChat: Represents a secret chat.
- \danog\MadelineProto\Settings\AppInfo: App information.
- \danog\MadelineProto\Settings\Auth: Cryptography settings.
- \danog\MadelineProto\Settings\Connection: Connection settings.
- \danog\MadelineProto\Settings\Files: File management settings.
- \danog\MadelineProto\Settings\Ipc: IPC server settings.
- \danog\MadelineProto\Settings\Logger: Logger settings.
- \danog\MadelineProto\Settings\Metrics: Metric settings.
- \danog\MadelineProto\Settings\Peer: Peer database settings.
- \danog\MadelineProto\Settings\Pwr: PWRTelegram settings.
- \danog\MadelineProto\Settings\RPC: RPC settings.
- \danog\MadelineProto\Settings\SecretChats: Secret chat settings.
- \danog\MadelineProto\Settings\Serialization: Serialization settings.
- \danog\MadelineProto\Settings\TLSchema: TL schema settings.
- \danog\MadelineProto\Settings\Templates: Web and CLI template settings for login.
- \danog\MadelineProto\Settings\VoIP: VoIP settings.
- \danog\MadelineProto\Settings\Database\Memory: Memory backend settings.
- \danog\MadelineProto\Settings\Database\Mysql: MySQL backend settings.
- \danog\MadelineProto\Settings\Database\Postgres: Postgres backend settings.
- \danog\MadelineProto\Settings\Database\Redis: Redis backend settings.
- \danog\MadelineProto\Settings\Database\SerializerType
- \danog\MadelineProto\TL\Exception: TL deserialization exception.
- \danog\MadelineProto\TL\Conversion\Exception: TL conversion exception.
- \danog\MadelineProto\TL\Types\Button: Clickable button.
- \danog\MadelineProto\TL\Types\Bytes: Bytes wrapper.
- \danog\MadelineProto\TL\Types\LoginQrCode: Represents a login QR code.
- \danog\MadelineProto\VoIP\CallState
- \danog\MadelineProto\VoIP\DiscardReason: Why was the call discarded?
- \danog\MadelineProto\VoIP\VoIPState: VoIP protcol state.
Generated by danog/phpdoc.