Struct telbot_types::chat::GetChatMemberCount [−][src]
pub struct GetChatMemberCount {
pub chat_id: ChatId,
}Expand description
Use this method to get the number of members in a chat. Returns Int on success.
Fields
chat_id: ChatIdUnique identifier for the target group or username of the target supergroup or channel (in the format @channelusername)