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