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

pub struct Embed {
    pub full_width: bool,
    pub allow_scrolling: bool,
    pub url: Option<string>,
    pub html: Option<string>,
    pub poster_photo_id: Option<long>,
    pub w: int,
    pub h: int,
    pub caption: Box<RichText>,
}

TL-derived from pageBlockEmbed

pageBlockEmbed#cde200d1 flags:# full_width:flags.0?true allow_scrolling:flags.3?true url:flags.1?string html:flags.2?string poster_photo_id:flags.4?long w:int h:int caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Embed
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Embed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Embed
[src]

impl BareDeserialize for Embed
[src]

impl IntoBoxed for Embed
[src]

Auto Trait Implementations

impl Send for Embed

impl Sync for Embed