pub async fn get_chat_boost_status(
chat_id: i64,
client_id: i32,
) -> Result<ChatBoostStatus, Error>
Expand description
Returns the current boost status for a supergroup or a channel chat
ยงArguments
chat_id
- Identifier of the chatclient_id
- The client id to send the request to