MadelineProtoDocs/docs/API_docs/methods/api_index.md

84 KiB

title description image
Methods List of methods https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Methods

Back to API documentation index

Go to the new description-version method index

$MadelineProto->logout();

$MadelineProto->phone_login($number);

$MadelineProto->complete_phone_login($code);

$MadelineProto->complete_2FA_login($password);

$MadelineProto->bot_login($token);

$MadelineProto->get_dialogs();

$MadelineProto->get_pwr_chat($id);

$MadelineProto->get_info($id);

$MadelineProto->get_full_info($id);

$MadelineProto->get_self();

$MadelineProto->request_call($id);

$MadelineProto->request_secret_chat($id);




$MadelineProto->account->acceptAuthorization(['bot_id' => int, 'scope' => string, 'public_key' => string, 'value_hashes' => [SecureValueHash], 'credentials' => SecureCredentialsEncrypted, ]) === $Bool

$MadelineProto->account->cancelPasswordEmail([]) === $Bool

$MadelineProto->account->changePhone(['phone_number' => string, 'phone_code_hash' => string, 'phone_code' => string, ]) === $User

$MadelineProto->account->checkUsername(['username' => string, ]) === $Bool

$MadelineProto->account->confirmPasswordEmail(['code' => string, ]) === $Bool

$MadelineProto->account->confirmPhone(['phone_code_hash' => string, 'phone_code' => string, ]) === $Bool

$MadelineProto->account->createTheme(['slug' => string, 'title' => string, 'document' => InputDocument, ]) === $Theme

$MadelineProto->account->deleteAccount(['reason' => string, ]) === $Bool

$MadelineProto->account->deleteSecureValue(['types' => [SecureValueType], ]) === $Bool

$MadelineProto->account->finishTakeoutSession(['success' => Bool, ]) === $Bool

$MadelineProto->account->getAccountTTL([]) === $AccountDaysTTL

$MadelineProto->account->getAllSecureValues([]) === $Vector_of_SecureValue

$MadelineProto->account->getAuthorizationForm(['bot_id' => int, 'scope' => string, 'public_key' => string, ]) === $account_AuthorizationForm

$MadelineProto->account->getAuthorizations([]) === $account_Authorizations

$MadelineProto->account->getAutoDownloadSettings([]) === $account_AutoDownloadSettings

$MadelineProto->account->getContactSignUpNotification([]) === $Bool

$MadelineProto->account->getNotifyExceptions(['compare_sound' => Bool, 'peer' => InputNotifyPeer, ]) === $Updates

$MadelineProto->account->getNotifySettings(['peer' => InputNotifyPeer, ]) === $PeerNotifySettings

$MadelineProto->account->getPassword([]) === $account_Password

$MadelineProto->account->getPasswordSettings(['password' => InputCheckPasswordSRP, ]) === $account_PasswordSettings

$MadelineProto->account->getPrivacy(['key' => InputPrivacyKey, ]) === $account_PrivacyRules

$MadelineProto->account->getSecureValue(['types' => [SecureValueType], ]) === $Vector_of_SecureValue

$MadelineProto->account->getTheme(['format' => string, 'theme' => InputTheme, 'document_id' => long, ]) === $Theme

$MadelineProto->account->getThemes(['format' => string, 'hash' => int, ]) === $account_Themes

$MadelineProto->account->getTmpPassword(['password' => InputCheckPasswordSRP, 'period' => int, ]) === $account_TmpPassword

$MadelineProto->account->getWallPaper(['wallpaper' => InputWallPaper, ]) === $WallPaper

$MadelineProto->account->getWallPapers(['hash' => int, ]) === $account_WallPapers

$MadelineProto->account->getWebAuthorizations([]) === $account_WebAuthorizations

$MadelineProto->account->initTakeoutSession(['contacts' => Bool, 'message_users' => Bool, 'message_chats' => Bool, 'message_megagroups' => Bool, 'message_channels' => Bool, 'files' => Bool, 'file_max_size' => int, ]) === $account_Takeout

$MadelineProto->account->installTheme(['dark' => Bool, 'format' => string, 'theme' => InputTheme, ]) === $Bool

$MadelineProto->account->installWallPaper(['wallpaper' => InputWallPaper, 'settings' => WallPaperSettings, ]) === $Bool

$MadelineProto->account->registerDevice(['no_muted' => Bool, 'token_type' => int, 'token' => string, 'app_sandbox' => Bool, 'secret' => bytes, 'other_uids' => [int], ]) === $Bool

$MadelineProto->account->reportPeer(['peer' => InputPeer, 'reason' => ReportReason, ]) === $Bool

$MadelineProto->account->resendPasswordEmail([]) === $Bool

$MadelineProto->account->resetAuthorization(['hash' => long, ]) === $Bool

$MadelineProto->account->resetNotifySettings([]) === $Bool

$MadelineProto->account->resetWallPapers([]) === $Bool

$MadelineProto->account->resetWebAuthorization(['hash' => long, ]) === $Bool

$MadelineProto->account->resetWebAuthorizations([]) === $Bool

$MadelineProto->account->saveAutoDownloadSettings(['low' => Bool, 'high' => Bool, 'settings' => AutoDownloadSettings, ]) === $Bool

$MadelineProto->account->saveSecureValue(['value' => InputSecureValue, 'secure_secret_id' => long, ]) === $SecureValue

$MadelineProto->account->saveTheme(['theme' => InputTheme, 'unsave' => Bool, ]) === $Bool

