Module message

Module message 

Source

Re-exports§

pub use self::create_message::CreateMessage;
pub use self::update_message::UpdateMessage;

Modules§

create_message
update_message

Structs§

CrosspostMessage
Crosspost a message by [Id<ChannelMarker>] and [Id<MessageMarker>].
DeleteMessage
Delete a message by [Id<ChannelMarker>] and [Id<MessageMarker>].
DeleteMessages
Delete messages by [Id<ChannelMarker>] and a list of [Id<MessageMarker>]s.
GetChannelMessages
Get channel messages, by [Id<ChannelMarker>].
GetChannelMessagesConfigured
This struct is returned when one of after, around, or before is specified in GetChannelMessages.
GetMessage
Get a message by [Id<ChannelMarker>] and [Id<MessageMarker>].