pub struct InternalLinkTypeLiveStory {
pub story_poster_username: String,
}Expand description
The link is a link to a live story. Call searchPublicChat with the given chat username, then getChatActiveStories to get active stories in the chat, then find a live story among active stories of the chat, and then joinLiveStory to join the live story
Fields§
§story_poster_username: StringUsername of the poster of the story
Trait Implementations§
Source§impl Clone for InternalLinkTypeLiveStory
impl Clone for InternalLinkTypeLiveStory
Source§fn clone(&self) -> InternalLinkTypeLiveStory
fn clone(&self) -> InternalLinkTypeLiveStory
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 InternalLinkTypeLiveStory
impl Debug for InternalLinkTypeLiveStory
Source§impl Default for InternalLinkTypeLiveStory
impl Default for InternalLinkTypeLiveStory
Source§fn default() -> InternalLinkTypeLiveStory
fn default() -> InternalLinkTypeLiveStory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeLiveStory
impl<'de> Deserialize<'de> for InternalLinkTypeLiveStory
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
impl StructuralPartialEq for InternalLinkTypeLiveStory
Auto Trait Implementations§
impl Freeze for InternalLinkTypeLiveStory
impl RefUnwindSafe for InternalLinkTypeLiveStory
impl Send for InternalLinkTypeLiveStory
impl Sync for InternalLinkTypeLiveStory
impl Unpin for InternalLinkTypeLiveStory
impl UnsafeUnpin for InternalLinkTypeLiveStory
impl UnwindSafe for InternalLinkTypeLiveStory
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