Struct clacks_mtproto::mtproto::rpc::channels::EditAdmin [] [src]

pub struct EditAdmin {
    pub channel: InputChannel,
    pub user_id: InputUser,
    pub admin_rights: ChannelAdminRights,
}

TL-derived from channels.editAdmin

channels.editAdmin#20b88214 channel:InputChannel user_id:InputUser admin_rights:ChannelAdminRights = Updates;

Fields

Trait Implementations

impl Debug for EditAdmin
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EditAdmin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EditAdmin
[src]

[src]

[src]

impl Function for EditAdmin
[src]

impl BareSerialize for EditAdmin
[src]

Auto Trait Implementations

impl Send for EditAdmin

impl Sync for EditAdmin