diff --git a/docs/API_docs/methods/channels_getParticipants.md b/docs/API_docs/methods/channels_getParticipants.md index 22960861..25a752cb 100644 --- a/docs/API_docs/methods/channels_getParticipants.md +++ b/docs/API_docs/methods/channels_getParticipants.md @@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha |filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes| |offset|[int](../types/int.md) | Offset | 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) diff --git a/docs/API_docs/methods/contacts_getContacts.md b/docs/API_docs/methods/contacts_getContacts.md index fbe43f98..c8b53bc5 100644 --- a/docs/API_docs/methods/contacts_getContacts.md +++ b/docs/API_docs/methods/contacts_getContacts.md @@ -13,7 +13,7 @@ Get all contacts | 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) diff --git a/docs/API_docs/methods/contacts_getTopPeers.md b/docs/API_docs/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/docs/API_docs/methods/contacts_getTopPeers.md +++ b/docs/API_docs/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/docs/API_docs/methods/messages_getAllStickers.md b/docs/API_docs/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/docs/API_docs/methods/messages_getAllStickers.md +++ b/docs/API_docs/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/docs/API_docs/methods/messages_getDialogs.md b/docs/API_docs/methods/messages_getDialogs.md index 3dc6c4e1..e7b5ad44 100644 --- a/docs/API_docs/methods/messages_getDialogs.md +++ b/docs/API_docs/methods/messages_getDialogs.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\_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| -|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) diff --git a/docs/API_docs/methods/messages_getFavedStickers.md b/docs/API_docs/methods/messages_getFavedStickers.md index ee2a1306..6bc1560c 100644 --- a/docs/API_docs/methods/messages_getFavedStickers.md +++ b/docs/API_docs/methods/messages_getFavedStickers.md @@ -13,7 +13,7 @@ Get favorite stickers | 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) diff --git a/docs/API_docs/methods/messages_getFeaturedStickers.md b/docs/API_docs/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/docs/API_docs/methods/messages_getFeaturedStickers.md +++ b/docs/API_docs/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/docs/API_docs/methods/messages_getHistory.md b/docs/API_docs/methods/messages_getHistory.md index 6e04f76a..d79f2694 100644 --- a/docs/API_docs/methods/messages_getHistory.md +++ b/docs/API_docs/methods/messages_getHistory.md @@ -20,7 +20,7 @@ Get previous messages of a group |limit|[int](../types/int.md) | Number of messages 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| -|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) diff --git a/docs/API_docs/methods/messages_getMaskStickers.md b/docs/API_docs/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/docs/API_docs/methods/messages_getMaskStickers.md +++ b/docs/API_docs/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/docs/API_docs/methods/messages_getRecentLocations.md b/docs/API_docs/methods/messages_getRecentLocations.md index 143a4d38..1d15bbb5 100644 --- a/docs/API_docs/methods/messages_getRecentLocations.md +++ b/docs/API_docs/methods/messages_getRecentLocations.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| |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) diff --git a/docs/API_docs/methods/messages_getRecentStickers.md b/docs/API_docs/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/docs/API_docs/methods/messages_getRecentStickers.md +++ b/docs/API_docs/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/docs/API_docs/methods/messages_getSavedGifs.md b/docs/API_docs/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/docs/API_docs/methods/messages_getSavedGifs.md +++ b/docs/API_docs/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/docs/API_docs/methods/messages_getStickers.md b/docs/API_docs/methods/messages_getStickers.md index e10cb425..a9b73525 100644 --- a/docs/API_docs/methods/messages_getStickers.md +++ b/docs/API_docs/methods/messages_getStickers.md @@ -14,7 +14,7 @@ Get stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/docs/API_docs/methods/messages_getWebPage.md b/docs/API_docs/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/docs/API_docs/methods/messages_getWebPage.md +++ b/docs/API_docs/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/docs/API_docs/methods/messages_search.md b/docs/API_docs/methods/messages_search.md index 995fee82..8b6b87c9 100644 --- a/docs/API_docs/methods/messages_search.md +++ b/docs/API_docs/methods/messages_search.md @@ -24,7 +24,7 @@ Search peers or messages |limit|[int](../types/int.md) | Number of results 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| -|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) diff --git a/docs/API_docs/methods/messages_searchStickerSets.md b/docs/API_docs/methods/messages_searchStickerSets.md index da93ff3d..9f488e23 100644 --- a/docs/API_docs/methods/messages_searchStickerSets.md +++ b/docs/API_docs/methods/messages_searchStickerSets.md @@ -15,7 +15,7 @@ Find a sticker set |----------|---------------|-------------|----------| |exclude\_featured|[Bool](../types/Bool.md) | Exclude featured sticker sets from the search? | Optional| |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) diff --git a/docs/MTProto_docs/constructors/MTmessage.md b/docs/MTProto_docs/constructors/MTmessage.md index 2da4ea5b..851c34f7 100644 --- a/docs/MTProto_docs/constructors/MTmessage.md +++ b/docs/MTProto_docs/constructors/MTmessage.md @@ -1,6 +1,6 @@ --- title: MTmessage -description: MTmessage attributes, type and example +description: MTProto message image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: MTmessage @@ -8,14 +8,16 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png +MTProto message + ### Attributes: -| Name | Type | Required | -|----------|---------------|----------| -|msg\_id|[long](../types/long.md) | Yes| -|seqno|[int](../types/int.md) | Yes| -|bytes|[int](../types/int.md) | Yes| -|body|[Object](../types/Object.md) | Yes| +| Name | Type | Required | Description | +|----------|---------------|----------|-------------| +|msg\_id|[long](../types/long.md) | Yes|Message ID| +|seqno|[int](../types/int.md) | Yes|Seqno| +|bytes|[int](../types/int.md) | Yes|Message body| +|body|[Object](../types/Object.md) | Yes|Message body| diff --git a/old_docs/API_docs_v44/methods/messages_getAllStickers.md b/old_docs/API_docs_v44/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v44/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v44/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v45/methods/messages_getAllStickers.md b/old_docs/API_docs_v45/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v45/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v45/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v45/methods/messages_getSavedGifs.md b/old_docs/API_docs_v45/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v45/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v45/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v46/methods/messages_getAllStickers.md b/old_docs/API_docs_v46/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v46/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v46/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v46/methods/messages_getSavedGifs.md b/old_docs/API_docs_v46/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v46/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v46/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v51/methods/messages_getAllStickers.md b/old_docs/API_docs_v51/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v51/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v51/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v51/methods/messages_getSavedGifs.md b/old_docs/API_docs_v51/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v51/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v51/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v53/methods/contacts_getTopPeers.md b/old_docs/API_docs_v53/methods/contacts_getTopPeers.md index 7a81cc70..1d3f7b21 100644 --- a/old_docs/API_docs_v53/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v53/methods/contacts_getTopPeers.md @@ -20,7 +20,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v53/methods/messages_getAllStickers.md b/old_docs/API_docs_v53/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v53/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v53/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v53/methods/messages_getSavedGifs.md b/old_docs/API_docs_v53/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v53/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v53/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v55/methods/contacts_getTopPeers.md b/old_docs/API_docs_v55/methods/contacts_getTopPeers.md index 7a81cc70..1d3f7b21 100644 --- a/old_docs/API_docs_v55/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v55/methods/contacts_getTopPeers.md @@ -20,7 +20,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v55/methods/messages_getAllStickers.md b/old_docs/API_docs_v55/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v55/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v55/methods/messages_getRecentStickers.md b/old_docs/API_docs_v55/methods/messages_getRecentStickers.md index 3b42a0ed..d0e93c59 100644 --- a/old_docs/API_docs_v55/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getRecentStickers.md @@ -13,7 +13,7 @@ Get recent stickers | 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) diff --git a/old_docs/API_docs_v55/methods/messages_getSavedGifs.md b/old_docs/API_docs_v55/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v55/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v55/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v57/methods/contacts_getTopPeers.md b/old_docs/API_docs_v57/methods/contacts_getTopPeers.md index 7a81cc70..1d3f7b21 100644 --- a/old_docs/API_docs_v57/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v57/methods/contacts_getTopPeers.md @@ -20,7 +20,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v57/methods/messages_getAllStickers.md b/old_docs/API_docs_v57/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v57/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v57/methods/messages_getMaskStickers.md b/old_docs/API_docs_v57/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v57/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v57/methods/messages_getRecentStickers.md b/old_docs/API_docs_v57/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v57/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v57/methods/messages_getSavedGifs.md b/old_docs/API_docs_v57/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v57/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v57/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v62/methods/contacts_getTopPeers.md b/old_docs/API_docs_v62/methods/contacts_getTopPeers.md index 7a81cc70..1d3f7b21 100644 --- a/old_docs/API_docs_v62/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v62/methods/contacts_getTopPeers.md @@ -20,7 +20,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v62/methods/messages_getAllStickers.md b/old_docs/API_docs_v62/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v62/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v62/methods/messages_getMaskStickers.md b/old_docs/API_docs_v62/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v62/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v62/methods/messages_getRecentStickers.md b/old_docs/API_docs_v62/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v62/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v62/methods/messages_getSavedGifs.md b/old_docs/API_docs_v62/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v62/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v62/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v62/methods/messages_getWebPage.md b/old_docs/API_docs_v62/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v62/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v62/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v65/methods/contacts_getTopPeers.md b/old_docs/API_docs_v65/methods/contacts_getTopPeers.md index 7a81cc70..1d3f7b21 100644 --- a/old_docs/API_docs_v65/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v65/methods/contacts_getTopPeers.md @@ -20,7 +20,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v65/methods/messages_getAllStickers.md b/old_docs/API_docs_v65/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v65/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v65/methods/messages_getMaskStickers.md b/old_docs/API_docs_v65/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v65/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v65/methods/messages_getRecentStickers.md b/old_docs/API_docs_v65/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v65/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v65/methods/messages_getSavedGifs.md b/old_docs/API_docs_v65/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v65/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v65/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v65/methods/messages_getWebPage.md b/old_docs/API_docs_v65/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v65/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v65/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v66/methods/contacts_getTopPeers.md b/old_docs/API_docs_v66/methods/contacts_getTopPeers.md index 7a81cc70..1d3f7b21 100644 --- a/old_docs/API_docs_v66/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v66/methods/contacts_getTopPeers.md @@ -20,7 +20,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v66/methods/messages_getAllStickers.md b/old_docs/API_docs_v66/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v66/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v66/methods/messages_getMaskStickers.md b/old_docs/API_docs_v66/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v66/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v66/methods/messages_getRecentStickers.md b/old_docs/API_docs_v66/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v66/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v66/methods/messages_getSavedGifs.md b/old_docs/API_docs_v66/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v66/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v66/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v66/methods/messages_getWebPage.md b/old_docs/API_docs_v66/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v66/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v66/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v68/methods/contacts_getTopPeers.md b/old_docs/API_docs_v68/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v68/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v68/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v68/methods/messages_getAllStickers.md b/old_docs/API_docs_v68/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v68/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v68/methods/messages_getMaskStickers.md b/old_docs/API_docs_v68/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v68/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v68/methods/messages_getRecentStickers.md b/old_docs/API_docs_v68/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v68/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v68/methods/messages_getSavedGifs.md b/old_docs/API_docs_v68/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v68/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v68/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v68/methods/messages_getWebPage.md b/old_docs/API_docs_v68/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v68/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v68/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v70/methods/contacts_getTopPeers.md b/old_docs/API_docs_v70/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v70/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v70/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v70/methods/messages_getAllStickers.md b/old_docs/API_docs_v70/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v70/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v70/methods/messages_getMaskStickers.md b/old_docs/API_docs_v70/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v70/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v70/methods/messages_getRecentStickers.md b/old_docs/API_docs_v70/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v70/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v70/methods/messages_getSavedGifs.md b/old_docs/API_docs_v70/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v70/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v70/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v70/methods/messages_getWebPage.md b/old_docs/API_docs_v70/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v70/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v70/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v71/methods/contacts_getContacts.md b/old_docs/API_docs_v71/methods/contacts_getContacts.md index fbe43f98..c8b53bc5 100644 --- a/old_docs/API_docs_v71/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v71/methods/contacts_getContacts.md @@ -13,7 +13,7 @@ Get all contacts | 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) diff --git a/old_docs/API_docs_v71/methods/contacts_getTopPeers.md b/old_docs/API_docs_v71/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v71/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v71/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v71/methods/messages_getAllStickers.md b/old_docs/API_docs_v71/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v71/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v71/methods/messages_getFavedStickers.md b/old_docs/API_docs_v71/methods/messages_getFavedStickers.md index ee2a1306..6bc1560c 100644 --- a/old_docs/API_docs_v71/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getFavedStickers.md @@ -13,7 +13,7 @@ Get favorite stickers | 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) diff --git a/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v71/methods/messages_getMaskStickers.md b/old_docs/API_docs_v71/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v71/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v71/methods/messages_getRecentStickers.md b/old_docs/API_docs_v71/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v71/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v71/methods/messages_getSavedGifs.md b/old_docs/API_docs_v71/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v71/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v71/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v71/methods/messages_getWebPage.md b/old_docs/API_docs_v71/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v71/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v71/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v72/methods/channels_getParticipants.md b/old_docs/API_docs_v72/methods/channels_getParticipants.md index 22960861..25a752cb 100644 --- a/old_docs/API_docs_v72/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v72/methods/channels_getParticipants.md @@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha |filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes| |offset|[int](../types/int.md) | Offset | 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) diff --git a/old_docs/API_docs_v72/methods/contacts_getContacts.md b/old_docs/API_docs_v72/methods/contacts_getContacts.md index fbe43f98..c8b53bc5 100644 --- a/old_docs/API_docs_v72/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v72/methods/contacts_getContacts.md @@ -13,7 +13,7 @@ Get all contacts | 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) diff --git a/old_docs/API_docs_v72/methods/contacts_getTopPeers.md b/old_docs/API_docs_v72/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v72/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v72/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v72/methods/messages_getAllStickers.md b/old_docs/API_docs_v72/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v72/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v72/methods/messages_getFavedStickers.md b/old_docs/API_docs_v72/methods/messages_getFavedStickers.md index ee2a1306..6bc1560c 100644 --- a/old_docs/API_docs_v72/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getFavedStickers.md @@ -13,7 +13,7 @@ Get favorite stickers | 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) diff --git a/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v72/methods/messages_getMaskStickers.md b/old_docs/API_docs_v72/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v72/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v72/methods/messages_getRecentStickers.md b/old_docs/API_docs_v72/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v72/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v72/methods/messages_getSavedGifs.md b/old_docs/API_docs_v72/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v72/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v72/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v72/methods/messages_getWebPage.md b/old_docs/API_docs_v72/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v72/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v72/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v73/methods/channels_getParticipants.md b/old_docs/API_docs_v73/methods/channels_getParticipants.md index 22960861..25a752cb 100644 --- a/old_docs/API_docs_v73/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v73/methods/channels_getParticipants.md @@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha |filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes| |offset|[int](../types/int.md) | Offset | 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) diff --git a/old_docs/API_docs_v73/methods/contacts_getContacts.md b/old_docs/API_docs_v73/methods/contacts_getContacts.md index fbe43f98..c8b53bc5 100644 --- a/old_docs/API_docs_v73/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v73/methods/contacts_getContacts.md @@ -13,7 +13,7 @@ Get all contacts | 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) diff --git a/old_docs/API_docs_v73/methods/contacts_getTopPeers.md b/old_docs/API_docs_v73/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v73/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v73/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v73/methods/messages_getAllStickers.md b/old_docs/API_docs_v73/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v73/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v73/methods/messages_getFavedStickers.md b/old_docs/API_docs_v73/methods/messages_getFavedStickers.md index ee2a1306..6bc1560c 100644 --- a/old_docs/API_docs_v73/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getFavedStickers.md @@ -13,7 +13,7 @@ Get favorite stickers | 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) diff --git a/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v73/methods/messages_getHistory.md b/old_docs/API_docs_v73/methods/messages_getHistory.md index 6e04f76a..d79f2694 100644 --- a/old_docs/API_docs_v73/methods/messages_getHistory.md +++ b/old_docs/API_docs_v73/methods/messages_getHistory.md @@ -20,7 +20,7 @@ Get previous messages of a group |limit|[int](../types/int.md) | Number of messages 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| -|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) diff --git a/old_docs/API_docs_v73/methods/messages_getMaskStickers.md b/old_docs/API_docs_v73/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v73/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v73/methods/messages_getRecentStickers.md b/old_docs/API_docs_v73/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v73/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v73/methods/messages_getSavedGifs.md b/old_docs/API_docs_v73/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v73/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v73/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v73/methods/messages_getWebPage.md b/old_docs/API_docs_v73/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v73/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v73/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v75/methods/channels_getParticipants.md b/old_docs/API_docs_v75/methods/channels_getParticipants.md index 22960861..25a752cb 100644 --- a/old_docs/API_docs_v75/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v75/methods/channels_getParticipants.md @@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha |filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes| |offset|[int](../types/int.md) | Offset | 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) diff --git a/old_docs/API_docs_v75/methods/contacts_getContacts.md b/old_docs/API_docs_v75/methods/contacts_getContacts.md index fbe43f98..c8b53bc5 100644 --- a/old_docs/API_docs_v75/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v75/methods/contacts_getContacts.md @@ -13,7 +13,7 @@ Get all contacts | 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) diff --git a/old_docs/API_docs_v75/methods/contacts_getTopPeers.md b/old_docs/API_docs_v75/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v75/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v75/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v75/methods/messages_getAllStickers.md b/old_docs/API_docs_v75/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v75/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v75/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v75/methods/messages_getFavedStickers.md b/old_docs/API_docs_v75/methods/messages_getFavedStickers.md index ee2a1306..6bc1560c 100644 --- a/old_docs/API_docs_v75/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v75/methods/messages_getFavedStickers.md @@ -13,7 +13,7 @@ Get favorite stickers | 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) diff --git a/old_docs/API_docs_v75/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v75/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v75/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v75/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v75/methods/messages_getHistory.md b/old_docs/API_docs_v75/methods/messages_getHistory.md index 6e04f76a..d79f2694 100644 --- a/old_docs/API_docs_v75/methods/messages_getHistory.md +++ b/old_docs/API_docs_v75/methods/messages_getHistory.md @@ -20,7 +20,7 @@ Get previous messages of a group |limit|[int](../types/int.md) | Number of messages 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| -|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) diff --git a/old_docs/API_docs_v75/methods/messages_getMaskStickers.md b/old_docs/API_docs_v75/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v75/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v75/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v75/methods/messages_getRecentStickers.md b/old_docs/API_docs_v75/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v75/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v75/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v75/methods/messages_getSavedGifs.md b/old_docs/API_docs_v75/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v75/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v75/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v75/methods/messages_getWebPage.md b/old_docs/API_docs_v75/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v75/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v75/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v81/methods/channels_getParticipants.md b/old_docs/API_docs_v81/methods/channels_getParticipants.md index 22960861..25a752cb 100644 --- a/old_docs/API_docs_v81/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v81/methods/channels_getParticipants.md @@ -17,7 +17,7 @@ Get channel/supergroup participants (you should use `$MadelineProto->get_pwr_cha |filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Member filter | Yes| |offset|[int](../types/int.md) | Offset | 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) diff --git a/old_docs/API_docs_v81/methods/contacts_getContacts.md b/old_docs/API_docs_v81/methods/contacts_getContacts.md index fbe43f98..c8b53bc5 100644 --- a/old_docs/API_docs_v81/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v81/methods/contacts_getContacts.md @@ -13,7 +13,7 @@ Get all contacts | 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) diff --git a/old_docs/API_docs_v81/methods/contacts_getTopPeers.md b/old_docs/API_docs_v81/methods/contacts_getTopPeers.md index bad80fab..1cc9c756 100644 --- a/old_docs/API_docs_v81/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v81/methods/contacts_getTopPeers.md @@ -21,7 +21,7 @@ Get most used chats |channels|[Bool](../types/Bool.md) | Fetch channels and supergroups? | Optional| |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| -|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) diff --git a/old_docs/API_docs_v81/methods/messages_getAllStickers.md b/old_docs/API_docs_v81/methods/messages_getAllStickers.md index cd656df4..966af122 100644 --- a/old_docs/API_docs_v81/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v81/methods/messages_getAllStickers.md @@ -13,7 +13,7 @@ Get all stickerpacks | 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) diff --git a/old_docs/API_docs_v81/methods/messages_getFavedStickers.md b/old_docs/API_docs_v81/methods/messages_getFavedStickers.md index ee2a1306..6bc1560c 100644 --- a/old_docs/API_docs_v81/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v81/methods/messages_getFavedStickers.md @@ -13,7 +13,7 @@ Get favorite stickers | 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) diff --git a/old_docs/API_docs_v81/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v81/methods/messages_getFeaturedStickers.md index 0d35f459..a837377b 100644 --- a/old_docs/API_docs_v81/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v81/methods/messages_getFeaturedStickers.md @@ -13,7 +13,7 @@ Get featured stickers | 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) diff --git a/old_docs/API_docs_v81/methods/messages_getHistory.md b/old_docs/API_docs_v81/methods/messages_getHistory.md index 6e04f76a..d79f2694 100644 --- a/old_docs/API_docs_v81/methods/messages_getHistory.md +++ b/old_docs/API_docs_v81/methods/messages_getHistory.md @@ -20,7 +20,7 @@ Get previous messages of a group |limit|[int](../types/int.md) | Number of messages 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| -|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) diff --git a/old_docs/API_docs_v81/methods/messages_getMaskStickers.md b/old_docs/API_docs_v81/methods/messages_getMaskStickers.md index 88755bd4..55c4edea 100644 --- a/old_docs/API_docs_v81/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v81/methods/messages_getMaskStickers.md @@ -13,7 +13,7 @@ Get masks | 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) diff --git a/old_docs/API_docs_v81/methods/messages_getRecentLocations.md b/old_docs/API_docs_v81/methods/messages_getRecentLocations.md index 143a4d38..1d15bbb5 100644 --- a/old_docs/API_docs_v81/methods/messages_getRecentLocations.md +++ b/old_docs/API_docs_v81/methods/messages_getRecentLocations.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| |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) diff --git a/old_docs/API_docs_v81/methods/messages_getRecentStickers.md b/old_docs/API_docs_v81/methods/messages_getRecentStickers.md index f65ddb4e..d89272fd 100644 --- a/old_docs/API_docs_v81/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v81/methods/messages_getRecentStickers.md @@ -14,7 +14,7 @@ Get recent stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v81/methods/messages_getSavedGifs.md b/old_docs/API_docs_v81/methods/messages_getSavedGifs.md index 46686e3e..cafba4e1 100644 --- a/old_docs/API_docs_v81/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v81/methods/messages_getSavedGifs.md @@ -13,7 +13,7 @@ Get saved gifs | 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) diff --git a/old_docs/API_docs_v81/methods/messages_getStickers.md b/old_docs/API_docs_v81/methods/messages_getStickers.md index e10cb425..a9b73525 100644 --- a/old_docs/API_docs_v81/methods/messages_getStickers.md +++ b/old_docs/API_docs_v81/methods/messages_getStickers.md @@ -14,7 +14,7 @@ Get stickers | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v81/methods/messages_getWebPage.md b/old_docs/API_docs_v81/methods/messages_getWebPage.md index 8017e57b..fb7152af 100644 --- a/old_docs/API_docs_v81/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v81/methods/messages_getWebPage.md @@ -14,7 +14,7 @@ Get webpage preview | Name | Type | Description | Required | |----------|---------------|-------------|----------| |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) diff --git a/old_docs/API_docs_v81/methods/messages_search.md b/old_docs/API_docs_v81/methods/messages_search.md index 995fee82..8b6b87c9 100644 --- a/old_docs/API_docs_v81/methods/messages_search.md +++ b/old_docs/API_docs_v81/methods/messages_search.md @@ -24,7 +24,7 @@ Search peers or messages |limit|[int](../types/int.md) | Number of results 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| -|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) diff --git a/old_docs/API_docs_v81/methods/messages_searchStickerSets.md b/old_docs/API_docs_v81/methods/messages_searchStickerSets.md index da93ff3d..9f488e23 100644 --- a/old_docs/API_docs_v81/methods/messages_searchStickerSets.md +++ b/old_docs/API_docs_v81/methods/messages_searchStickerSets.md @@ -15,7 +15,7 @@ Find a sticker set |----------|---------------|-------------|----------| |exclude\_featured|[Bool](../types/Bool.md) | Exclude featured sticker sets from the search? | Optional| |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)