Struct tdlib::types::GroupCallId
source · pub struct GroupCallId {
pub id: i32,
}
Expand description
Contains the group call identifier
Fields§
§id: i32
Group call identifier
Trait Implementations§
source§impl Clone for GroupCallId
impl Clone for GroupCallId
source§fn clone(&self) -> GroupCallId
fn clone(&self) -> GroupCallId
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 GroupCallId
impl Debug for GroupCallId
source§impl Default for GroupCallId
impl Default for GroupCallId
source§fn default() -> GroupCallId
fn default() -> GroupCallId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GroupCallId
impl<'de> Deserialize<'de> for GroupCallId
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