Skip to content

Commit

Permalink
Update index
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 3, 2019
1 parent c60f59f commit 42b994b
Show file tree
Hide file tree
Showing 39 changed files with 16,117 additions and 0 deletions.
615 changes: 615 additions & 0 deletions docs/API_docs/methods/index.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions docs/MTProto_docs/methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,24 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

* [Create a secret chat bot](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html)

* <a href="destroy_session.html" name="destroy_session">Destroy the current MTProto session: destroy_session</a>

* <a href="rpc_drop_answer.html" name="rpc_drop_answer">Do not send answer to provided request: rpc_drop_answer</a>

* <a href="get_future_salts.html" name="get_future_salts">Get future salts: get_future_salts</a>

* <a href="http_wait.html" name="http_wait">Makes the server send messages waiting in the buffer: http_wait</a>

* <a href="ping_delay_disconnect.html" name="ping_delay_disconnect">Pings the server and causes disconection if the same method is not called within ping_disconnect_delay: ping_delay_disconnect</a>

* <a href="ping.html" name="ping">Pings the server: ping</a>

* <a href="req_DH_params.html" name="req_DH_params">Requests Diffie-hellman parameters for key exchange: req_DH_params</a>

* <a href="req_pq_multi.html" name="req_pq_multi">Requests PQ for factorization (new version): req_pq_multi</a>

* <a href="req_pq.html" name="req_pq">Requests PQ for factorization: req_pq</a>

* <a href="set_client_DH_params.html" name="set_client_DH_params">Sets client diffie-hellman parameters: set_client_DH_params</a>


307 changes: 307 additions & 0 deletions docs/index.md

Large diffs are not rendered by default.

607 changes: 607 additions & 0 deletions old_docs/API_docs_v100/methods/README.md

Large diffs are not rendered by default.

613 changes: 613 additions & 0 deletions old_docs/API_docs_v102/methods/README.md

Large diffs are not rendered by default.

613 changes: 613 additions & 0 deletions old_docs/API_docs_v103/methods/README.md

Large diffs are not rendered by default.

615 changes: 615 additions & 0 deletions old_docs/API_docs_v104/methods/README.md

Large diffs are not rendered by default.

177 changes: 177 additions & 0 deletions old_docs/API_docs_v18/methods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,180 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

* [Create a secret chat bot](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html)

* <a href="messages_addChatUser.html" name="messages_addChatUser">Add a user to a normal chat (use channels->inviteToChannel for supergroups): messages.addChatUser</a>

* <a href="contacts_importContacts.html" name="contacts_importContacts">Add phone number as contact: contacts.importContacts</a>

* <a href="contacts_block.html" name="contacts_block">Block a user: contacts.block</a>

* <a href="account_updateNotifySettings.html" name="account_updateNotifySettings">Change notification settings: account.updateNotifySettings</a>

* <a href="photos_updateProfilePhoto.html" name="photos_updateProfilePhoto">Change the profile photo: photos.updateProfilePhoto</a>

* <a href="messages_setTyping.html" name="messages_setTyping">Change typing status: messages.setTyping</a>

* <a href="auth_checkPhone.html" name="auth_checkPhone">Check if this phone number is registered on telegram: auth.checkPhone</a>

* <a href="account_checkUsername.html" name="account_checkUsername">Check if this username is available: account.checkUsername</a>

* <a href="messages_createChat.html" name="messages_createChat">Create a chat (not supergroup): messages.createChat</a>

* <a href="contacts_deleteContact.html" name="contacts_deleteContact">Delete a contact: contacts.deleteContact</a>

* <a href="messages_deleteChatUser.html" name="messages_deleteChatUser">Delete a user from a chat (not supergroup): messages.deleteChatUser</a>

* <a href="auth_resetAuthorizations.html" name="auth_resetAuthorizations">Delete all logged-in sessions.: auth.resetAuthorizations</a>

* <a href="messages_deleteHistory.html" name="messages_deleteHistory">Delete chat history: messages.deleteHistory</a>

* <a href="messages_deleteMessages.html" name="messages_deleteMessages">Delete messages: messages.deleteMessages</a>

* <a href="contacts_deleteContacts.html" name="contacts_deleteContacts">Delete multiple contacts: contacts.deleteContacts</a>

* <a href="photos_deletePhotos.html" name="photos_deletePhotos">Delete profile photos: photos.deletePhotos</a>

* <a href="messages_editChatPhoto.html" name="messages_editChatPhoto">Edit the photo of a normal chat (not supergroup): messages.editChatPhoto</a>

* <a href="messages_editChatTitle.html" name="messages_editChatTitle">Edit the title of a normal chat (not supergroup): messages.editChatTitle</a>

* <a href="contacts_exportCard.html" name="contacts_exportCard">Export contact as card: contacts.exportCard</a>

* <a href="messages_forwardMessage.html" name="messages_forwardMessage">Forward message: messages.forwardMessage</a>

* <a href="messages_forwardMessages.html" name="messages_forwardMessages">Forward messages: messages.forwardMessages</a>

* <a href="contacts_getContacts.html" name="contacts_getContacts">Get all contacts: contacts.getContacts</a>

* <a href="contacts_getBlocked.html" name="contacts_getBlocked">Get blocked users: contacts.getBlocked</a>

* <a href="help_getAppUpdate.html" name="help_getAppUpdate">Get info about app updates: help.getAppUpdate</a>

* <a href="messages_getChats.html" name="messages_getChats">Get info about chats: messages.getChats</a>

* <a href="users_getUsers.html" name="users_getUsers">Get info about users: users.getUsers</a>

