Re-exports§
pub use self::create_message::CreateMessage;
pub use self::update_message::UpdateMessage;
Modules§
Structs§
- Crosspost
Message - Crosspost a message by
Id<ChannelMarker>
andId<MessageMarker>
. - Delete
Message - Delete a message by
Id<ChannelMarker>
andId<MessageMarker>
. - Delete
Messages - Delete messages by
Id<ChannelMarker>
and a list ofId<MessageMarker>
s. - GetChannel
Messages - Get channel messages, by
Id<ChannelMarker>
. - GetChannel
Messages Configured - This struct is returned when one of
after
,around
, orbefore
is specified inGetChannelMessages
. - GetMessage
- Get a message by
Id<ChannelMarker>
andId<MessageMarker>
.