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

pub struct CreateChannel {
    pub broadcast: bool,
    pub megagroup: bool,
    pub title: string,
    pub about: string,
}

TL-derived from channels.createChannel

channels.createChannel#f4893d7f flags:# broadcast:flags.0?true megagroup:flags.1?true title:string about:string = Updates;

Fields

Trait Implementations

impl Debug for CreateChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for CreateChannel
[src]

[src]

[src]

impl Function for CreateChannel
[src]

impl BareSerialize for CreateChannel
[src]

Auto Trait Implementations

impl Send for CreateChannel

impl Sync for CreateChannel