[−][src]Struct telegram_bot_raw::types::message::VideoNote
This object represents a video message (available in Telegram apps as of v.4.0).
Fields
file_id: String
Unique identifier for this file.
length: Integer
duration: Integer
Duration of the video in seconds as defined by sender.
thumb: Option<PhotoSize>
Video thumbnail.
file_size: Option<Integer>
File size.
Trait Implementations
impl Clone for VideoNote
[src][+]
impl Debug for VideoNote
[src][+]
impl<'de> Deserialize<'de> for VideoNote
[src][+]
impl PartialEq<VideoNote> for VideoNote
[src][+]
impl PartialOrd<VideoNote> for VideoNote
[src][+]
impl StructuralPartialEq for VideoNote
[src]
impl ToFileRef for VideoNote
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for VideoNote
[src]
impl Send for VideoNote
[src]
impl Sync for VideoNote
[src]
impl Unpin for VideoNote
[src]
impl UnwindSafe for VideoNote
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<F> CanGetFile for F where
F: ToFileRef,
[src][+]
F: ToFileRef,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,