Struct tg_flows::MessagePinned
source · pub struct MessagePinned {
pub pinned: Box<Message>,
}Fields§
§pinned: Box<Message>Specified message was pinned. Note that the Message object in this
field will not contain further reply_to_message fields even if it
is itself a reply.
Trait Implementations§
source§impl Clone for MessagePinned
impl Clone for MessagePinned
source§fn clone(&self) -> MessagePinned
fn clone(&self) -> MessagePinned
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 MessagePinned
impl Debug for MessagePinned
source§impl<'de> Deserialize<'de> for MessagePinned
impl<'de> Deserialize<'de> for MessagePinned
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<MessagePinned> for MessagePinned
impl PartialEq<MessagePinned> for MessagePinned
source§fn eq(&self, other: &MessagePinned) -> bool
fn eq(&self, other: &MessagePinned) -> bool
This method tests for
self and other values to be equal, and is used
by ==.