pub struct InputGroupCallMessage {
pub chat_id: i64,
pub message_id: i64,
}Expand description
The group call is accessible through a message of the type messageGroupCall
Fields§
§chat_id: i64Identifier of the chat with the message
message_id: i64Identifier of the message of the type messageGroupCall
Trait Implementations§
Source§impl Clone for InputGroupCallMessage
impl Clone for InputGroupCallMessage
Source§fn clone(&self) -> InputGroupCallMessage
fn clone(&self) -> InputGroupCallMessage
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 InputGroupCallMessage
impl Debug for InputGroupCallMessage
Source§impl Default for InputGroupCallMessage
impl Default for InputGroupCallMessage
Source§fn default() -> InputGroupCallMessage
fn default() -> InputGroupCallMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputGroupCallMessage
impl<'de> Deserialize<'de> for InputGroupCallMessage
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 for InputGroupCallMessage
impl PartialEq for InputGroupCallMessage
Source§impl Serialize for InputGroupCallMessage
impl Serialize for InputGroupCallMessage
impl StructuralPartialEq for InputGroupCallMessage
Auto Trait Implementations§
impl Freeze for InputGroupCallMessage
impl RefUnwindSafe for InputGroupCallMessage
impl Send for InputGroupCallMessage
impl Sync for InputGroupCallMessage
impl Unpin for InputGroupCallMessage
impl UnsafeUnpin for InputGroupCallMessage
impl UnwindSafe for InputGroupCallMessage
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