Struct clacks_mtproto::mtproto::update::ChannelWebPage [] [src]

pub struct ChannelWebPage {
    pub channel_id: int,
    pub webpage: WebPage,
    pub pts: int,
    pub pts_count: int,
}

TL-derived from updateChannelWebPage

updateChannelWebPage#40771900 channel_id:int webpage:WebPage pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for ChannelWebPage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelWebPage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelWebPage
[src]

impl BareDeserialize for ChannelWebPage
[src]

impl IntoBoxed for ChannelWebPage
[src]

[src]

Auto Trait Implementations