Struct rust_tdlib::types::AddChatMembers  
source · [−]pub struct AddChatMembers { /* private fields */ }Expand description
Adds multiple new members to a chat. Currently, this method is only available for supergroups and channels. This method can’t be used to join a chat. Members can’t be added to a channel if it has more than 200 members
Implementations
Trait Implementations
sourceimpl AsRef<AddChatMembers> for AddChatMembers
 
impl AsRef<AddChatMembers> for AddChatMembers
sourcefn as_ref(&self) -> &AddChatMembers
 
fn as_ref(&self) -> &AddChatMembers
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for AddChatMembers
 
impl Clone for AddChatMembers
sourcefn clone(&self) -> AddChatMembers
 
fn clone(&self) -> AddChatMembers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AddChatMembers
 
impl Debug for AddChatMembers
sourceimpl Default for AddChatMembers
 
impl Default for AddChatMembers
sourcefn default() -> AddChatMembers
 
fn default() -> AddChatMembers
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AddChatMembers
 
impl<'de> Deserialize<'de> for AddChatMembers
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for AddChatMembers
 
impl Serialize for AddChatMembers
Auto Trait Implementations
impl RefUnwindSafe for AddChatMembers
impl Send for AddChatMembers
impl Sync for AddChatMembers
impl Unpin for AddChatMembers
impl UnwindSafe for AddChatMembers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more