Struct telegram_bot2::models::VideoChatEnded
source · pub struct VideoChatEnded {
pub duration: i64,
}Expand description
This object represents a service message about a video chat ended in the chat.
Fields§
§duration: i64Video chat duration in seconds
Trait Implementations§
source§impl Clone for VideoChatEnded
impl Clone for VideoChatEnded
source§fn clone(&self) -> VideoChatEnded
fn clone(&self) -> VideoChatEnded
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VideoChatEnded
impl Debug for VideoChatEnded
source§impl<'de> Deserialize<'de> for VideoChatEnded
impl<'de> Deserialize<'de> for VideoChatEnded
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more