* [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="channels_inviteToChannel.html"name="channels_inviteToChannel">Add users to channel/supergroup: channels.inviteToChannel</a>
*<ahref="contacts_block.html"name="contacts_block">Block a user: contacts.block</a>
*<ahref="messages_setInlineBotResults.html"name="messages_setInlineBotResults">Bots only: set the results of an inline query: messages.setInlineBotResults</a>
*<ahref="messages_checkChatInvite.html"name="messages_checkChatInvite">Check if an invitation link is valid: messages.checkChatInvite</a>
*<ahref="auth_checkPhone.html"name="auth_checkPhone">Check if this phone number is registered on telegram: auth.checkPhone</a>
*<ahref="account_checkUsername.html"name="account_checkUsername">Check if this username is available: account.checkUsername</a>
*<ahref="channels_checkUsername.html"name="channels_checkUsername">Check if this username is free and can be assigned to a channel/supergroup: channels.checkUsername</a>
*<ahref="messages_migrateChat.html"name="messages_migrateChat">Convert chat to supergroup: messages.migrateChat</a>
*<ahref="messages_createChat.html"name="messages_createChat">Create a chat (not supergroup): messages.createChat</a>
*<ahref="account_resetAuthorization.html"name="account_resetAuthorization">Delete a certain session: account.resetAuthorization</a>
*<ahref="channels_deleteChannel.html"name="channels_deleteChannel">Delete a channel/supergroup: channels.deleteChannel</a>
*<ahref="contacts_deleteContact.html"name="contacts_deleteContact">Delete a contact: contacts.deleteContact</a>
*<ahref="messages_deleteChatUser.html"name="messages_deleteChatUser">Delete a user from a chat (not supergroup): messages.deleteChatUser</a>
*<ahref="auth_resetAuthorizations.html"name="auth_resetAuthorizations">Delete all logged-in sessions.: auth.resetAuthorizations</a>
*<ahref="channels_deleteUserHistory.html"name="channels_deleteUserHistory">Delete all messages of a user in a channel/supergroup: channels.deleteUserHistory</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="channels_editAdmin.html"name="channels_editAdmin">Edit admin permissions of a user in a channel/supergroup: channels.editAdmin</a>
*<ahref="channels_editAbout.html"name="channels_editAbout">Edit the about text of a channel/supergroup: channels.editAbout</a>
*<ahref="messages_editChatPhoto.html"name="messages_editChatPhoto">Edit the photo of a normal chat (not supergroup): messages.editChatPhoto</a>
*<ahref="channels_editPhoto.html"name="channels_editPhoto">Edit the photo of a supergroup/channel: channels.editPhoto</a>
*<ahref="messages_editChatTitle.html"name="messages_editChatTitle">Edit the title of a normal chat (not supergroup): messages.editChatTitle</a>
*<ahref="channels_editTitle.html"name="channels_editTitle">Edit the title of a supergroup/channel: channels.editTitle</a>
*<ahref="messages_toggleChatAdmins.html"name="messages_toggleChatAdmins">Enable all users are admins in normal groups (not supergroups): messages.toggleChatAdmins</a>
*<ahref="channels_getParticipants.html"name="channels_getParticipants">Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_chat($id)` instead): channels.getParticipants</a>
*<ahref="messages_getDocumentByHash.html"name="messages_getDocumentByHash">Get document by SHA256 hash: messages.getDocumentByHash</a>
*<ahref="channels_getImportantHistory.html"name="channels_getImportantHistory">Get important channel/supergroup history: channels.getImportantHistory</a>
*<ahref="channels_getParticipant.html"name="channels_getParticipant">Get info about a certain channel/supergroup participant: channels.getParticipant</a>
*<ahref="contacts_getContacts.html"name="contacts_getContacts">Get info about a certain contact: contacts.getContacts</a>
*<ahref="help_getAppUpdate.html"name="help_getAppUpdate">Get info about app updates: help.getAppUpdate</a>
*<ahref="messages_getChats.html"name="messages_getChats">Get info about chats: messages.getChats</a>
*<ahref="channels_getChannels.html"name="channels_getChannels">Get info about multiple channels/supergroups: channels.getChannels</a>
*<ahref="users_getUsers.html"name="users_getUsers">Get info about users: users.getUsers</a>
*<ahref="help_getSupport.html"name="help_getSupport">Get info of support user: help.getSupport</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="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="channels_joinChannel.html"name="channels_joinChannel">Join a channel/supergroup: channels.joinChannel</a>
*<ahref="channels_leaveChannel.html"name="channels_leaveChannel">Leave a channel/supergroup: channels.leaveChannel</a>
*<ahref="help_saveAppLog.html"name="help_saveAppLog">Log data for developer of this app: help.saveAppLog</a>
*<ahref="channels_readHistory.html"name="channels_readHistory">Mark channel/supergroup history as read: channels.readHistory</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="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_sendInlineBotResult.html"name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</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="channels_updateUsername.html"name="channels_updateUsername">Update the username of a supergroup/channel: channels.updateUsername</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>