Struct clacks_mtproto::mtproto::page_block::Video [] [src]

pub struct Video {
    pub autoplay: bool,
    pub loop_: bool,
    pub video_id: long,
    pub caption: Box<RichText>,
}

TL-derived from pageBlockVideo

pageBlockVideo#d9d71866 flags:# autoplay:flags.0?true loop:flags.1?true video_id:long caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Video
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Video
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Video
[src]

impl BareDeserialize for Video
[src]

impl IntoBoxed for Video
[src]

Auto Trait Implementations

impl Send for Video

impl Sync for Video