.. | ||
account_changePhone.md | ||
account_checkUsername.md | ||
account_deleteAccount.md | ||
account_getAccountTTL.md | ||
account_getNotifySettings.md | ||
account_getPassword.md | ||
account_getPrivacy.md | ||
account_getWallPapers.md | ||
account_registerDevice.md | ||
account_resetNotifySettings.md | ||
account_sendChangePhoneCode.md | ||
account_setAccountTTL.md | ||
account_setPassword.md | ||
account_setPrivacy.md | ||
account_unregisterDevice.md | ||
account_updateDeviceLocked.md | ||
account_updateNotifySettings.md | ||
account_updateProfile.md | ||
account_updateStatus.md | ||
account_updateUsername.md | ||
auth_bindTempAuthKey.md | ||
auth_checkPassword.md | ||
auth_checkPhone.md | ||
auth_exportAuthorization.md | ||
auth_importAuthorization.md | ||
auth_logOut.md | ||
auth_resetAuthorizations.md | ||
auth_sendCall.md | ||
auth_sendCode.md | ||
auth_sendInvites.md | ||
auth_sendSms.md | ||
auth_signIn.md | ||
auth_signUp.md | ||
contacts_block.md | ||
contacts_deleteContact.md | ||
contacts_deleteContacts.md | ||
contacts_exportCard.md | ||
contacts_getBlocked.md | ||
contacts_getContacts.md | ||
contacts_getStatuses.md | ||
contacts_getSuggested.md | ||
contacts_importCard.md | ||
contacts_importContacts.md | ||
contacts_resolveUsername.md | ||
contacts_search.md | ||
contacts_unblock.md | ||
geochats_checkin.md | ||
geochats_createGeoChat.md | ||
geochats_editChatPhoto.md | ||
geochats_editChatTitle.md | ||
geochats_getFullChat.md | ||
geochats_getHistory.md | ||
geochats_getLocated.md | ||
geochats_getRecents.md | ||
geochats_search.md | ||
geochats_sendMedia.md | ||
geochats_sendMessage.md | ||
geochats_setTyping.md | ||
help_getAppUpdate.md | ||
help_getConfig.md | ||
help_getInviteText.md | ||
help_getNearestDc.md | ||
help_getSupport.md | ||
help_saveAppLog.md | ||
initConnection.md | ||
invokeAfterMsg.md | ||
invokeAfterMsgs.md | ||
invokeWithLayer.md | ||
messages_acceptEncryption.md | ||
messages_addChatUser.md | ||
messages_createChat.md | ||
messages_deleteChatUser.md | ||
messages_deleteHistory.md | ||
messages_deleteMessages.md | ||
messages_discardEncryption.md | ||
messages_editChatPhoto.md | ||
messages_editChatTitle.md | ||
messages_forwardMessage.md | ||
messages_forwardMessages.md | ||
messages_getAllStickers.md | ||
messages_getChats.md | ||
messages_getDhConfig.md | ||
messages_getDialogs.md | ||
messages_getFullChat.md | ||
messages_getHistory.md | ||
messages_getMessages.md | ||
messages_getStickers.md | ||
messages_readEncryptedHistory.md | ||
messages_readHistory.md | ||
messages_readMessageContents.md | ||
messages_receivedMessages.md | ||
messages_receivedQueue.md | ||
messages_requestEncryption.md | ||
messages_search.md | ||
messages_sendBroadcast.md | ||
messages_sendEncrypted.md | ||
messages_sendEncryptedFile.md | ||
messages_sendEncryptedService.md | ||
messages_sendMedia.md | ||
messages_sendMessage.md | ||
messages_setEncryptedTyping.md | ||
messages_setTyping.md | ||
photos_deletePhotos.md | ||
photos_getUserPhotos.md | ||
photos_updateProfilePhoto.md | ||
photos_uploadProfilePhoto.md | ||
README.md | ||
updates_getDifference.md | ||
updates_getState.md | ||
upload_getFile.md | ||
upload_saveBigFilePart.md | ||
upload_saveFilePart.md | ||
users_getFullUser.md | ||
users_getUsers.md |
title | description |
---|---|
Methods | List of methods |
Methods
Back to API documentation index
$MadelineProto->account_changePhone(['phone_number' => string, 'phone_code_hash' => string, 'phone_code' => string, ]) == $User
$MadelineProto->account_checkUsername(['username' => string, ]) == $Bool
$MadelineProto->account_deleteAccount(['reason' => string, ]) == $Bool
$MadelineProto->account_getAccountTTL([]) == $AccountDaysTTL
$MadelineProto->account_getNotifySettings(['peer' => InputNotifyPeer, ]) == $PeerNotifySettings
$MadelineProto->account_getPassword([]) == $account_Password
$MadelineProto->account_getPrivacy(['key' => InputPrivacyKey, ]) == $account_PrivacyRules
$MadelineProto->account_getWallPapers([]) == $Vector_of_WallPaper
$MadelineProto->account_registerDevice(['token_type' => int, 'token' => string, 'device_model' => string, 'system_version' => string, 'app_version' => string, 'app_sandbox' => Bool, 'lang_code' => string, ]) == $Bool
$MadelineProto->account_resetNotifySettings([]) == $Bool
$MadelineProto->account_sendChangePhoneCode(['phone_number' => string, ]) == $account_SentChangePhoneCode
$MadelineProto->account_setAccountTTL(['ttl' => AccountDaysTTL, ]) == $Bool
$MadelineProto->account_setPassword(['current_password_hash' => bytes, 'new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, ]) == $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_updateProfile(['first_name' => string, 'last_name' => 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_checkPassword(['password_hash' => bytes, ]) == $auth_Authorization
$MadelineProto->auth_checkPhone(['phone_number' => string, ]) == $auth_CheckedPhone
$MadelineProto->auth_exportAuthorization(['dc_id' => int, ]) == $auth_ExportedAuthorization
$MadelineProto->auth_importAuthorization(['id' => int, 'bytes' => bytes, ]) == $auth_Authorization
$MadelineProto->auth_logOut([]) == $Bool
$MadelineProto->auth_resetAuthorizations([]) == $Bool
$MadelineProto->auth_sendCall(['phone_number' => string, 'phone_code_hash' => string, ]) == $Bool
$MadelineProto->auth_sendCode(['phone_number' => string, 'sms_type' => int, 'api_id' => int, 'api_hash' => string, 'lang_code' => string, ]) == $auth_SentCode
$MadelineProto->auth_sendInvites(['phone_numbers' => [string], 'message' => string, ]) == $Bool
$MadelineProto->auth_sendSms(['phone_number' => string, 'phone_code_hash' => 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->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_getSuggested(['limit' => int, ]) == $contacts_Suggested
$MadelineProto->contacts_importCard(['export_card' => [int], ]) == $User
$MadelineProto->contacts_importContacts(['contacts' => [InputContact], 'replace' => Bool, ]) == $contacts_ImportedContacts
$MadelineProto->contacts_resolveUsername(['username' => string, ]) == $User
$MadelineProto->contacts_search(['q' => string, 'limit' => int, ]) == $contacts_Found
$MadelineProto->contacts_unblock(['id' => InputUser, ]) == $Bool
$MadelineProto->geochats_checkin(['peer' => InputGeoChat, ]) == $geochats_StatedMessage
$MadelineProto->geochats_createGeoChat(['title' => string, 'geo_point' => InputGeoPoint, 'address' => string, 'venue' => string, ]) == $geochats_StatedMessage
$MadelineProto->geochats_editChatPhoto(['peer' => InputGeoChat, 'photo' => InputChatPhoto, ]) == $geochats_StatedMessage
$MadelineProto->geochats_editChatTitle(['peer' => InputGeoChat, 'title' => string, 'address' => string, ]) == $geochats_StatedMessage
$MadelineProto->geochats_getFullChat(['peer' => InputGeoChat, ]) == $messages_ChatFull
$MadelineProto->geochats_getHistory(['peer' => InputGeoChat, 'offset' => int, 'max_id' => int, 'limit' => int, ]) == $geochats_Messages
$MadelineProto->geochats_getLocated(['geo_point' => InputGeoPoint, 'radius' => int, 'limit' => int, ]) == $geochats_Located
$MadelineProto->geochats_getRecents(['offset' => int, 'limit' => int, ]) == $geochats_Messages
$MadelineProto->geochats_search(['peer' => InputGeoChat, 'q' => string, 'filter' => MessagesFilter, 'min_date' => int, 'max_date' => int, 'offset' => int, 'max_id' => int, 'limit' => int, ]) == $geochats_Messages
$MadelineProto->geochats_sendMedia(['peer' => InputGeoChat, 'media' => InputMedia, ]) == $geochats_StatedMessage
$MadelineProto->geochats_sendMessage(['peer' => InputGeoChat, 'message' => string, ]) == $geochats_StatedMessage
$MadelineProto->geochats_setTyping(['peer' => InputGeoChat, 'typing' => Bool, ]) == $Bool
$MadelineProto->help_getAppUpdate(['device_model' => string, 'system_version' => string, 'app_version' => string, 'lang_code' => string, ]) == $help_AppUpdate
$MadelineProto->help_getConfig([]) == $Config
$MadelineProto->help_getInviteText(['lang_code' => string, ]) == $help_InviteText
$MadelineProto->help_getNearestDc([]) == $NearestDc
$MadelineProto->help_getSupport([]) == $help_Support
$MadelineProto->help_saveAppLog(['events' => [InputAppEvent], ]) == $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->messages_acceptEncryption(['peer' => InputEncryptedChat, 'g_b' => bytes, 'key_fingerprint' => long, ]) == $EncryptedChat
$MadelineProto->messages_addChatUser(['chat_id' => int, 'user_id' => InputUser, 'fwd_limit' => int, ]) == $messages_StatedMessage
$MadelineProto->messages_createChat(['users' => [InputUser], 'title' => string, ]) == $messages_StatedMessage
$MadelineProto->messages_deleteChatUser(['chat_id' => int, 'user_id' => InputUser, ]) == $messages_StatedMessage
$MadelineProto->messages_deleteHistory(['peer' => InputPeer, 'offset' => int, ]) == $messages_AffectedHistory
$MadelineProto->messages_deleteMessages(['id' => [int], ]) == $messages_AffectedMessages
$MadelineProto->messages_discardEncryption(['chat_id' => int, ]) == $Bool
$MadelineProto->messages_editChatPhoto(['chat_id' => int, 'photo' => InputChatPhoto, ]) == $messages_StatedMessage
$MadelineProto->messages_editChatTitle(['chat_id' => int, 'title' => string, ]) == $messages_StatedMessage
$MadelineProto->messages_forwardMessage(['peer' => InputPeer, 'id' => int, ]) == $messages_StatedMessage
$MadelineProto->messages_forwardMessages(['peer' => InputPeer, 'id' => [int], ]) == $messages_StatedMessages
$MadelineProto->messages_getAllStickers(['hash' => string, ]) == $messages_AllStickers
$MadelineProto->messages_getChats(['id' => [int], ]) == $messages_Chats
$MadelineProto->messages_getDhConfig(['version' => int, 'random_length' => int, ]) == $messages_DhConfig
$MadelineProto->messages_getDialogs(['offset' => int, 'max_id' => int, 'limit' => int, ]) == $messages_Dialogs
$MadelineProto->messages_getFullChat(['chat_id' => int, ]) == $messages_ChatFull
$MadelineProto->messages_getHistory(['peer' => InputPeer, 'offset' => int, 'max_id' => int, 'limit' => int, ]) == $messages_Messages
$MadelineProto->messages_getMessages(['id' => [int], ]) == $messages_Messages
$MadelineProto->messages_getStickers(['emoticon' => string, 'hash' => string, ]) == $messages_Stickers
$MadelineProto->messages_readEncryptedHistory(['peer' => InputEncryptedChat, 'max_date' => int, ]) == $Bool
$MadelineProto->messages_readHistory(['peer' => InputPeer, 'max_id' => int, 'offset' => int, ]) == $messages_AffectedHistory
$MadelineProto->messages_readMessageContents(['id' => [int], ]) == $messages_AffectedMessages
$MadelineProto->messages_receivedMessages(['max_id' => int, ]) == $Vector_of_int
$MadelineProto->messages_receivedQueue(['max_qts' => int, ]) == $Vector_of_long
$MadelineProto->messages_requestEncryption(['user_id' => InputUser, 'g_a' => bytes, ]) == $EncryptedChat
$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_sendBroadcast(['contacts' => [InputUser], 'message' => string, 'media' => InputMedia, ]) == $messages_StatedMessages
$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_sendMedia(['peer' => InputPeer, 'reply_to_msg_id' => int, 'media' => InputMedia, ]) == $messages_StatedMessage
$MadelineProto->messages_sendMessage(['peer' => InputPeer, 'reply_to_msg_id' => int, 'message' => string, ]) == $messages_SentMessage
$MadelineProto->messages_setEncryptedTyping(['peer' => InputEncryptedChat, 'typing' => Bool, ]) == $Bool
$MadelineProto->messages_setTyping(['peer' => InputPeer, 'action' => SendMessageAction, ]) == $Bool
$MadelineProto->photos_deletePhotos(['id' => [InputPhoto], ]) == $Vector_of_long
$MadelineProto->photos_getUserPhotos(['user_id' => InputUser, 'offset' => int, 'max_id' => int, 'limit' => int, ]) == $photos_Photos
$MadelineProto->photos_updateProfilePhoto(['id' => InputPhoto, 'crop' => InputPhotoCrop, ]) == $UserProfilePhoto
$MadelineProto->photos_uploadProfilePhoto(['file' => InputFile, 'caption' => string, 'geo_point' => InputGeoPoint, 'crop' => InputPhotoCrop, ]) == $photos_Photo
$MadelineProto->updates_getDifference(['pts' => int, 'date' => int, 'qts' => int, ]) == $updates_Difference
$MadelineProto->updates_getState([]) == $updates_State
$MadelineProto->upload_getFile(['location' => InputFileLocation, 'offset' => int, 'limit' => int, ]) == $upload_File
$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