toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'guild_id': guildId,
    'channel_id': channelId,
    'self_mute': selfMute,
    'self_deaf': selfDeaf,
  };
}