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