pub async fn boost_chat(
chat_id: i64,
slot_ids: Vec<i32>,
client_id: i32,
) -> Result<ChatBoostSlots, Error>
Expand description
Boosts a chat and returns the list of available chat boost slots for the current user after the boost
ยงArguments
chat_id
- Identifier of the chatslot_ids
- Identifiers of boost slots of the current user from which to apply boosts to the chatclient_id
- The client id to send the request to