Update index
This commit is contained in:
parent
9210b0b9b8
commit
da911f8e77
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -23,7 +23,7 @@ Stop sending PUSH notifications to app
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Disable all notifications for a certain period
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Change 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
|
||||
|
@ -23,7 +23,7 @@ Update profile info
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Update online status
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Update this user's username
|
||||
### 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
|
||||
|
@ -23,7 +23,7 @@ Upload 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
|
||||
|
@ -22,7 +22,7 @@ Verify email address
|
||||
### 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
|
||||
|
@ -23,7 +23,7 @@ Verify phone number
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Invalidate sent 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
|
||||
|
@ -21,7 +21,7 @@ Delete all temporary authorization keys except the ones provided
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request
|
||||
### 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
|
||||
|
@ -16,7 +16,7 @@ Send an email to recover the 2FA 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
|
||||
|
@ -22,7 +22,7 @@ Resend the SMS verification 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
|
||||
|
@ -16,7 +16,7 @@ Delete all logged-in sessions.
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Send webhook request via bot API
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Send a custom request to the bot API
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Check if this username is free and can be assigned to a channel/supergroup
|
||||
### 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
|
||||
|
@ -24,7 +24,7 @@ Create channel/supergroup
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Delete a channel/supergroup
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Delete the history of a supergroup/channel
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Delete channel/supergroup messages
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Delete all messages of a user in a channel/supergroup
|
||||
### 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
|
||||
|
@ -23,7 +23,7 @@ Edit admin permissions of a user in a channel/supergroup
|
||||
### 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
|
||||
|
@ -23,7 +23,7 @@ Kick or ban a user from a channel/supergroup
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Edit the photo of a supergroup/channel
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Edit the title of a supergroup/channel
|
||||
### 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
|
||||
|
@ -23,7 +23,7 @@ Get the link of a message in a channel
|
||||
### 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
|
||||
|
@ -27,7 +27,7 @@ Get admin log of a channel/supergroup
|
||||
### 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
|
||||
|
@ -16,7 +16,7 @@ Get all supergroups/channels where you're admin
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Get info about multiple channels/supergroups
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Get all channels you left
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Get channel/supergroup messages
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Get info about a certain channel/supergroup participant
|
||||
### 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
|
||||
|
@ -25,7 +25,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Add users to channel/supergroup
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Join a channel/supergroup
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Leave a channel/supergroup
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Mark channel/supergroup history as read
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Mark channel/supergroup messages as read
|
||||
### 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
|
||||
|
@ -23,7 +23,7 @@ Report a message in a supergroup/channel 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
|
||||
|
@ -22,7 +22,7 @@ Set the supergroup/channel stickerpack
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Enable or disable hidden history for new channel/supergroup users
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Toggle channel signatures
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Update the username of a supergroup/channel
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Block a user
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Delete contacts by phones
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Delete a contact
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Delete multiple contacts
|
||||
### 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
|
||||
|
@ -22,7 +22,7 @@ Get blocked users
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Get contacts by IDs
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Get all contacts
|
||||
### 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
|
||||
|
@ -16,7 +16,7 @@ Get saved contacts
|
||||
### 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
|
||||
|
@ -16,7 +16,7 @@ Get online status of all users
|
||||
### 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
|
||||
|
@ -29,7 +29,7 @@ Get most used chats
|
||||
### 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
|
||||
|
@ -21,7 +21,7 @@ Add phone number as contact
|
||||
### 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
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user