Struct clacks_mtproto::mtproto::channel_participant::Admin [] [src]

pub struct Admin {
    pub can_edit: bool,
    pub user_id: int,
    pub inviter_id: int,
    pub promoted_by: int,
    pub date: int,
    pub admin_rights: ChannelAdminRights,
}

TL-derived from channelParticipantAdmin

channelParticipantAdmin#a82fa898 flags:# can_edit:flags.0?true user_id:int inviter_id:int promoted_by:int date:int admin_rights:ChannelAdminRights = ChannelParticipant;

Fields

Trait Implementations

impl Debug for Admin
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Admin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Admin
[src]

impl BareDeserialize for Admin
[src]

impl IntoBoxed for Admin
[src]

Auto Trait Implementations

impl Send for Admin

impl Sync for Admin