$MadelineProto->account->saveWallPaper(['wallpaper' => InputWallPaper, 'unsave' => Bool, 'settings' => WallPaperSettings, ]) === $Bool

$MadelineProto->account->sendChangePhoneCode(['phone_number' => string, 'settings' => CodeSettings, ]) === $auth_SentCode

$MadelineProto->account->sendConfirmPhoneCode(['hash' => string, 'settings' => CodeSettings, ]) === $auth_SentCode

$MadelineProto->account->sendVerifyEmailCode(['email' => string, ]) === $account_SentEmailCode

$MadelineProto->account->sendVerifyPhoneCode(['phone_number' => string, 'settings' => CodeSettings, ]) === $auth_SentCode

$MadelineProto->account->setAccountTTL(['ttl' => AccountDaysTTL, ]) === $Bool

$MadelineProto->account->setContactSignUpNotification(['silent' => Bool, ]) === $Bool

$MadelineProto->account->setPrivacy(['key' => InputPrivacyKey, 'rules' => [InputPrivacyRule], ]) === $account_PrivacyRules

$MadelineProto->account->unregisterDevice(['token_type' => int, 'token' => string, 'other_uids' => [int], ]) === $Bool

$MadelineProto->account->updateDeviceLocked(['period' => int, ]) === $Bool

$MadelineProto->account->updateNotifySettings(['peer' => InputNotifyPeer, 'settings' => InputPeerNotifySettings, ]) === $Bool

$MadelineProto->account->updatePasswordSettings(['password' => InputCheckPasswordSRP, 'new_settings' => account_PasswordInputSettings, ]) === $Bool

$MadelineProto->account->updateProfile(['first_name' => string, 'last_name' => string, 'about' => string, ]) === $User

$MadelineProto->account->updateStatus(['offline' => Bool, ]) === $Bool

$MadelineProto->account->updateTheme(['format' => string, 'theme' => InputTheme, 'slug' => string, 'title' => string, 'document' => InputDocument, ]) === $Theme

$MadelineProto->account->updateUsername(['username' => string, ]) === $User

$MadelineProto->account->uploadTheme(['file' => InputFile, 'thumb' => InputFile, 'file_name' => string, 'mime_type' => string, ]) === $Document

$MadelineProto->account->uploadWallPaper(['file' => InputFile, 'mime_type' => string, 'settings' => WallPaperSettings, ]) === $WallPaper

$MadelineProto->account->verifyEmail(['email' => string, 'code' => string, ]) === $Bool

$MadelineProto->account->verifyPhone(['phone_number' => string, 'phone_code_hash' => string, 'phone_code' => string, ]) === $Bool




$MadelineProto->auth->bindTempAuthKey(['perm_auth_key_id' => long, 'nonce' => long, 'expires_at' => int, 'encrypted_message' => bytes, ]) === $Bool

$MadelineProto->auth->cancelCode(['phone_number' => string, 'phone_code_hash' => string, ]) === $Bool

$MadelineProto->auth->checkPassword(['password' => InputCheckPasswordSRP, ]) === $auth_Authorization

$MadelineProto->auth->dropTempAuthKeys(['except_auth_keys' => [long], ]) === $Bool

$MadelineProto->auth->exportAuthorization(['dc_id' => int, ]) === $auth_ExportedAuthorization

$MadelineProto->auth->importAuthorization(['id' => int, 'bytes' => bytes, ]) === $auth_Authorization

$MadelineProto->auth->importBotAuthorization(['api_id' => int, 'api_hash' => string, 'bot_auth_token' => string, ]) === $auth_Authorization

$MadelineProto->auth->logOut([]) === $Bool

$MadelineProto->auth->recoverPassword(['code' => string, ]) === $auth_Authorization

$MadelineProto->auth->requestPasswordRecovery([]) === $auth_PasswordRecovery

$MadelineProto->auth->resendCode(['phone_number' => string, 'phone_code_hash' => string, ]) === $auth_SentCode

$MadelineProto->auth->resetAuthorizations([]) === $Bool

$MadelineProto->auth->sendCode(['phone_number' => string, 'api_id' => int, 'api_hash' => string, 'settings' => CodeSettings, ]) === $auth_SentCode

$MadelineProto->auth->signIn(['phone_number' => string, 'phone_code_hash' => string, 'phone_code' => string, ]) === $auth_Authorization

$MadelineProto->auth->signUp(['phone_number' => string, 'phone_code_hash' => string, 'first_name' => string, 'last_name' => string, ]) === $auth_Authorization




$MadelineProto->bots->answerWebhookJSONQuery(['query_id' => long, 'data' => DataJSON, ]) === $Bool

$MadelineProto->bots->sendCustomRequest(['custom_method' => string, 'params' => DataJSON, ]) === $DataJSON




$MadelineProto->channels->checkUsername(['channel' => InputChannel, 'username' => string, ]) === $Bool

$MadelineProto->channels->createChannel(['broadcast' => Bool, 'megagroup' => Bool, 'title' => string, 'about' => string, 'geo_point' => InputGeoPoint, 'address' => string, ]) === $Updates

$MadelineProto->channels->deleteChannel(['channel' => InputChannel, ]) === $Updates

$MadelineProto->channels->deleteHistory(['channel' => InputChannel, 'max_id' => int, ]) === $Bool

