Enum matrix_bot_api::MessageType[][src]

pub enum MessageType {
    RoomNotice,
    TextMessage,
}

How messages from the bot should be formated. This is up to the client, but usually RoomNotice's have a different color than TextMessage's.

Variants

Auto Trait Implementations

impl Send for MessageType

impl Sync for MessageType