{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "getuserchatboosts", "name": "getUserChatBoosts", "description": "Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object.", "html_description": "

Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object.

", "rst_description": "Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a :class:`aiogram.types.user_chat_boosts.UserChatBoosts` object.", "annotations": [ { "type": "Integer or String", "required": true, "description": "Unique identifier for the chat or username of the channel (in the format @channelusername)", "html_description": "Unique identifier for the chat or username of the channel (in the format @channelusername)", "rst_description": "Unique identifier for the chat or username of the channel (in the format :code:`@channelusername`)\n", "name": "chat_id" }, { "type": "Integer", "required": true, "description": "Unique identifier of the target user", "html_description": "Unique identifier of the target user", "rst_description": "Unique identifier of the target user\n", "name": "user_id" } ], "category": "methods" } }