pub struct GetMessageViewers { /* private fields */ }
Expand description
Returns viewers of a recent outgoing message in a basic group or a supergroup chat. For video notes and voice notes only users, opened content of the message, are returned. The method can be called if message.can_get_viewers == true
Implementations§
Trait Implementations§
Source§impl AsRef<GetMessageViewers> for GetMessageViewers
impl AsRef<GetMessageViewers> for GetMessageViewers
Source§fn as_ref(&self) -> &GetMessageViewers
fn as_ref(&self) -> &GetMessageViewers
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetMessageViewers
impl Clone for GetMessageViewers
Source§fn clone(&self) -> GetMessageViewers
fn clone(&self) -> GetMessageViewers
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 GetMessageViewers
impl Debug for GetMessageViewers
Source§impl Default for GetMessageViewers
impl Default for GetMessageViewers
Source§fn default() -> GetMessageViewers
fn default() -> GetMessageViewers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMessageViewers
impl<'de> Deserialize<'de> for GetMessageViewers
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
Auto Trait Implementations§
impl Freeze for GetMessageViewers
impl RefUnwindSafe for GetMessageViewers
impl Send for GetMessageViewers
impl Sync for GetMessageViewers
impl Unpin for GetMessageViewers
impl UnwindSafe for GetMessageViewers
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