toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'message_id': messageId,
    'channel_id': channelId,
    'guild_id': guildId,
    'fail_if_not_exists': failIfNotExists,
  };
}