* [Get all chats, broadcast a message to all chats](https://docs.madelineproto.xyz/docs/DIALOGS.html)
* [Get the full participant list of a channel/group/supergroup](https://docs.madelineproto.xyz/get_pwr_chat.html)
* [Get full info about a user/chat/supergroup/channel](https://docs.madelineproto.xyz/get_full_info.html)
* [Get info about a user/chat/supergroup/channel](https://docs.madelineproto.xyz/get_info.html)
* [Get info about the currently logged-in user](https://docs.madelineproto.xyz/get_self.html)
* [Upload or download files up to 1.5 GB](https://docs.madelineproto.xyz/docs/FILES.html)
* [Make a phone call and play a song](https://docs.madelineproto.xyz/docs/CALLS.html)
* [Create a secret chat bot](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html)
*<ahref="messages_installStickerSet.html"name="messages_installStickerSet">Add a sticker set: messages.installStickerSet</a>
*<ahref="messages_addChatUser.html"name="messages_addChatUser">Add a user to a normal chat (use channels->inviteToChannel for supergroups): messages.addChatUser</a>
*<ahref="contacts_importContacts.html"name="contacts_importContacts">Add phone number as contact: contacts.importContacts</a>
*<ahref="contacts_block.html"name="contacts_block">Block a user: contacts.block</a>
*<ahref="account_deleteAccount.html"name="account_deleteAccount">Delete this account: account.deleteAccount</a>
*<ahref="account_updateDeviceLocked.html"name="account_updateDeviceLocked">Disable all notifications for a certain period: account.updateDeviceLocked</a>
*<ahref="messages_editChatPhoto.html"name="messages_editChatPhoto">Edit the photo of a normal chat (not supergroup): messages.editChatPhoto</a>
*<ahref="messages_editChatTitle.html"name="messages_editChatTitle">Edit the title of a normal chat (not supergroup): messages.editChatTitle</a>
*<ahref="messages_getDialogs.html"name="messages_getDialogs">Gets list of chats: you should use $MadelineProto->get_dialogs() instead: https://docs.madelineproto.xyz/docs/DIALOGS.html: messages.getDialogs</a>
*<ahref="contacts_importCard.html"name="contacts_importCard">Import card as contact: contacts.importCard</a>
*<ahref="initConnection.html"name="initConnection">Initializes connection and save information on the user's device and application.: initConnection</a>
*<ahref="auth_sendInvites.html"name="auth_sendInvites">Invite friends to telegram!: auth.sendInvites</a>
*<ahref="invokeWithLayer.html"name="invokeWithLayer">Invoke this method with layer X: invokeWithLayer</a>
*<ahref="invokeWithoutUpdates.html"name="invokeWithoutUpdates">Invoke with method without returning updates in the socket: invokeWithoutUpdates</a>
*<ahref="invokeAfterMsg.html"name="invokeAfterMsg">Invokes a query after successfull completion of one of the previous queries.: invokeAfterMsg</a>
*<ahref="help_saveAppLog.html"name="help_saveAppLog">Log data for developer of this app: help.saveAppLog</a>
*<ahref="messages_readChannelHistory.html"name="messages_readChannelHistory">Mark channel/supergroup history as read: messages.readChannelHistory</a>
*<ahref="messages_readMessageContents.html"name="messages_readMessageContents">Mark message as read: messages.readMessageContents</a>
*<ahref="messages_readEncryptedHistory.html"name="messages_readEncryptedHistory">Mark messages as read in secret chats: messages.readEncryptedHistory</a>
*<ahref="messages_readHistory.html"name="messages_readHistory">Mark messages as read: messages.readHistory</a>
*<ahref="messages_receivedMessages.html"name="messages_receivedMessages">Mark messages as read: messages.receivedMessages</a>
*<ahref="account_registerDevice.html"name="account_registerDevice">Register device for push notifications: account.registerDevice</a>
*<ahref="messages_uninstallStickerSet.html"name="messages_uninstallStickerSet">Remove a sticker set: messages.uninstallStickerSet</a>
*<ahref="account_resetNotifySettings.html"name="account_resetNotifySettings">Reset all notification settings: account.resetNotifySettings</a>
*<ahref="invokeAfterMsgs.html"name="invokeAfterMsgs">Result type returned by a current query.: invokeAfterMsgs</a>
*<ahref="account_getWallPapers.html"name="account_getWallPapers">Returns a list of available wallpapers.: account.getWallPapers</a>
*<ahref="messages_sendEncryptedFile.html"name="messages_sendEncryptedFile">Send a file to a secret chat: messages.sendEncryptedFile</a>
*<ahref="messages_sendMedia.html"name="messages_sendMedia">Send a media: messages.sendMedia</a>
*<ahref="messages_sendBroadcast.html"name="messages_sendBroadcast">Send a message to all users in the chat list: messages.sendBroadcast</a>
*<ahref="messages_sendMessage.html"name="messages_sendMessage">Send a message: messages.sendMessage</a>
*<ahref="messages_sendEncryptedService.html"name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
*<ahref="auth_requestPasswordRecovery.html"name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
*<ahref="messages_sendEncrypted.html"name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
*<ahref="messages_setEncryptedTyping.html"name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>
*<ahref="account_updatePasswordSettings.html"name="account_updatePasswordSettings">Update the 2FA password settings: account.updatePasswordSettings</a>
*<ahref="photos_updateProfilePhoto.html"name="photos_updateProfilePhoto">Update the profile photo (use photos->uploadProfilePhoto to upload the photo): photos.updateProfilePhoto</a>
*<ahref="account_updateUsername.html"name="account_updateUsername">Update this user's username: account.updateUsername</a>
*<ahref="auth_recoverPassword.html"name="auth_recoverPassword">Use the code that was emailed to you after running $MadelineProto->auth->requestPasswordRecovery to login to your account: auth.recoverPassword</a>