Docufixes
This commit is contained in:
parent
fbf6344695
commit
ae73c1df83
@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha
|
|||||||
|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes|
|
|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes|
|
||||||
|offset|[int](../types/int.md) | Offset | Yes|
|
|offset|[int](../types/int.md) | Offset | Yes|
|
||||||
|limit|[int](../types/int.md) | Limit | Yes|
|
|limit|[int](../types/int.md) | Limit | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of previously fetched participants | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
|
### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all contacts
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | User IDs of previously cached contacts | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
||||||
|
@ -21,7 +21,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -18,7 +18,7 @@ Gets list of chats: you should use $MadelineProto->get_dialogs() instead: https:
|
|||||||
|offset\_id|[int](../types/int.md) | end($res['messages'])['id']; | Yes|
|
|offset\_id|[int](../types/int.md) | end($res['messages'])['id']; | Yes|
|
||||||
|offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | end($res['dialogs'])['peer']; | Optional|
|
|offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | end($res['dialogs'])['peer']; | Optional|
|
||||||
|limit|[int](../types/int.md) | Number of dialogs to fetch | Yes|
|
|limit|[int](../types/int.md) | Number of dialogs to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of previously fetched dialogs | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_Dialogs](../types/messages_Dialogs.md)
|
### Return type: [messages\_Dialogs](../types/messages_Dialogs.md)
|
||||||
|
@ -13,7 +13,7 @@ Get favorite stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -20,7 +20,7 @@ Get previous messages of a group
|
|||||||
|limit|[int](../types/int.md) | Number of messages to fetch | Yes|
|
|limit|[int](../types/int.md) | Number of messages to fetch | Yes|
|
||||||
|max\_id|[int](../types/int.md) | Maximum message ID to fetch | Yes|
|
|max\_id|[int](../types/int.md) | Maximum message ID to fetch | Yes|
|
||||||
|min\_id|[int](../types/int.md) | Minumum message ID to fetch | Yes|
|
|min\_id|[int](../types/int.md) | Minumum message ID to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of messages you already fetched | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -15,7 +15,7 @@ Get recent locations
|
|||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | The chat where to search locations | Optional|
|
|peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | The chat where to search locations | Optional|
|
||||||
|limit|[int](../types/int.md) | Number of results to return | Yes|
|
|limit|[int](../types/int.md) | Number of results to return | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of locations you already fetched | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|emoticon|[string](../types/string.md) | Search by emoji | Yes|
|
|emoticon|[string](../types/string.md) | Search by emoji | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_Stickers](../types/messages_Stickers.md)
|
### Return type: [messages\_Stickers](../types/messages_Stickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -24,7 +24,7 @@ Search peers or messages
|
|||||||
|limit|[int](../types/int.md) | Number of results to return | Yes|
|
|limit|[int](../types/int.md) | Number of results to return | Yes|
|
||||||
|max\_id|[int](../types/int.md) | Maximum message id to return | Yes|
|
|max\_id|[int](../types/int.md) | Maximum message id to return | Yes|
|
||||||
|min\_id|[int](../types/int.md) | Minumum message id to return | Yes|
|
|min\_id|[int](../types/int.md) | Minumum message id to return | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | The IDs of messages you already fetched | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
||||||
|
@ -15,7 +15,7 @@ Find a sticker set
|
|||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|exclude\_featured|[Bool](../types/Bool.md) | Exclude featured sticker sets from the search? | Optional|
|
|exclude\_featured|[Bool](../types/Bool.md) | Exclude featured sticker sets from the search? | Optional|
|
||||||
|q|[string](../types/string.md) | The search query | Yes|
|
|q|[string](../types/string.md) | The search query | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | The IDs of stickersets you already fetched | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FoundStickerSets](../types/messages_FoundStickerSets.md)
|
### Return type: [messages\_FoundStickerSets](../types/messages_FoundStickerSets.md)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: MTmessage
|
title: MTmessage
|
||||||
description: MTmessage attributes, type and example
|
description: MTProto message
|
||||||
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||||||
---
|
---
|
||||||
# Constructor: MTmessage
|
# Constructor: MTmessage
|
||||||
@ -8,14 +8,16 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
MTProto message
|
||||||
|
|
||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required | Description |
|
||||||
|----------|---------------|----------|
|
|----------|---------------|----------|-------------|
|
||||||
|msg\_id|[long](../types/long.md) | Yes|
|
|msg\_id|[long](../types/long.md) | Yes|Message ID|
|
||||||
|seqno|[int](../types/int.md) | Yes|
|
|seqno|[int](../types/int.md) | Yes|Seqno|
|
||||||
|bytes|[int](../types/int.md) | Yes|
|
|bytes|[int](../types/int.md) | Yes|Message body|
|
||||||
|body|[Object](../types/Object.md) | Yes|
|
|body|[Object](../types/Object.md) | Yes|Message body|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -20,7 +20,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -20,7 +20,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get recent stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -20,7 +20,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -20,7 +20,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -20,7 +20,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -20,7 +20,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -21,7 +21,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -21,7 +21,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all contacts
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | User IDs of previously cached contacts | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
||||||
|
@ -21,7 +21,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get favorite stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha
|
|||||||
|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes|
|
|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes|
|
||||||
|offset|[int](../types/int.md) | Offset | Yes|
|
|offset|[int](../types/int.md) | Offset | Yes|
|
||||||
|limit|[int](../types/int.md) | Limit | Yes|
|
|limit|[int](../types/int.md) | Limit | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of previously fetched participants | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
|
### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all contacts
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | User IDs of previously cached contacts | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
||||||
|
@ -21,7 +21,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get favorite stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -14,7 +14,7 @@ Get recent stickers
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
|attached|[Bool](../types/Bool.md) | Get stickers attached to image? | Optional|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get saved gifs
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md)
|
||||||
|
@ -14,7 +14,7 @@ Get webpage preview
|
|||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|url|[string](../types/string.md) | URL | Yes|
|
|url|[string](../types/string.md) | URL | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [WebPage](../types/WebPage.md)
|
### Return type: [WebPage](../types/WebPage.md)
|
||||||
|
@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha
|
|||||||
|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes|
|
|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes|
|
||||||
|offset|[int](../types/int.md) | Offset | Yes|
|
|offset|[int](../types/int.md) | Offset | Yes|
|
||||||
|limit|[int](../types/int.md) | Limit | Yes|
|
|limit|[int](../types/int.md) | Limit | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of previously fetched participants | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
|
### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all contacts
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | User IDs of previously cached contacts | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
### Return type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
||||||
|
@ -21,7 +21,7 @@ Get most used chats
|
|||||||
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
|channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional|
|
||||||
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
|offset|[int](../types/int.md) | Initially 0, then `$offset += $contacts_TopPeers['categories']['count'];` | Yes|
|
||||||
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
|limit|[int](../types/int.md) | How many results to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | Peer IDs of previously cached peers | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get all stickerpacks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get favorite stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md)
|
||||||
|
@ -13,7 +13,7 @@ Get featured stickers
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
||||||
|
@ -20,7 +20,7 @@ Get previous messages of a group
|
|||||||
|limit|[int](../types/int.md) | Number of messages to fetch | Yes|
|
|limit|[int](../types/int.md) | Number of messages to fetch | Yes|
|
||||||
|max\_id|[int](../types/int.md) | Maximum message ID to fetch | Yes|
|
|max\_id|[int](../types/int.md) | Maximum message ID to fetch | Yes|
|
||||||
|min\_id|[int](../types/int.md) | Minumum message ID to fetch | Yes|
|
|min\_id|[int](../types/int.md) | Minumum message ID to fetch | Yes|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | IDs of messages you already fetched | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
### Return type: [messages\_Messages](../types/messages_Messages.md)
|
||||||
|
@ -13,7 +13,7 @@ Get masks
|
|||||||
|
|
||||||
| Name | Type | Description | Required |
|
| Name | Type | Description | Required |
|
||||||
|----------|---------------|-------------|----------|
|
|----------|---------------|-------------|----------|
|
||||||
|hash|Array of [int](../types/int.md) | | Optional|
|
|hash|Array of [int](../types/int.md) | the hash parameter of the previous result of this method | Optional|
|
||||||
|
|
||||||
|
|
||||||
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
### Return type: [messages\_AllStickers](../types/messages_AllStickers.md)
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user