grom/message/message_reference
Types
pub type MessageReference {
MessageReference(
type_: Type,
message_id: option.Option(String),
channel_id: option.Option(String),
guild_id: option.Option(String),
fail_if_not_exists: option.Option(Bool),
)
}
Constructors
-
MessageReference( type_: Type, message_id: option.Option(String), channel_id: option.Option(String), guild_id: option.Option(String), fail_if_not_exists: option.Option(Bool), )