$MadelineProto->channels->deleteMessages(['channel' => InputChannel, 'id' => [int], ]) === $messages_AffectedMessages

$MadelineProto->channels->deleteUserHistory(['channel' => InputChannel, 'user_id' => InputUser, ]) === $messages_AffectedHistory

$MadelineProto->channels->editAdmin(['channel' => InputChannel, 'user_id' => InputUser, 'admin_rights' => ChatAdminRights, 'rank' => string, ]) === $Updates

$MadelineProto->channels->editBanned(['channel' => InputChannel, 'user_id' => InputUser, 'banned_rights' => ChatBannedRights, ]) === $Updates

$MadelineProto->channels->editCreator(['channel' => InputChannel, 'user_id' => InputUser, 'password' => InputCheckPasswordSRP, ]) === $Updates

$MadelineProto->channels->editLocation(['channel' => InputChannel, 'geo_point' => InputGeoPoint, 'address' => string, ]) === $Bool

$MadelineProto->channels->editPhoto(['channel' => InputChannel, 'photo' => InputChatPhoto, ]) === $Updates

$MadelineProto->channels->editTitle(['channel' => InputChannel, 'title' => string, ]) === $Updates

$MadelineProto->channels->exportMessageLink(['channel' => InputChannel, 'id' => int, 'grouped' => Bool, ]) === $ExportedMessageLink

$MadelineProto->channels->getAdminLog(['channel' => InputChannel, 'q' => string, 'events_filter' => ChannelAdminLogEventsFilter, 'admins' => [InputUser], 'max_id' => long, 'min_id' => long, 'limit' => int, ]) === $channels_AdminLogResults

$MadelineProto->channels->getAdminedPublicChannels(['by_location' => Bool, 'check_limit' => Bool, ]) === $messages_Chats

$MadelineProto->channels->getChannels(['id' => [InputChannel], ]) === $messages_Chats

$MadelineProto->channels->getFullChannel(['channel' => InputChannel, ]) === $messages_ChatFull

$MadelineProto->channels->getGroupsForDiscussion([]) === $messages_Chats

$MadelineProto->channels->getLeftChannels(['offset' => int, ]) === $messages_Chats

$MadelineProto->channels->getMessages(['channel' => InputChannel, 'id' => [InputMessage], ]) === $messages_Messages

$MadelineProto->channels->getParticipant(['channel' => InputChannel, 'user_id' => InputUser, ]) === $channels_ChannelParticipant

$MadelineProto->channels->getParticipants(['channel' => InputChannel, 'filter' => ChannelParticipantsFilter, 'offset' => int, 'limit' => int, 'hash' => int, ]) === $channels_ChannelParticipants

$MadelineProto->channels->inviteToChannel(['channel' => InputChannel, 'users' => [InputUser], ]) === $Updates

$MadelineProto->channels->joinChannel(['channel' => InputChannel, ]) === $Updates

$MadelineProto->channels->leaveChannel(['channel' => InputChannel, ]) === $Updates

$MadelineProto->channels->readHistory(['channel' => InputChannel, 'max_id' => int, ]) === $Bool

$MadelineProto->channels->readMessageContents(['channel' => InputChannel, 'id' => [int], ]) === $Bool

$MadelineProto->channels->reportSpam(['channel' => InputChannel, 'user_id' => InputUser, 'id' => [int], ]) === $Bool

$MadelineProto->channels->setDiscussionGroup(['broadcast' => InputChannel, 'group' => InputChannel, ]) === $Bool

$MadelineProto->channels->setStickers(['channel' => InputChannel, 'stickerset' => InputStickerSet, ]) === $Bool

$MadelineProto->channels->togglePreHistoryHidden(['channel' => InputChannel, 'enabled' => Bool, ]) === $Updates

$MadelineProto->channels->toggleSignatures(['channel' => InputChannel, 'enabled' => Bool, ]) === $Updates

$MadelineProto->channels->toggleSlowMode(['channel' => InputChannel, 'seconds' => int, ]) === $Updates

$MadelineProto->channels->updateUsername(['channel' => InputChannel, 'username' => string, ]) === $Bool




$MadelineProto->contacts->acceptContact(['id' => InputUser, ]) === $Updates

$MadelineProto->contacts->addContact(['add_phone_privacy_exception' => Bool, 'id' => InputUser, 'first_name' => string, 'last_name' => string, 'phone' => string, ]) === $Updates

$MadelineProto->contacts->block(['id' => InputUser, ]) === $Bool

$MadelineProto->contacts->deleteByPhones(['phones' => [string], ]) === $Bool

$MadelineProto->contacts->deleteContacts(['id' => [InputUser], ]) === $Updates

$MadelineProto->contacts->getBlocked(['offset' => int, 'limit' => int, ]) === $contacts_Blocked

$MadelineProto->contacts->getContactIDs(['hash' => int, ]) === $Vector_of_int

$MadelineProto->contacts->getContacts(['hash' => int, ]) === $contacts_Contacts

$MadelineProto->contacts->getLocated(['geo_point' => InputGeoPoint, ]) === $Updates

$MadelineProto->contacts->getSaved([]) === $Vector_of_SavedContact

$MadelineProto->contacts->getStatuses([]) === $Vector_of_ContactStatus

$MadelineProto->contacts->getTopPeers(['correspondents' => Bool, 'bots_pm' => Bool, 'bots_inline' => Bool, 'phone_calls' => Bool, 'forward_users' => Bool, 'forward_chats' => Bool, 'groups' => Bool, 'channels' => Bool, 'offset' => int, 'limit' => int, 'hash' => int, ]) === $contacts_TopPeers

