More doc fixes

This commit is contained in:
Daniil Gentili 2017-07-23 16:34:36 +02:00
parent 8b7502d9d2
commit 0b92c9bc9a
3354 changed files with 3354 additions and 3354 deletions

View File

@ -49,7 +49,7 @@ Parameters:
* method - account.changePhone
* params - {"phone_number": "string", "phone_code_hash": "string", "phone_code": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.checkUsername
* params - {"username": "string", }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.confirmPhone
* params - {"phone_code_hash": "string", "phone_code": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.deleteAccount
* params - {"reason": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - account.getAccountTTL
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - account.getAuthorizations
* params - {}
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.getNotifySettings
* params - {"peer": InputNotifyPeer, }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - account.getPassword
* params - {}
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.getPasswordSettings
* params - {"current_password_hash": "bytes", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.getPrivacy
* params - {"key": InputPrivacyKey, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.getTmpPassword
* params - {"password_hash": "bytes", "period": int, }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - account.getWallPapers
* params - {}
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.registerDevice
* params - {"token_type": int, "token": "string", }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.reportPeer
* params - {"peer": InputPeer, "reason": ReportReason, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.resetAuthorization
* params - {"hash": long, }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - account.resetNotifySettings
* params - {}
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - account.sendChangePhoneCode
* params - {"allow_flashcall": Bool, "phone_number": "string", "current_number": Bool, }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - account.sendConfirmPhoneCode
* params - {"allow_flashcall": Bool, "hash": "string", "current_number": Bool, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.setAccountTTL
* params - {"ttl": AccountDaysTTL, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.setPrivacy
* params - {"key": InputPrivacyKey, "rules": [InputPrivacyRule], }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.unregisterDevice
* params - {"token_type": int, "token": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.updateDeviceLocked
* params - {"period": int, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.updateNotifySettings
* params - {"peer": InputNotifyPeer, "settings": InputPeerNotifySettings, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - account.updatePasswordSettings
* params - {"current_password_hash": "bytes", "new_settings": account_PasswordInputSettings, }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - account.updateProfile
* params - {"first_name": "string", "last_name": "string", "about": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.updateStatus
* params - {"offline": Bool, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - account.updateUsername
* params - {"username": "string", }
```
### As a user:

View File

@ -50,7 +50,7 @@ Parameters:
* method - auth.bindTempAuthKey
* params - {"perm_auth_key_id": long, "nonce": long, "expires_at": int, "encrypted_message": "bytes", }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - auth.cancelCode
* params - {"phone_number": "string", "phone_code_hash": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - auth.checkPassword
* params - {"password_hash": "bytes", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - auth.checkPhone
* params - {"phone_number": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - auth.dropTempAuthKeys
* params - {"except_auth_keys": [long], }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - auth.exportAuthorization
* params - {"dc_id": int, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - auth.importAuthorization
* params - {"id": int, "bytes": "bytes", }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - auth.importBotAuthorization
* params - {"api_id": int, "api_hash": "string", "bot_auth_token": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - auth.logOut
* params - {}
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - auth.recoverPassword
* params - {"code": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - auth.requestPasswordRecovery
* params - {}
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - auth.resendCode
* params - {"phone_number": "string", "phone_code_hash": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - auth.resetAuthorizations
* params - {}
```
### As a user:

View File

@ -51,7 +51,7 @@ Parameters:
* method - auth.sendCode
* params - {"allow_flashcall": Bool, "phone_number": "string", "current_number": Bool, "api_id": int, "api_hash": "string", }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - auth.sendInvites
* params - {"phone_numbers": ["string"], "message": "string", }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - auth.signIn
* params - {"phone_number": "string", "phone_code_hash": "string", "phone_code": "string", }
```
### As a user:

View File

@ -51,7 +51,7 @@ Parameters:
* method - auth.signUp
* params - {"phone_number": "string", "phone_code_hash": "string", "phone_code": "string", "first_name": "string", "last_name": "string", }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - bots.answerWebhookJSONQuery
* params - {"query_id": long, "data": DataJSON, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - bots.sendCustomRequest
* params - {"custom_method": "string", "params": DataJSON, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.checkUsername
* params - {"channel": InputChannel, "username": "string", }
```
### As a user:

View File

@ -50,7 +50,7 @@ Parameters:
* method - channels.createChannel
* params - {"broadcast": Bool, "megagroup": Bool, "title": "string", "about": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - channels.deleteChannel
* params - {"channel": InputChannel, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.deleteMessages
* params - {"channel": InputChannel, "id": [int], }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.deleteUserHistory
* params - {"channel": InputChannel, "user_id": InputUser, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.editAbout
* params - {"channel": InputChannel, "about": "string", }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - channels.editAdmin
* params - {"channel": InputChannel, "user_id": InputUser, "admin_rights": ChannelAdminRights, }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - channels.editBanned
* params - {"channel": InputChannel, "user_id": InputUser, "banned_rights": ChannelBannedRights, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.editPhoto
* params - {"channel": InputChannel, "photo": InputChatPhoto, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.editTitle
* params - {"channel": InputChannel, "title": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - channels.exportInvite
* params - {"channel": InputChannel, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.exportMessageLink
* params - {"channel": InputChannel, "id": int, }
```
### As a user:

View File

@ -53,7 +53,7 @@ Parameters:
* method - channels.getAdminLog
* params - {"channel": InputChannel, "q": "string", "events_filter": ChannelAdminLogEventsFilter, "admins": [InputUser], "max_id": long, "min_id": long, "limit": int, }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - channels.getAdminedPublicChannels
* params - {}
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - channels.getChannels
* params - {"id": [InputChannel], }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - channels.getFullChannel
* params - {"channel": InputChannel, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.getMessages
* params - {"channel": InputChannel, "id": [int], }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.getParticipant
* params - {"channel": InputChannel, "user_id": InputUser, }
```
### As a user:

View File

@ -50,7 +50,7 @@ Parameters:
* method - channels.getParticipants
* params - {"channel": InputChannel, "filter": ChannelParticipantsFilter, "offset": int, "limit": int, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.inviteToChannel
* params - {"channel": InputChannel, "users": [InputUser], }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - channels.joinChannel
* params - {"channel": InputChannel, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - channels.leaveChannel
* params - {"channel": InputChannel, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.readHistory
* params - {"channel": InputChannel, "max_id": int, }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - channels.reportSpam
* params - {"channel": InputChannel, "user_id": InputUser, "id": [int], }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.toggleInvites
* params - {"channel": InputChannel, "enabled": Bool, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.toggleSignatures
* params - {"channel": InputChannel, "enabled": Bool, }
```
### As a user:

View File

@ -49,7 +49,7 @@ Parameters:
* method - channels.updatePinnedMessage
* params - {"silent": Bool, "channel": InputChannel, "id": int, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - channels.updateUsername
* params - {"channel": InputChannel, "username": "string", }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.block
* params - {"id": InputUser, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.deleteContact
* params - {"id": InputUser, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.deleteContacts
* params - {"id": [InputUser], }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - contacts.exportCard
* params - {}
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - contacts.getBlocked
* params - {"offset": int, "limit": int, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.getContacts
* params - {"hash": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - contacts.getStatuses
* params - {}
```
### As a user:

View File

@ -55,7 +55,7 @@ Parameters:
* method - contacts.getTopPeers
* params - {"correspondents": Bool, "bots_pm": Bool, "bots_inline": Bool, "phone_calls": Bool, "groups": Bool, "channels": Bool, "offset": int, "limit": int, "hash": int, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.importCard
* params - {"export_card": [int], }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - contacts.importContacts
* params - {"contacts": [InputContact], "replace": Bool, }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - contacts.resetTopPeerRating
* params - {"category": TopPeerCategory, "peer": InputPeer, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.resolveUsername
* params - {"username": "string", }
```
### As a user:

View File

@ -48,7 +48,7 @@ Parameters:
* method - contacts.search
* params - {"q": "string", "limit": int, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - contacts.unblock
* params - {"id": InputUser, }
```
### As a user:

View File

@ -51,7 +51,7 @@ Parameters:
* method - contest.saveDeveloperInfo
* params - {"vk_id": int, "name": "string", "phone_number": "string", "age": int, "city": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - destroy_auth_key
* params - {}
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - destroy_session
* params - {"session_id": long, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - get_future_salts
* params - {"num": int, }
```
### As a user:

View File

@ -47,7 +47,7 @@ Parameters:
* method - help.getAppChangelog
* params - {"prev_app_version": "string", }
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getAppUpdate
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getCdnConfig
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getConfig
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getInviteText
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getNearestDc
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getSupport
* params - {}
```
### As a user:

View File

@ -42,7 +42,7 @@ Parameters:
* method - help.getTermsOfService
* params - {}
```
### As a user:

Some files were not shown because too many files have changed in this diff Show More