menu
dart_telegram_bot package
documentation
telegram_entities.dart
BotCommandScopeDefault
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Creates a json from the object
Implementation
Map toJson() { return { 'type': type, }; }
dart_telegram_bot package
documentation
telegram_entities
BotCommandScopeDefault
toJson method
BotCommandScopeDefault class