pub struct InviteToChannel {
pub channel: InputChannel,
pub users: Vec<InputUser>,
}Expand description
Generated from:
channels.inviteToChannel#c9e33d54 channel:InputChannel users:Vector<InputUser> = messages.InvitedUsersFields§
§channel: InputChannel§users: Vec<InputUser>Trait Implementations§
Source§impl Clone for InviteToChannel
impl Clone for InviteToChannel
Source§fn clone(&self) -> InviteToChannel
fn clone(&self) -> InviteToChannel
Returns a duplicate 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 moreSource§impl Debug for InviteToChannel
impl Debug for InviteToChannel
Source§impl Identifiable for InviteToChannel
impl Identifiable for InviteToChannel
Source§const CONSTRUCTOR_ID: u32 = 0xc9e33d54
const CONSTRUCTOR_ID: u32 = 0xc9e33d54
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InviteToChannel
impl PartialEq for InviteToChannel
Source§impl RemoteCall for InviteToChannel
impl RemoteCall for InviteToChannel
Source§type Return = InvitedUsers
type Return = InvitedUsers
The deserialized response type.
Source§impl Serializable for InviteToChannel
impl Serializable for InviteToChannel
impl StructuralPartialEq for InviteToChannel
Auto Trait Implementations§
impl Freeze for InviteToChannel
impl RefUnwindSafe for InviteToChannel
impl Send for InviteToChannel
impl Sync for InviteToChannel
impl Unpin for InviteToChannel
impl UnsafeUnpin for InviteToChannel
impl UnwindSafe for InviteToChannel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more