pub async fn get_user_chat_boosts(
chat_id: i64,
user_id: i64,
client_id: i32,
) -> Result<FoundChatBoosts, Error>Expand description
Returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only
ยงArguments
chat_id- Identifier of the chatuser_id- Identifier of the userclient_id- The client id to send the request to