Struct discord::model::ReadState [] [src]

pub struct ReadState {
    pub id: ChannelId,
    pub last_message_id: Option<MessageId>,
    pub mention_count: u64,
}

Summary of messages since last login

Fields

Id of the relevant channel

Last seen message in this channel

Mentions since that message in this channel

Trait Implementations

impl Debug for ReadState
[src]

Formats the value using the given formatter.

impl Clone for ReadState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more