pub async fn get_message_statistics(
chat_id: i64,
message_id: i64,
is_dark: bool,
client_id: i32,
) -> Result<MessageStatistics, Error>Expand description
Returns detailed statistics about a message. Can be used only if message.can_get_statistics == true
ยงArguments
chat_id- Chat identifiermessage_id- Message identifieris_dark- Pass true if a dark theme is used by the applicationclient_id- The client id to send the request to