*<ahref="messages_addChatUser.html"name="messages_addChatUser">Add a user to a normal chat (use channels->inviteToChannel for supergroups): messages.addChatUser</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_getDialogs.html"name="messages_getDialogs">Gets list of chats: you should use $MadelineProto->getDialogs() 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="invokeAfterMsg.html"name="invokeAfterMsg">Invokes a query after successfull completion of one of the previous queries.: invokeAfterMsg</a>
*<ahref="geochats_checkin.html"name="geochats_checkin">Join a geochat: geochats.checkin</a>
*<ahref="help_saveAppLog.html"name="help_saveAppLog">Log data for developer of this app: help.saveAppLog</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="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="geochats_sendMedia.html"name="geochats_sendMedia">Send media to geochat: geochats.sendMedia</a>
*<ahref="geochats_sendMessage.html"name="geochats_sendMessage">Send message to geochat: geochats.sendMessage</a>
*<ahref="messages_sendEncrypted.html"name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
*<ahref="geochats_setTyping.html"name="geochats_setTyping">Send typing notification to geochat: geochats.setTyping</a>
*<ahref="messages_setEncryptedTyping.html"name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>
*<ahref="auth_bindTempAuthKey.html"name="auth_bindTempAuthKey">You cannot use this method directly, instead modify the PFS and default_temp_auth_key_expires_in settings, see https://docs.madelineproto.xyz/docs/SETTINGS.html for more info: auth.bindTempAuthKey</a>
*<ahref="messages_getDhConfig.html"name="messages_getDhConfig">You cannot use this method directly, instead use $MadelineProto->getDhConfig();: messages.getDhConfig</a>
*<ahref="messages_acceptEncryption.html"name="messages_acceptEncryption">You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling secret chats: messages.acceptEncryption</a>
*<ahref="messages_discardEncryption.html"name="messages_discardEncryption">You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling secret chats: messages.discardEncryption</a>
*<ahref="messages_requestEncryption.html"name="messages_requestEncryption">You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling secret chats: messages.requestEncryption</a>
*<ahref="updates_getDifference.html"name="updates_getDifference">You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling updates: updates.getDifference</a>
*<ahref="updates_getState.html"name="updates_getState">You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling updates: updates.getState</a>
*<ahref="auth_exportAuthorization.html"name="auth_exportAuthorization">You cannot use this method directly, use $MadelineProto->exportAuthorization() instead, see https://docs.madelineproto.xyz/docs/LOGIN.html: auth.exportAuthorization</a>
*<ahref="auth_importAuthorization.html"name="auth_importAuthorization">You cannot use this method directly, use $MadelineProto->importAuthorization($authorization) instead, see https://docs.madelineproto.xyz/docs/LOGIN.html: auth.importAuthorization</a>
*<ahref="auth_checkPassword.html"name="auth_checkPassword">You cannot use this method directly, use the complete_2fa_login method instead (see https://docs.madelineproto.xyz for more info): auth.checkPassword</a>
*<ahref="auth_signIn.html"name="auth_signIn">You cannot use this method directly, use the complete_phone_login method instead (see https://docs.madelineproto.xyz for more info): auth.signIn</a>
*<ahref="auth_signUp.html"name="auth_signUp">You cannot use this method directly, use the complete_signup method instead (see https://docs.madelineproto.xyz for more info): auth.signUp</a>
*<ahref="messages_getFullChat.html"name="messages_getFullChat">You cannot use this method directly, use the get_pwr_chat, get_info, get_full_info methods instead (see https://docs.madelineproto.xyz for more info): messages.getFullChat</a>
*<ahref="users_getFullUser.html"name="users_getFullUser">You cannot use this method directly, use the get_pwr_chat, get_info, get_full_info methods instead (see https://docs.madelineproto.xyz for more info): users.getFullUser</a>
*<ahref="auth_logOut.html"name="auth_logOut">You cannot use this method directly, use the logout method instead (see https://docs.madelineproto.xyz for more info): auth.logOut</a>
*<ahref="contacts_resolveUsername.html"name="contacts_resolveUsername">You cannot use this method directly, use the resolve_username, get_pwr_chat, get_info, get_full_info methods instead (see https://docs.madelineproto.xyz for more info): contacts.resolveUsername</a>
*<ahref="upload_getFile.html"name="upload_getFile">You cannot use this method directly, use the upload, download_to_stream, download_to_file, download_to_dir methods instead; see https://docs.madelineproto.xyz for more info: upload.getFile</a>
*<ahref="upload_saveBigFilePart.html"name="upload_saveBigFilePart">You cannot use this method directly, use the upload, download_to_stream, download_to_file, download_to_dir methods instead; see https://docs.madelineproto.xyz for more info: upload.saveBigFilePart</a>
*<ahref="upload_saveFilePart.html"name="upload_saveFilePart">You cannot use this method directly, use the upload, download_to_stream, download_to_file, download_to_dir methods instead; see https://docs.madelineproto.xyz for more info: upload.saveFilePart</a>
*<ahref="messages_receivedQueue.html"name="messages_receivedQueue">You cannot use this method directly: messages.receivedQueue</a>