Skip to content

Commit

Permalink
Update index
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jun 2, 2019
1 parent 9210b0b commit da911f8
Show file tree
Hide file tree
Showing 5,706 changed files with 5,736 additions and 5,712 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_acceptAuthorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Accept telegram passport authorization
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_cancelPasswordEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cancel password recovery email
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_changePhone.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Change the phone number associated to this account
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_checkUsername.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check if this username is available
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_confirmPasswordEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Confirm password recovery using email
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_confirmPhone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Confirm this phone number is associated to this account, obtain phone_code_hash
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_deleteAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Delete this account
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_deleteSecureValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Delete secure telegram passport value
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_finishTakeoutSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Finish account exporting session
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getAccountTTL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get account TTL
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getAllSecureValues.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get all secure telegram passport values
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getAuthorizationForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Bots only: get telegram passport authorization form
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getAuthorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get all logged-in authorizations
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getAutoDownloadSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get autodownload settings
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contact signup notification setting value
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getNotifyExceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get notification exceptions
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getNotifySettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get notification settings
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getPassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get the current password
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getPrivacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get privacy settings
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getSecureValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get secure value for telegram passport
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getTmpPassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get temporary password for buying products through bots
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getWallPaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get wallpaper info
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getWallPapers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Returns a list of available wallpapers.
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_getWebAuthorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get telegram web login authorizations
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_initTakeoutSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Start account exporting session
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_installWallPaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install wallpaper
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_registerDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Register device for push notifications
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_reportPeer.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Report for spam
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_resendPasswordEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Resend password recovery email
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_resetAuthorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Delete a certain session
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_resetNotifySettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reset all notification settings
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_resetWallPapers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reset wallpapers
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_resetWebAuthorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Delete a certain telegram web login authorization
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_resetWebAuthorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reset all telegram web login authorizations
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_saveAutoDownloadSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Save autodownload settings
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_saveSecureValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Save telegram passport secure value
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_saveWallPaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Save wallpaper
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_sendChangePhoneCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Change the phone number
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_sendConfirmPhoneCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Send confirmation phone code
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_sendVerifyEmailCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Send email verification code
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_sendVerifyPhoneCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Send phone verification code
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_setAccountTTL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set account TTL
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set contact sign up notification
### Can bots use this method: **YES**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/account_setPrivacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Set privacy settings
### Can bots use this method: **NO**


### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
### MadelineProto Example ([now async for huge speed and parallelism!](https://docs.madelineproto.xyz/docs/ASYNC.html)):


```php
Expand Down
Loading

0 comments on commit da911f8

Please sign in to comment.