Struct ricq_core::command::profile_service::SelfInvited
source · pub struct SelfInvited {
pub msg_seq: i64,
pub msg_time: i64,
pub invitor_uin: i64,
pub invitor_nick: String,
pub group_code: i64,
pub group_name: String,
pub actor_uin: i64,
pub actor_nick: String,
}
Fields§
§msg_seq: i64
§msg_time: i64
§invitor_uin: i64
§invitor_nick: String
§group_code: i64
§group_name: String
§actor_uin: i64
§actor_nick: String
Trait Implementations§
source§impl Clone for SelfInvited
impl Clone for SelfInvited
source§fn clone(&self) -> SelfInvited
fn clone(&self) -> SelfInvited
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 SelfInvited
impl Debug for SelfInvited
source§impl Default for SelfInvited
impl Default for SelfInvited
source§fn default() -> SelfInvited
fn default() -> SelfInvited
Returns the “default value” for a type. Read more