Alchemy.MessageReference (alchemy v0.7.0)

Represents a reply to a discord message.

To reply with the bot to a message use it as following:

Examples

m = %Alchemy.MessageReference{
   # ID of the message you would like to reply to
   message_id: message_id,
   guild_id: guild_id
}
Client.send_message(channel_id, "Reply", message_reference: m)