$MadelineProto->contacts->importContacts(['contacts' => [InputContact], ]) === $contacts_ImportedContacts

$MadelineProto->contacts->resetSaved([]) === $Bool

$MadelineProto->contacts->resetTopPeerRating(['category' => TopPeerCategory, 'peer' => InputPeer, ]) === $Bool

$MadelineProto->contacts->resolveUsername(['username' => string, ]) === $contacts_ResolvedPeer

$MadelineProto->contacts->search(['q' => string, 'limit' => int, ]) === $contacts_Found

$MadelineProto->contacts->toggleTopPeers(['enabled' => Bool, ]) === $Bool

$MadelineProto->contacts->unblock(['id' => InputUser, ]) === $Bool




$MadelineProto->folders->deleteFolder(['folder_id' => int, ]) === $Updates

$MadelineProto->folders->editPeerFolders(['folder_peers' => [InputFolderPeer], ]) === $Updates




$MadelineProto->help->acceptTermsOfService(['id' => DataJSON, ]) === $Bool

$MadelineProto->help->editUserInfo(['user_id' => InputUser, 'message' => string, 'entities' => [MessageEntity], ]) === $help_UserInfo

$MadelineProto->help->getAppChangelog(['prev_app_version' => string, ]) === $Updates

$MadelineProto->help->getAppConfig([]) === $JSONValue

$MadelineProto->help->getAppUpdate(['source' => string, ]) === $help_AppUpdate

$MadelineProto->help->getCdnConfig([]) === $CdnConfig

$MadelineProto->help->getConfig([]) === $Config

$MadelineProto->help->getDeepLinkInfo(['path' => string, ]) === $help_DeepLinkInfo

$MadelineProto->help->getInviteText([]) === $help_InviteText

$MadelineProto->help->getNearestDc([]) === $NearestDc

$MadelineProto->help->getPassportConfig(['hash' => int, ]) === $help_PassportConfig

$MadelineProto->help->getProxyData([]) === $help_ProxyData

$MadelineProto->help->getRecentMeUrls(['referer' => string, ]) === $help_RecentMeUrls

$MadelineProto->help->getSupport([]) === $help_Support

$MadelineProto->help->getSupportName([]) === $help_SupportName

$MadelineProto->help->getTermsOfServiceUpdate([]) === $help_TermsOfServiceUpdate

$MadelineProto->help->getUserInfo(['user_id' => InputUser, ]) === $help_UserInfo

$MadelineProto->help->saveAppLog(['events' => [InputAppEvent], ]) === $Bool

$MadelineProto->help->setBotUpdatesStatus(['pending_updates_count' => int, 'message' => string, ]) === $Bool




$MadelineProto->initConnection(['api_id' => int, 'device_model' => string, 'system_version' => string, 'app_version' => string, 'system_lang_code' => string, 'lang_pack' => string, 'lang_code' => string, 'proxy' => InputClientProxy, 'query' => !X, ]) === $X




$MadelineProto->invokeAfterMsg(['msg_id' => long, 'query' => !X, ]) === $X




$MadelineProto->invokeAfterMsgs(['msg_ids' => [long], 'query' => !X, ]) === $X




$MadelineProto->invokeWithLayer(['layer' => int, 'query' => !X, ]) === $X




$MadelineProto->invokeWithMessagesRange(['range' => MessageRange, 'query' => !X, ]) === $X




$MadelineProto->invokeWithTakeout(['takeout_id' => long, 'query' => !X, ]) === $X




$MadelineProto->invokeWithoutUpdates(['query' => !X, ]) === $X




$MadelineProto->langpack->getDifference(['lang_pack' => string, 'lang_code' => string, 'from_version' => int, ]) === $LangPackDifference

$MadelineProto->langpack->getLangPack(['lang_pack' => string, 'lang_code' => string, ]) === $LangPackDifference

$MadelineProto->langpack->getLanguage(['lang_pack' => string, 'lang_code' => string, ]) === $LangPackLanguage

$MadelineProto->langpack->getLanguages(['lang_pack' => string, ]) === $Vector_of_LangPackLanguage

$MadelineProto->langpack->getStrings(['lang_pack' => string, 'lang_code' => string, 'keys' => [string], ]) === $Vector_of_LangPackString




$MadelineProto->messages->acceptEncryption(['peer' => InputEncryptedChat, 'g_b' => bytes, 'key_fingerprint' => long, ]) === $EncryptedChat

$MadelineProto->messages->acceptUrlAuth(['write_allowed' => Bool, 'peer' => InputPeer, 'msg_id' => int, 'button_id' => int, ]) === $UrlAuthResult

$MadelineProto->messages->addChatUser(['chat_id' => InputPeer, 'user_id' => InputUser, 'fwd_limit' => int, ]) === $Updates

$MadelineProto->messages->checkChatInvite(['hash' => string, ]) === $ChatInvite

$MadelineProto->messages->clearAllDrafts([]) === $Bool

$MadelineProto->messages->clearRecentStickers(['attached' => Bool, ]) === $Bool

$MadelineProto->messages->createChat(['users' => [InputUser], 'title' => string, ]) === $Updates

$MadelineProto->messages->deleteChatUser(['chat_id' => InputPeer, 'user_id' => InputUser, ]) === $Updates

