pub struct CloseSecretChat {
pub secret_chat_id: i32,
}
Expand description
Closes a secret chat, effectively transfering its state to secretChatStateClosed
Fields§
§secret_chat_id: i32
Secret chat identifier
Trait Implementations§
Source§impl Clone for CloseSecretChat
impl Clone for CloseSecretChat
Source§fn clone(&self) -> CloseSecretChat
fn clone(&self) -> CloseSecretChat
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 CloseSecretChat
impl Debug for CloseSecretChat
Source§impl<'de> Deserialize<'de> for CloseSecretChat
impl<'de> Deserialize<'de> for CloseSecretChat
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 CloseSecretChat
impl Method for CloseSecretChat
Auto Trait Implementations§
impl Freeze for CloseSecretChat
impl RefUnwindSafe for CloseSecretChat
impl Send for CloseSecretChat
impl Sync for CloseSecretChat
impl Unpin for CloseSecretChat
impl UnwindSafe for CloseSecretChat
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