pub struct VideoChatEnded {
pub duration: i32,
}Expand description
This object represents a service message about a video chat ended in the chat.
Fields§
§duration: i32Video chat duration in seconds
Trait Implementations§
Source§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
Source§impl PartialEq for VideoChatEnded
impl PartialEq for VideoChatEnded
Source§impl Serialize for VideoChatEnded
impl Serialize for VideoChatEnded
impl StructuralPartialEq for VideoChatEnded
Auto Trait Implementations§
impl Freeze for VideoChatEnded
impl RefUnwindSafe for VideoChatEnded
impl Send for VideoChatEnded
impl Sync for VideoChatEnded
impl Unpin for VideoChatEnded
impl UnwindSafe for VideoChatEnded
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more