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

pub struct Audio {
    pub audio_id: long,
    pub caption: Box<RichText>,
}

TL-derived from pageBlockAudio

pageBlockAudio#31b81a7f audio_id:long caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Audio
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Audio
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Audio
[src]

impl BareDeserialize for Audio
[src]

impl IntoBoxed for Audio
[src]

Auto Trait Implementations

impl Send for Audio

impl Sync for Audio