pub struct Message {
pub uin: u32,
pub command: u16,
pub body: Bytes,
pub encryption_method: EncryptionMethod,
}
Fields§
§uin: u32
§command: u16
§body: Bytes
§encryption_method: EncryptionMethod
pub struct Message {
pub uin: u32,
pub command: u16,
pub body: Bytes,
pub encryption_method: EncryptionMethod,
}
uin: u32
§command: u16
§body: Bytes
§encryption_method: EncryptionMethod