$MadelineProto->messages->deleteHistory(['just_clear' => Bool, 'revoke' => Bool, 'peer' => InputPeer, 'max_id' => int, ]) === $messages_AffectedHistory

$MadelineProto->messages->deleteMessages(['revoke' => Bool, 'id' => [int], ]) === $messages_AffectedMessages

$MadelineProto->messages->deleteScheduledMessages(['peer' => InputPeer, 'id' => [int], ]) === $Updates

$MadelineProto->messages->discardEncryption(['chat_id' => int, ]) === $Bool

$MadelineProto->messages->editChatAbout(['peer' => InputPeer, 'about' => string, ]) === $Bool

$MadelineProto->messages->editChatAdmin(['chat_id' => InputPeer, 'user_id' => InputUser, 'is_admin' => Bool, ]) === $Bool

$MadelineProto->messages->editChatDefaultBannedRights(['peer' => InputPeer, 'banned_rights' => ChatBannedRights, ]) === $Updates

$MadelineProto->messages->editChatPhoto(['chat_id' => InputPeer, 'photo' => InputChatPhoto, ]) === $Updates

$MadelineProto->messages->editChatTitle(['chat_id' => InputPeer, 'title' => string, ]) === $Updates

$MadelineProto->messages->editInlineBotMessage(['no_webpage' => Bool, 'id' => InputBotInlineMessageID, 'message' => string, 'media' => InputMedia, 'reply_markup' => ReplyMarkup, 'entities' => [MessageEntity], ]) === $Bool

$MadelineProto->messages->editMessage(['no_webpage' => Bool, 'peer' => InputPeer, 'id' => int, 'message' => string, 'media' => InputMedia, 'reply_markup' => ReplyMarkup, 'entities' => [MessageEntity], 'schedule_date' => int, ]) === $Updates

$MadelineProto->messages->exportChatInvite(['peer' => InputPeer, ]) === $ExportedChatInvite

$MadelineProto->messages->faveSticker(['id' => InputDocument, 'unfave' => Bool, ]) === $Bool

$MadelineProto->messages->forwardMessages(['silent' => Bool, 'background' => Bool, 'with_my_score' => Bool, 'grouped' => Bool, 'from_peer' => InputPeer, 'id' => [int], 'to_peer' => InputPeer, 'schedule_date' => int, ]) === $Updates

$MadelineProto->messages->getAllChats(['except_ids' => [int], ]) === $messages_Chats

$MadelineProto->messages->getAllDrafts([]) === $Updates

$MadelineProto->messages->getAllStickers(['hash' => int, ]) === $messages_AllStickers

$MadelineProto->messages->getArchivedStickers(['masks' => Bool, 'offset_id' => long, 'limit' => int, ]) === $messages_ArchivedStickers

$MadelineProto->messages->getAttachedStickers(['media' => InputStickeredMedia, ]) === $Vector_of_StickerSetCovered

$MadelineProto->messages->getBotCallbackAnswer(['game' => Bool, 'peer' => InputPeer, 'msg_id' => int, 'data' => bytes, ]) === $messages_BotCallbackAnswer

$MadelineProto->messages->getChats(['id' => [int], ]) === $messages_Chats

$MadelineProto->messages->getCommonChats(['user_id' => InputUser, 'max_id' => int, 'limit' => int, ]) === $messages_Chats

$MadelineProto->messages->getDhConfig(['version' => int, 'random_length' => int, ]) === $messages_DhConfig

$MadelineProto->messages->getDialogUnreadMarks([]) === $Vector_of_DialogPeer

$MadelineProto->messages->getDialogs(['exclude_pinned' => Bool, 'folder_id' => int, 'offset_date' => int, 'offset_id' => int, 'offset_peer' => InputPeer, 'limit' => int, 'hash' => int, ]) === $messages_Dialogs

$MadelineProto->messages->getDocumentByHash(['sha256' => bytes, 'size' => int, 'mime_type' => string, ]) === $Document

$MadelineProto->messages->getEmojiKeywords(['lang_code' => string, ]) === $EmojiKeywordsDifference

$MadelineProto->messages->getEmojiKeywordsDifference(['lang_code' => string, 'from_version' => int, ]) === $EmojiKeywordsDifference

$MadelineProto->messages->getEmojiKeywordsLanguages(['lang_codes' => [string], ]) === $Vector_of_EmojiLanguage

$MadelineProto->messages->getEmojiURL(['lang_code' => string, ]) === $EmojiURL

$MadelineProto->messages->getFavedStickers(['hash' => int, ]) === $messages_FavedStickers

$MadelineProto->messages->getFeaturedStickers(['hash' => int, ]) === $messages_FeaturedStickers

$MadelineProto->messages->getFullChat(['chat_id' => InputPeer, ]) === $messages_ChatFull

$MadelineProto->messages->getGameHighScores(['peer' => InputPeer, 'id' => int, 'user_id' => InputUser, ]) === $messages_HighScores

$MadelineProto->messages->getHistory(['peer' => InputPeer, 'offset_id' => int, 'offset_date' => int, 'add_offset' => int, 'limit' => int, 'max_id' => int, 'min_id' => int, 'hash' => int, ]) === $messages_Messages

$MadelineProto->messages->getInlineBotResults(['bot' => InputUser, 'peer' => InputPeer, 'geo_point' => InputGeoPoint, 'query' => string, 'offset' => string, ]) === $messages_BotResults

