Function get_user_chat_boosts

Source
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 chat
  • user_id - Identifier of the user
  • client_id - The client id to send the request to