toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'guild_id': guildId,
    'channel_id': channelId,
    'last_pin_timestamp': lastPinTimestamp,
  };
}