* <a href="help_getSupport.html" name="help_getSupport">Get info of support user: help.getSupport</a>

* <a href="help_getInviteText.html" name="help_getInviteText">Get invitation text: help.getInviteText</a>

* <a href="messages_getMessages.html" name="messages_getMessages">Get messages: messages.getMessages</a>

* <a href="help_getNearestDc.html" name="help_getNearestDc">Get nearest datacenter: help.getNearestDc</a>

* <a href="account_getNotifySettings.html" name="account_getNotifySettings">Get notification settings: account.getNotifySettings</a>

* <a href="contacts_getStatuses.html" name="contacts_getStatuses">Get online status of all users: contacts.getStatuses</a>

* <a href="messages_getHistory.html" name="messages_getHistory">Get previous messages of a group: messages.getHistory</a>

* <a href="help_getConfig.html" name="help_getConfig">Get server configuration: help.getConfig</a>

* <a href="contacts_getSuggested.html" name="contacts_getSuggested">Get suggested contacts: contacts.getSuggested</a>

* <a href="photos_getUserPhotos.html" name="photos_getUserPhotos">Get the profile photos of a user: photos.getUserPhotos</a>

* <a href="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>

* <a href="contacts_importCard.html" name="contacts_importCard">Import card as contact: contacts.importCard</a>

* <a href="initConnection.html" name="initConnection">Initializes connection and save information on the user's device and application.: initConnection</a>

* <a href="auth_sendInvites.html" name="auth_sendInvites">Invite friends to telegram!: auth.sendInvites</a>

* <a href="invokeWithLayer18.html" name="invokeWithLayer18">Invoke this method with layer 18: invokeWithLayer18</a>

* <a href="invokeAfterMsg.html" name="invokeAfterMsg">Invokes a query after successfull completion of one of the previous queries.: invokeAfterMsg</a>

* <a href="help_saveAppLog.html" name="help_saveAppLog">Log data for developer of this app: help.saveAppLog</a>

* <a href="messages_readMessageContents.html" name="messages_readMessageContents">Mark message as read: messages.readMessageContents</a>

* <a href="messages_readEncryptedHistory.html" name="messages_readEncryptedHistory">Mark messages as read in secret chats: messages.readEncryptedHistory</a>

* <a href="messages_readHistory.html" name="messages_readHistory">Mark messages as read: messages.readHistory</a>

* <a href="messages_receivedMessages.html" name="messages_receivedMessages">Mark messages as read: messages.receivedMessages</a>

* <a href="account_registerDevice.html" name="account_registerDevice">Register device for push notifications: account.registerDevice</a>

* <a href="messages_reportSpam.html" name="messages_reportSpam">Report a peer for spam: messages.reportSpam</a>

* <a href="account_resetNotifySettings.html" name="account_resetNotifySettings">Reset all notification settings: account.resetNotifySettings</a>

* <a href="invokeAfterMsgs.html" name="invokeAfterMsgs">Result type returned by a current query.: invokeAfterMsgs</a>

* <a href="account_getWallPapers.html" name="account_getWallPapers">Returns a list of available wallpapers.: account.getWallPapers</a>

* <a href="contacts_search.html" name="contacts_search">Search contacts: contacts.search</a>

* <a href="messages_search.html" name="messages_search">Search peers or messages: messages.search</a>

* <a href="auth_sendSms.html" name="auth_sendSms">Send SMS verification code: auth.sendSms</a>

* <a href="messages_sendEncryptedFile.html" name="messages_sendEncryptedFile">Send a file to a secret chat: messages.sendEncryptedFile</a>

* <a href="messages_sendMedia.html" name="messages_sendMedia">Send a media: messages.sendMedia</a>

* <a href="messages_sendBroadcast.html" name="messages_sendBroadcast">Send a message to all users in the chat list: messages.sendBroadcast</a>

* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>

* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>

* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>

* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

* <a href="auth_sendCall.html" name="auth_sendCall">Send verification phone call: auth.sendCall</a>

* <a href="account_unregisterDevice.html" name="account_unregisterDevice">Stop sending PUSH notifications to app: account.unregisterDevice</a>

* <a href="contacts_unblock.html" name="contacts_unblock">Unblock a user: contacts.unblock</a>

* <a href="account_updateStatus.html" name="account_updateStatus">Update online status: account.updateStatus</a>

* <a href="account_updateProfile.html" name="account_updateProfile">Update profile info: account.updateProfile</a>

* <a href="account_updateUsername.html" name="account_updateUsername">Update this user's username: account.updateUsername</a>

* <a href="photos_uploadProfilePhoto.html" name="photos_uploadProfilePhoto">Upload profile photo: photos.uploadProfilePhoto</a>

* <a href="auth_sendCode.html" name="auth_sendCode">Use phone_login instead: auth.sendCode</a>

* <a href="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>

* <a href="messages_getDhConfig.html" name="messages_getDhConfig">You cannot use this method directly, instead use $MadelineProto->get_dh_config();: messages.getDhConfig</a>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="auth_exportAuthorization.html" name="auth_exportAuthorization">You cannot use this method directly, use $MadelineProto->export_authorization() instead, see https://docs.madelineproto.xyz/docs/LOGIN.html: auth.exportAuthorization</a>

* <a href="auth_importAuthorization.html" name="auth_importAuthorization">You cannot use this method directly, use $MadelineProto->import_authorization($authorization) instead, see https://docs.madelineproto.xyz/docs/LOGIN.html: auth.importAuthorization</a>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="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>

* <a href="messages_receivedQueue.html" name="messages_receivedQueue">You cannot use this method directly: messages.receivedQueue</a>


0 comments on commit 42b994b

Please sign in to comment.