Struct telbot_types::message::VoiceChatEnded [−][src]
pub struct VoiceChatEnded {
pub duration: u32,
}Expand description
This object represents a service message about a voice chat ended in the chat.
Fields
duration: u32Voice chat duration; in seconds
Trait Implementations
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