pub struct GetChatPinnedMessage {
pub chat_id: i64,
}
Expand description
Returns information about a pinned chat message
Fields§
§chat_id: i64
Identifier of the chat the message belongs to
Trait Implementations§
Source§impl Clone for GetChatPinnedMessage
impl Clone for GetChatPinnedMessage
Source§fn clone(&self) -> GetChatPinnedMessage
fn clone(&self) -> GetChatPinnedMessage
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 GetChatPinnedMessage
impl Debug for GetChatPinnedMessage
Source§impl<'de> Deserialize<'de> for GetChatPinnedMessage
impl<'de> Deserialize<'de> for GetChatPinnedMessage
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 Method for GetChatPinnedMessage
impl Method for GetChatPinnedMessage
Auto Trait Implementations§
impl Freeze for GetChatPinnedMessage
impl RefUnwindSafe for GetChatPinnedMessage
impl Send for GetChatPinnedMessage
impl Sync for GetChatPinnedMessage
impl Unpin for GetChatPinnedMessage
impl UnwindSafe for GetChatPinnedMessage
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