menu
lib_discord package
documentation
entities.dart
MessageDeleteEvent
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Implementation
Map toJson() { return { 'id': id, 'channel_id': channelId, 'guild_id': guildId, }; }
lib_discord package
documentation
entities
MessageDeleteEvent
toJson method
MessageDeleteEvent class