mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
106 lines
6.4 KiB
JSON
106 lines
6.4 KiB
JSON
|
|
{
|
||
|
|
"meta": {},
|
||
|
|
"group": {
|
||
|
|
"title": "Available methods",
|
||
|
|
"anchor": "available-methods"
|
||
|
|
},
|
||
|
|
"object": {
|
||
|
|
"anchor": "getchatgifts",
|
||
|
|
"name": "getChatGifts",
|
||
|
|
"description": "Returns the gifts owned by a chat. Returns OwnedGifts on success.",
|
||
|
|
"html_description": "<p>Returns the gifts owned by a chat. Returns <a href=\"#ownedgifts\">OwnedGifts</a> on success.</p>",
|
||
|
|
"rst_description": "Returns the gifts owned by a chat. Returns :class:`aiogram.types.owned_gifts.OwnedGifts` on success.",
|
||
|
|
"annotations": [
|
||
|
|
{
|
||
|
|
"type": "Integer or String",
|
||
|
|
"required": true,
|
||
|
|
"description": "Unique identifier for the target chat or username of the target channel (in the format @channelusername)",
|
||
|
|
"html_description": "<td>Unique identifier for the target chat or username of the target channel (in the format <code>@channelusername</code>)</td>",
|
||
|
|
"rst_description": "Unique identifier for the target chat or username of the target channel (in the format :code:`@channelusername`)\n",
|
||
|
|
"name": "chat_id"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude gifts that aren't saved to the chat's profile page. Always True, unless the bot has the can_post_messages administrator right in the channel.",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude gifts that aren't saved to the chat's profile page. Always <em>True</em>, unless the bot has the <em>can_post_messages</em> administrator right in the channel.</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude gifts that aren't saved to the chat's profile page. Always :code:`True`, unless the bot has the *can_post_messages* administrator right in the channel.\n",
|
||
|
|
"name": "exclude_unsaved"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude gifts that are saved to the chat's profile page. Always False, unless the bot has the can_post_messages administrator right in the channel.",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude gifts that are saved to the chat's profile page. Always <em>False</em>, unless the bot has the <em>can_post_messages</em> administrator right in the channel.</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude gifts that are saved to the chat's profile page. Always :code:`False`, unless the bot has the *can_post_messages* administrator right in the channel.\n",
|
||
|
|
"name": "exclude_saved"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude gifts that can be purchased an unlimited number of times",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude gifts that can be purchased an unlimited number of times</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude gifts that can be purchased an unlimited number of times\n",
|
||
|
|
"name": "exclude_unlimited"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude gifts that can be purchased a limited number of times and can be upgraded to unique",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude gifts that can be purchased a limited number of times and can be upgraded to unique</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude gifts that can be purchased a limited number of times and can be upgraded to unique\n",
|
||
|
|
"name": "exclude_limited_upgradable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude gifts that can be purchased a limited number of times and can't be upgraded to unique",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude gifts that can be purchased a limited number of times and can't be upgraded to unique</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude gifts that can be purchased a limited number of times and can't be upgraded to unique\n",
|
||
|
|
"name": "exclude_limited_non_upgradable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude gifts that were assigned from the TON blockchain and can't be resold or transferred in Telegram",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude gifts that were assigned from the TON blockchain and can't be resold or transferred in Telegram</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude gifts that were assigned from the TON blockchain and can't be resold or transferred in Telegram\n",
|
||
|
|
"name": "exclude_from_blockchain"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to exclude unique gifts",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to exclude unique gifts</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to exclude unique gifts\n",
|
||
|
|
"name": "exclude_unique"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Boolean",
|
||
|
|
"required": false,
|
||
|
|
"description": "Pass True to sort results by gift price instead of send date. Sorting is applied before pagination.",
|
||
|
|
"html_description": "<td>Pass <em>True</em> to sort results by gift price instead of send date. Sorting is applied before pagination.</td>",
|
||
|
|
"rst_description": "Pass :code:`True` to sort results by gift price instead of send date. Sorting is applied before pagination.\n",
|
||
|
|
"name": "sort_by_price"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "String",
|
||
|
|
"required": false,
|
||
|
|
"description": "Offset of the first entry to return as received from the previous request; use an empty string to get the first chunk of results",
|
||
|
|
"html_description": "<td>Offset of the first entry to return as received from the previous request; use an empty string to get the first chunk of results</td>",
|
||
|
|
"rst_description": "Offset of the first entry to return as received from the previous request; use an empty string to get the first chunk of results\n",
|
||
|
|
"name": "offset"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Integer",
|
||
|
|
"required": false,
|
||
|
|
"description": "The maximum number of gifts to be returned; 1-100. Defaults to 100",
|
||
|
|
"html_description": "<td>The maximum number of gifts to be returned; 1-100. Defaults to 100</td>",
|
||
|
|
"rst_description": "The maximum number of gifts to be returned; 1-100. Defaults to 100\n",
|
||
|
|
"name": "limit"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"category": "methods"
|
||
|
|
}
|
||
|
|
}
|