Struct clacks::mtproto::channelAdminRights [] [src]

pub struct channelAdminRights {
    pub change_info: bool,
    pub post_messages: bool,
    pub edit_messages: bool,
    pub delete_messages: bool,
    pub ban_users: bool,
    pub invite_users: bool,
    pub invite_link: bool,
    pub pin_messages: bool,
    pub add_admins: bool,
}

Fields

Trait Implementations

impl Debug for channelAdminRights
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelAdminRights
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelAdminRights
[src]

[src]

impl BareDeserialize for channelAdminRights
[src]

[src]

impl IntoBoxed for channelAdminRights
[src]

Auto Trait Implementations