.. | ||
account_changePhone.md | ||
account_checkUsername.md | ||
account_deleteAccount.md | ||
account_getAccountTTL.md | ||
account_getNotifySettings.md | ||
account_getPrivacy.md | ||
account_getWallPapers.md | ||
account_registerDevice.md | ||
account_reportPeer.md | ||
account_resetNotifySettings.md | ||
account_sendChangePhoneCode.md | ||
account_setAccountTTL.md | ||
account_setPrivacy.md | ||
account_unregisterDevice.md | ||
account_updateDeviceLocked.md | ||
account_updateNotifySettings.md | ||
account_updateProfile.md | ||
account_updateStatus.md | ||
account_updateUsername.md | ||
api_README.md | ||
auth_bindTempAuthKey.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 | ||
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_reportSpam.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 | image |
---|---|---|
Methods | What do you want to do? | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
What do you want to do?
Go back to API documentation index
Go to the old code-version method index
-
Add a user to a normal chat (use channels->inviteToChannel for supergroups): messages.addChatUser
-
Change the phone number associated to this account: account.changePhone
-
Check if this phone number is registered on telegram: auth.checkPhone
-
Delete a user from a chat (not supergroup): messages.deleteChatUser
-
Disable all notifications for a certain period: account.updateDeviceLocked
-
Edit the photo of a normal chat (not supergroup): messages.editChatPhoto
-
Edit the title of a normal chat (not supergroup): messages.editChatTitle
-
Initializes connection and save information on the user's device and application.: initConnection
-
Invokes a query after successfull completion of one of the previous queries.: invokeAfterMsg
-
Mark messages as read in secret chats: messages.readEncryptedHistory
-
Register device for push notifications: account.registerDevice
-
Reset all notification settings: account.resetNotifySettings
-
Returns a list of available wallpapers.: account.getWallPapers
-
Send a message to all users in the chat list: messages.sendBroadcast
-
Send a service message to a secret chat: messages.sendEncryptedService
-
Send typing notification to secret chat: messages.setEncryptedTyping
-
Stop sending PUSH notifications to app: account.unregisterDevice