$MadelineProto->messages->getInlineGameHighScores(['id' => InputBotInlineMessageID, 'user_id' => InputUser, ]) === $messages_HighScores

$MadelineProto->messages->getMaskStickers(['hash' => int, ]) === $messages_AllStickers

$MadelineProto->messages->getMessageEditData(['peer' => InputPeer, 'id' => int, ]) === $messages_MessageEditData

$MadelineProto->messages->getMessages(['id' => [InputMessage], ]) === $messages_Messages

$MadelineProto->messages->getMessagesViews(['peer' => InputPeer, 'id' => [int], 'increment' => Bool, ]) === $Vector_of_int

$MadelineProto->messages->getOnlines(['peer' => InputPeer, ]) === $ChatOnlines

$MadelineProto->messages->getPeerDialogs(['peers' => [InputDialogPeer], ]) === $messages_PeerDialogs

$MadelineProto->messages->getPeerSettings(['peer' => InputPeer, ]) === $PeerSettings

$MadelineProto->messages->getPinnedDialogs(['folder_id' => int, ]) === $messages_PeerDialogs

$MadelineProto->messages->getPollResults(['peer' => InputPeer, 'msg_id' => int, ]) === $Updates

$MadelineProto->messages->getRecentLocations(['peer' => InputPeer, 'limit' => int, 'hash' => int, ]) === $messages_Messages

$MadelineProto->messages->getRecentStickers(['attached' => Bool, 'hash' => int, ]) === $messages_RecentStickers

$MadelineProto->messages->getSavedGifs(['hash' => int, ]) === $messages_SavedGifs

$MadelineProto->messages->getScheduledHistory(['peer' => InputPeer, 'hash' => int, ]) === $messages_Messages

$MadelineProto->messages->getScheduledMessages(['peer' => InputPeer, 'id' => [int], ]) === $messages_Messages

$MadelineProto->messages->getSearchCounters(['peer' => InputPeer, 'filters' => [MessagesFilter], ]) === $Vector_of_messages_SearchCounter

$MadelineProto->messages->getSplitRanges([]) === $Vector_of_MessageRange

$MadelineProto->messages->getStatsURL(['dark' => Bool, 'peer' => InputPeer, 'params' => string, ]) === $StatsURL

$MadelineProto->messages->getStickerSet(['stickerset' => InputStickerSet, ]) === $messages_StickerSet

$MadelineProto->messages->getStickers(['emoticon' => string, 'hash' => int, ]) === $messages_Stickers

$MadelineProto->messages->getUnreadMentions(['peer' => InputPeer, 'offset_id' => int, 'add_offset' => int, 'limit' => int, 'max_id' => int, 'min_id' => int, ]) === $messages_Messages

$MadelineProto->messages->getWebPage(['url' => string, 'hash' => int, ]) === $WebPage

$MadelineProto->messages->getWebPagePreview(['message' => string, 'entities' => [MessageEntity], ]) === $MessageMedia

$MadelineProto->messages->hidePeerSettingsBar(['peer' => InputPeer, ]) === $Bool

$MadelineProto->messages->importChatInvite(['hash' => string, ]) === $Updates

$MadelineProto->messages->installStickerSet(['stickerset' => InputStickerSet, 'archived' => Bool, ]) === $messages_StickerSetInstallResult

$MadelineProto->messages->markDialogUnread(['unread' => Bool, 'peer' => InputDialogPeer, ]) === $Bool

$MadelineProto->messages->migrateChat(['chat_id' => InputPeer, ]) === $Updates

$MadelineProto->messages->readEncryptedHistory(['peer' => InputEncryptedChat, 'max_date' => int, ]) === $Bool

$MadelineProto->messages->readFeaturedStickers(['id' => [long], ]) === $Bool

$MadelineProto->messages->readHistory(['peer' => InputPeer, 'max_id' => int, ]) === $messages_AffectedMessages

$MadelineProto->messages->readMentions(['peer' => InputPeer, ]) === $messages_AffectedHistory

$MadelineProto->messages->readMessageContents(['id' => [int], ]) === $messages_AffectedMessages

$MadelineProto->messages->receivedMessages(['max_id' => int, ]) === $Vector_of_ReceivedNotifyMessage

$MadelineProto->messages->receivedQueue(['max_qts' => int, ]) === $Vector_of_long

$MadelineProto->messages->reorderPinnedDialogs(['force' => Bool, 'folder_id' => int, 'order' => [InputDialogPeer], ]) === $Bool

$MadelineProto->messages->reorderStickerSets(['masks' => Bool, 'order' => [long], ]) === $Bool

$MadelineProto->messages->report(['peer' => InputPeer, 'id' => [int], 'reason' => ReportReason, ]) === $Bool

$MadelineProto->messages->reportEncryptedSpam(['peer' => InputEncryptedChat, ]) === $Bool

$MadelineProto->messages->reportSpam(['peer' => InputPeer, ]) === $Bool

$MadelineProto->messages->requestEncryption(['user_id' => InputUser, 'g_a' => bytes, ]) === $EncryptedChat

$MadelineProto->messages->requestUrlAuth(['peer' => InputPeer, 'msg_id' => int, 'button_id' => int, ]) === $UrlAuthResult

$MadelineProto->messages->saveDraft(['no_webpage' => Bool, 'reply_to_msg_id' => int, 'peer' => InputPeer, 'message' => string, 'entities' => [MessageEntity], ]) === $Bool

