pub struct LinkPreviewTypeLiveStory {
pub story_poster_chat_id: i64,
pub story_id: i32,
}Expand description
The link is a link to a live story group call
Fields§
§story_poster_chat_id: i64The identifier of the chat that posted the story
story_id: i32Story identifier
Trait Implementations§
Source§impl Clone for LinkPreviewTypeLiveStory
impl Clone for LinkPreviewTypeLiveStory
Source§fn clone(&self) -> LinkPreviewTypeLiveStory
fn clone(&self) -> LinkPreviewTypeLiveStory
Returns a duplicate 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 LinkPreviewTypeLiveStory
impl Debug for LinkPreviewTypeLiveStory
Source§impl Default for LinkPreviewTypeLiveStory
impl Default for LinkPreviewTypeLiveStory
Source§fn default() -> LinkPreviewTypeLiveStory
fn default() -> LinkPreviewTypeLiveStory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeLiveStory
impl<'de> Deserialize<'de> for LinkPreviewTypeLiveStory
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 LinkPreviewTypeLiveStory
impl PartialEq for LinkPreviewTypeLiveStory
Source§impl Serialize for LinkPreviewTypeLiveStory
impl Serialize for LinkPreviewTypeLiveStory
impl StructuralPartialEq for LinkPreviewTypeLiveStory
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeLiveStory
impl RefUnwindSafe for LinkPreviewTypeLiveStory
impl Send for LinkPreviewTypeLiveStory
impl Sync for LinkPreviewTypeLiveStory
impl Unpin for LinkPreviewTypeLiveStory
impl UnsafeUnpin for LinkPreviewTypeLiveStory
impl UnwindSafe for LinkPreviewTypeLiveStory
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