Struct ricq_core::jce::PushMessageInfo
source · pub struct PushMessageInfo {Show 16 fields
pub from_uin: i64,
pub msg_time: i64,
pub msg_type: i16,
pub msg_seq: i16,
pub msg: String,
pub real_msg_time: i32,
pub v_msg: Bytes,
pub app_share_id: i64,
pub msg_cookies: Bytes,
pub app_share_cookie: Bytes,
pub msg_uid: i64,
pub last_change_time: i64,
pub from_inst_id: i64,
pub remark_of_sender: Bytes,
pub from_mobile: String,
pub from_name: String,
}
Fields§
§from_uin: i64
§msg_time: i64
§msg_type: i16
§msg_seq: i16
§msg: String
§real_msg_time: i32
§v_msg: Bytes
§msg_uid: i64
§last_change_time: i64
§from_inst_id: i64
§remark_of_sender: Bytes
§from_mobile: String
§from_name: String
Trait Implementations§
source§impl Clone for PushMessageInfo
impl Clone for PushMessageInfo
source§fn clone(&self) -> PushMessageInfo
fn clone(&self) -> PushMessageInfo
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 PushMessageInfo
impl Debug for PushMessageInfo
source§impl Default for PushMessageInfo
impl Default for PushMessageInfo
source§fn default() -> PushMessageInfo
fn default() -> PushMessageInfo
Returns the “default value” for a type. Read more