$MadelineProto->messages->saveGif(['id' => InputDocument, 'unsave' => Bool, ]) === $Bool

$MadelineProto->messages->saveRecentSticker(['attached' => Bool, 'id' => InputDocument, 'unsave' => Bool, ]) === $Bool

$MadelineProto->messages->search(['peer' => InputPeer, 'q' => string, 'from_id' => InputUser, 'filter' => MessagesFilter, 'min_date' => int, 'max_date' => int, 'offset_id' => int, 'add_offset' => int, 'limit' => int, 'max_id' => int, 'min_id' => int, 'hash' => int, ]) === $messages_Messages

$MadelineProto->messages->searchGifs(['q' => string, 'offset' => int, ]) === $messages_FoundGifs

$MadelineProto->messages->searchGlobal(['folder_id' => int, 'q' => string, 'offset_rate' => int, 'offset_peer' => InputPeer, 'offset_id' => int, 'limit' => int, ]) === $messages_Messages

$MadelineProto->messages->searchStickerSets(['exclude_featured' => Bool, 'q' => string, 'hash' => int, ]) === $messages_FoundStickerSets

$MadelineProto->messages->sendEncrypted(['peer' => InputEncryptedChat, 'message' => DecryptedMessage, ]) === $messages_SentEncryptedMessage

$MadelineProto->messages->sendEncryptedFile(['peer' => InputEncryptedChat, 'message' => DecryptedMessage, 'file' => InputEncryptedFile, ]) === $messages_SentEncryptedMessage

$MadelineProto->messages->sendEncryptedService(['peer' => InputEncryptedChat, 'message' => DecryptedMessage, ]) === $messages_SentEncryptedMessage

$MadelineProto->messages->sendInlineBotResult(['silent' => Bool, 'background' => Bool, 'clear_draft' => Bool, 'hide_via' => Bool, 'peer' => InputPeer, 'reply_to_msg_id' => int, 'query_id' => long, 'id' => string, 'schedule_date' => int, ]) === $Updates

$MadelineProto->messages->sendMedia(['silent' => Bool, 'background' => Bool, 'clear_draft' => Bool, 'peer' => InputPeer, 'reply_to_msg_id' => int, 'media' => InputMedia, 'message' => string, 'reply_markup' => ReplyMarkup, 'entities' => [MessageEntity], 'schedule_date' => int, ]) === $Updates

$MadelineProto->messages->sendMessage(['no_webpage' => Bool, 'silent' => Bool, 'background' => Bool, 'clear_draft' => Bool, 'peer' => InputPeer, 'reply_to_msg_id' => int, 'message' => string, 'reply_markup' => ReplyMarkup, 'entities' => [MessageEntity], 'schedule_date' => int, ]) === $Updates

$MadelineProto->messages->sendMultiMedia(['silent' => Bool, 'background' => Bool, 'clear_draft' => Bool, 'peer' => InputPeer, 'reply_to_msg_id' => int, 'multi_media' => [InputSingleMedia], 'schedule_date' => int, ]) === $Updates

$MadelineProto->messages->sendScheduledMessages(['peer' => InputPeer, 'id' => [int], ]) === $Updates

$MadelineProto->messages->sendScreenshotNotification(['peer' => InputPeer, 'reply_to_msg_id' => int, ]) === $Updates

$MadelineProto->messages->sendVote(['peer' => InputPeer, 'msg_id' => int, 'options' => [bytes], ]) === $Updates

$MadelineProto->messages->setBotCallbackAnswer(['alert' => Bool, 'query_id' => long, 'message' => string, 'url' => string, 'cache_time' => int, ]) === $Bool

$MadelineProto->messages->setBotPrecheckoutResults(['success' => Bool, 'query_id' => long, 'error' => string, ]) === $Bool

$MadelineProto->messages->setBotShippingResults(['query_id' => long, 'error' => string, 'shipping_options' => [ShippingOption], ]) === $Bool

$MadelineProto->messages->setEncryptedTyping(['peer' => InputEncryptedChat, 'typing' => Bool, ]) === $Bool

$MadelineProto->messages->setGameScore(['edit_message' => Bool, 'force' => Bool, 'peer' => InputPeer, 'id' => int, 'user_id' => InputUser, 'score' => int, ]) === $Updates

$MadelineProto->messages->setInlineBotResults(['gallery' => Bool, 'private' => Bool, 'query_id' => long, 'results' => [InputBotInlineResult], 'cache_time' => int, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, ]) === $Bool

$MadelineProto->messages->setInlineGameScore(['edit_message' => Bool, 'force' => Bool, 'id' => InputBotInlineMessageID, 'user_id' => InputUser, 'score' => int, ]) === $Bool

$MadelineProto->messages->setTyping(['peer' => InputPeer, 'action' => SendMessageAction, ]) === $Bool

$MadelineProto->messages->startBot(['bot' => InputUser, 'peer' => InputPeer, 'start_param' => string, ]) === $Updates

$MadelineProto->messages->toggleDialogPin(['pinned' => Bool, 'peer' => InputDialogPeer, ]) === $Bool

$MadelineProto->messages->uninstallStickerSet(['stickerset' => InputStickerSet, ]) === $Bool

$MadelineProto->messages->updatePinnedMessage(['silent' => Bool, 'peer' => InputPeer, 'id' => int, ]) === $Updates

$MadelineProto->messages->uploadEncryptedFile(['peer' => InputEncryptedChat, 'file' => InputEncryptedFile, ]) === $EncryptedFile

