MadelineProtoDocs/old_docs/API_docs_v66/methods/api_README.md

60 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->phoneLogin($number);

$MadelineProto->completePhoneLogin($code);

$MadelineProto->complete2FALogin($password);

$MadelineProto->botLogin($token);

$MadelineProto->getDialogs();

$MadelineProto->getPwrChat($id);

$MadelineProto->getInfo($id);

$MadelineProto->getFullInfo($id);

$MadelineProto->getSelf();

$MadelineProto->requestCall($id);

$MadelineProto->requestSecretChat($id);




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




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




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




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




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




$MadelineProto->account->getAuthorizations([]) === $account.Authorizations




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




$MadelineProto->account->getPassword([]) === $account.Password




$MadelineProto->account->getPasswordSettings(['current_password_hash' => bytes, ]) === $account.PasswordSettings




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




$MadelineProto->account->getTmpPassword(['password_hash' => bytes, 'period' => int, ]) === $account.TmpPassword




$MadelineProto->account->getWallPapers([]) === $Vector_of_WallPaper




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




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




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




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




$MadelineProto->account->sendChangePhoneCode(['allow_flashcall' => Bool, 'phone_number' => string, 'current_number' => Bool, ]) === $auth.SentCode




$MadelineProto->account->sendConfirmPhoneCode(['allow_flashcall' => Bool, 'hash' => string, 'current_number' => Bool, ]) === $auth.SentCode




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




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




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




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




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




$MadelineProto->account->updatePasswordSettings(['current_password_hash' => bytes, '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->updateUsername(['username' => string, ]) === $User




$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_hash' => bytes, ]) === $auth.Authorization




$MadelineProto->auth->checkPhone(['phone_number' => string, ]) === $auth.CheckedPhone




$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(['allow_flashcall' => Bool, 'phone_number' => string, 'current_number' => Bool, 'api_id' => int, 'api_hash' => string, ]) === $auth.SentCode




$MadelineProto->auth->sendInvites(['phone_numbers' => [string], 'message' => string, ]) === $Bool




$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, 'phone_code' => 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, ]) === $Updates




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




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




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




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




$MadelineProto->channels->editAdmin(['channel' => InputChannel, 'user_id' => InputUser, 'role' => ChannelParticipantRole, ]) === $Updates




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




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




$MadelineProto->channels->exportInvite(['channel' => InputChannel, ]) === $ExportedChatInvite




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




$MadelineProto->channels->getAdminedPublicChannels([]) === $messages.Chats




$MadelineProto->channels->getChannels(['id' => [InputChannel], ]) === $messages.Chats




$MadelineProto->channels->getFullChannel(['channel' => InputChannel, ]) === $messages.ChatFull




$MadelineProto->channels->getMessages(['channel' => InputChannel, 'id' => [int], ]) === $messages.Messages




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




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




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




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




$MadelineProto->channels->kickFromChannel(['channel' => InputChannel, 'user_id' => InputUser, 'kicked' => Bool, ]) === $Updates




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




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




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




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




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




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




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




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




$MadelineProto->contacts->deleteContact(['id' => InputUser, ]) === $contacts.Link




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




$MadelineProto->contacts->exportCard([]) === $Vector_of_int




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




$MadelineProto->contacts->getContacts(['hash' => string, ]) === $contacts.Contacts




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




$MadelineProto->contacts->getTopPeers(['correspondents' => Bool, 'bots_pm' => Bool, 'bots_inline' => Bool, 'groups' => Bool, 'channels' => Bool, 'offset' => int, 'limit' => int, 'hash' => int, ]) === $contacts.TopPeers




$MadelineProto->contacts->importCard(['export_card' => [int], ]) === $User




$MadelineProto->contacts->importContacts(['contacts' => [InputContact], 'replace' => Bool, ]) === $contacts.ImportedContacts




$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->unblock(['id' => InputUser, ]) === $Bool




$MadelineProto->contest->saveDeveloperInfo(['vk_id' => int, 'name' => string, 'phone_number' => string, 'age' => int, 'city' => string, ]) === $Bool




$MadelineProto->destroy_auth_key([]) === $DestroyAuthKeyRes

$MadelineProto->destroy_session(['session_id' => long, ]) === $DestroySessionRes




