Struct tbot::methods::GetChatMemberCount
source · pub struct GetChatMemberCount<'a> { /* private fields */ }
Expand description
Gets a chat’s member count.
Reflects the getChatMembersCount
method.
Implementations§
source§impl GetChatMemberCount<'_>
impl GetChatMemberCount<'_>
sourcepub async fn call(self) -> Result<u32, MethodCall>
pub async fn call(self) -> Result<u32, MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for GetChatMemberCount<'a>
impl<'a> Clone for GetChatMemberCount<'a>
source§fn clone(&self) -> GetChatMemberCount<'a>
fn clone(&self) -> GetChatMemberCount<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more