$MadelineProto->messages->uploadMedia(['peer' => InputPeer, 'media' => InputMedia, ]) === $MessageMedia




$MadelineProto->payments->clearSavedInfo(['credentials' => Bool, 'info' => Bool, ]) === $Bool

$MadelineProto->payments->getPaymentForm(['msg_id' => int, ]) === $payments_PaymentForm

$MadelineProto->payments->getPaymentReceipt(['msg_id' => int, ]) === $payments_PaymentReceipt

$MadelineProto->payments->getSavedInfo([]) === $payments_SavedInfo

$MadelineProto->payments->sendPaymentForm(['msg_id' => int, 'requested_info_id' => string, 'shipping_option_id' => string, 'credentials' => InputPaymentCredentials, ]) === $payments_PaymentResult

$MadelineProto->payments->validateRequestedInfo(['save' => Bool, 'msg_id' => int, 'info' => PaymentRequestedInfo, ]) === $payments_ValidatedRequestedInfo




$MadelineProto->phone->acceptCall(['peer' => InputPhoneCall, 'g_b' => bytes, 'protocol' => PhoneCallProtocol, ]) === $phone_PhoneCall

$MadelineProto->phone->confirmCall(['peer' => InputPhoneCall, 'g_a' => bytes, 'key_fingerprint' => long, 'protocol' => PhoneCallProtocol, ]) === $phone_PhoneCall

$MadelineProto->phone->discardCall(['video' => Bool, 'peer' => InputPhoneCall, 'duration' => int, 'reason' => PhoneCallDiscardReason, 'connection_id' => long, ]) === $Updates

$MadelineProto->phone->getCallConfig([]) === $DataJSON

$MadelineProto->phone->receivedCall(['peer' => InputPhoneCall, ]) === $Bool

$MadelineProto->phone->requestCall(['video' => Bool, 'user_id' => InputUser, 'g_a_hash' => bytes, 'protocol' => PhoneCallProtocol, ]) === $phone_PhoneCall

$MadelineProto->phone->saveCallDebug(['peer' => InputPhoneCall, 'debug' => DataJSON, ]) === $Bool

$MadelineProto->phone->setCallRating(['user_initiative' => Bool, 'peer' => InputPhoneCall, 'rating' => int, 'comment' => string, ]) === $Updates




$MadelineProto->photos->deletePhotos(['id' => [InputPhoto], ]) === $Vector_of_long

$MadelineProto->photos->getUserPhotos(['user_id' => InputUser, 'offset' => int, 'max_id' => long, 'limit' => int, ]) === $photos_Photos

$MadelineProto->photos->updateProfilePhoto(['id' => InputPhoto, ]) === $UserProfilePhoto

$MadelineProto->photos->uploadProfilePhoto(['file' => InputFile, ]) === $photos_Photo




$MadelineProto->stickers->addStickerToSet(['stickerset' => InputStickerSet, 'sticker' => InputStickerSetItem, ]) === $messages_StickerSet

$MadelineProto->stickers->changeStickerPosition(['sticker' => InputDocument, 'position' => int, ]) === $messages_StickerSet

$MadelineProto->stickers->createStickerSet(['masks' => Bool, 'user_id' => InputUser, 'title' => string, 'short_name' => string, 'stickers' => [InputStickerSetItem], ]) === $messages_StickerSet

$MadelineProto->stickers->removeStickerFromSet(['sticker' => InputDocument, ]) === $messages_StickerSet




$MadelineProto->updates->getChannelDifference(['force' => Bool, 'channel' => InputChannel, 'filter' => ChannelMessagesFilter, 'pts' => int, 'limit' => int, ]) === $updates_ChannelDifference

$MadelineProto->updates->getDifference(['pts' => int, 'pts_total_limit' => int, 'date' => int, 'qts' => int, ]) === $updates_Difference

$MadelineProto->updates->getState([]) === $updates_State




$MadelineProto->upload->getCdnFile(['file_token' => bytes, 'offset' => int, 'limit' => int, ]) === $upload_CdnFile

$MadelineProto->upload->getCdnFileHashes(['file_token' => bytes, 'offset' => int, ]) === $Vector_of_FileHash

$MadelineProto->upload->getFile(['precise' => Bool, 'location' => InputFileLocation, 'offset' => int, 'limit' => int, ]) === $upload_File

$MadelineProto->upload->getFileHashes(['location' => InputFileLocation, 'offset' => int, ]) === $Vector_of_FileHash

$MadelineProto->upload->getWebFile(['location' => InputWebFileLocation, 'offset' => int, 'limit' => int, ]) === $upload_WebFile

$MadelineProto->upload->reuploadCdnFile(['file_token' => bytes, 'request_token' => bytes, ]) === $Vector_of_FileHash

$MadelineProto->upload->saveBigFilePart(['file_id' => long, 'file_part' => int, 'file_total_parts' => int, 'bytes' => bytes, ]) === $Bool

$MadelineProto->upload->saveFilePart(['file_id' => long, 'file_part' => int, 'bytes' => bytes, ]) === $Bool




$MadelineProto->users->getFullUser(['id' => InputUser, ]) === $UserFull

$MadelineProto->users->getUsers(['id' => [InputUser], ]) === $Vector_of_User

$MadelineProto->users->setSecureValueErrors(['id' => InputUser, 'errors' => [SecureValueError], ]) === $Bool