$MadelineProto->get_future_salts(['num' => int, ]) === $FutureSalts




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




$MadelineProto->help->getAppUpdate([]) === $help.AppUpdate




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




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




$MadelineProto->help->getInviteText([]) === $help.InviteText




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




$MadelineProto->help->getSupport([]) === $help.Support




$MadelineProto->help->getTermsOfService([]) === $help.TermsOfService




$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, 'lang_code' => string, '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->invokeWithoutUpdates(['query' => !X, ]) === $X




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




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




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




$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, 'peer' => InputPeer, 'max_id' => int, ]) === $messages.AffectedHistory




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




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




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




$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, 'reply_markup' => ReplyMarkup, 'entities' => [MessageEntity], ]) === $Bool




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




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




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




$MadelineProto->messages->forwardMessages(['silent' => Bool, 'background' => Bool, 'with_my_score' => Bool, 'from_peer' => InputPeer, 'id' => [int], 'to_peer' => InputPeer, ]) === $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->getDialogs(['exclude_pinned' => Bool, 'offset_date' => int, 'offset_id' => int, 'offset_peer' => InputPeer, 'limit' => int, ]) === $messages.Dialogs




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




$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, ]) === $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' => [int], ]) === $messages.Messages




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




$MadelineProto->messages->getPeerDialogs(['peers' => [InputPeer], ]) === $messages.PeerDialogs




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




$MadelineProto->messages->getPinnedDialogs([]) === $messages.PeerDialogs




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




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




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




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




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




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




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




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




$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->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, 'order' => [InputPeer], ]) === $Bool




$MadelineProto->messages->reorderStickerSets(['masks' => Bool, 'order' => [long], ]) === $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->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, 'filter' => MessagesFilter, 'min_date' => int, 'max_date' => int, 'offset' => int, 'max_id' => int, 'limit' => int, ]) === $messages.Messages




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




$MadelineProto->messages->searchGlobal(['q' => string, 'offset_date' => int, 'offset_peer' => InputPeer, 'offset_id' => int, 'limit' => int, ]) === $messages.Messages




$MadelineProto->messages->sendEncrypted(['peer' => InputEncryptedChat, 'data' => bytes, ]) === $messages.SentEncryptedMessage




$MadelineProto->messages->sendEncryptedFile(['peer' => InputEncryptedChat, 'data' => bytes, 'file' => InputEncryptedFile, ]) === $messages.SentEncryptedMessage




$MadelineProto->messages->sendEncryptedService(['peer' => InputEncryptedChat, 'data' => bytes, ]) === $messages.SentEncryptedMessage




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




$MadelineProto->messages->sendMedia(['silent' => Bool, 'background' => Bool, 'clear_draft' => Bool, 'peer' => InputPeer, 'reply_to_msg_id' => int, 'media' => InputMedia, 'reply_markup' => ReplyMarkup, ]) === $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], ]) === $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->toggleChatAdmins(['chat_id' => InputPeer, 'enabled' => Bool, ]) === $Updates




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




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




$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(['peer' => InputPhoneCall, 'duration' => int, 'reason' => PhoneCallDiscardReason, 'connection_id' => long, ]) === $Updates




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




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




$MadelineProto->phone->requestCall(['user_id' => InputUser, 'g_a_hash' => bytes, 'protocol' => PhoneCallProtocol, ]) === $phone.PhoneCall




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




$MadelineProto->phone->setCallRating(['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->ping(['ping_id' => long, ]) === $Pong

$MadelineProto->ping_delay_disconnect(['ping_id' => long, 'disconnect_delay' => int, ]) === $Pong




$MadelineProto->req_DH_params(['nonce' => int128, 'server_nonce' => int128, 'p' => string, 'q' => string, 'public_key_fingerprint' => long, 'encrypted_data' => string, ]) === $Server_DH_Params

$MadelineProto->req_pq(['nonce' => int128, ]) === $ResPQ




$MadelineProto->rpc_drop_answer(['req_msg_id' => long, ]) === $RpcDropAnswer




$MadelineProto->set_client_DH_params(['nonce' => int128, 'server_nonce' => int128, 'encrypted_data' => string, ]) === $Set_client_DH_params_answer




$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->getFile(['location' => InputFileLocation, 'offset' => int, 'limit' => int, ]) === $upload.File




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




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




$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