pub struct Anonymous {
pub anon_id: Vec<u8>,
pub nick: String,
pub portrait_index: i32,
pub bubble_index: i32,
pub expire_time: i32,
pub color: String,
}
Fields§
§anon_id: Vec<u8>
§nick: String
§portrait_index: i32
§bubble_index: i32
§expire_time: i32
§color: String
Trait Implementations§
source§impl From<Anonymous> for MessageElem
impl From<Anonymous> for MessageElem
source§impl From<AnonymousGroupMessage> for Anonymous
impl From<AnonymousGroupMessage> for Anonymous
source§fn from(e: AnonymousGroupMessage) -> Self
fn from(e: AnonymousGroupMessage) -> Self
Converts to this type from the input type.