menu
dart_telegram_bot package
documentation
telegram_entities.dart
ChatAction
forValue static method
forValue static method
dark_mode
light_mode
forValue
static method
ChatAction
forValue
(
String
value
)
Get the object from string
Implementation
static ChatAction forValue(String value) => ChatAction.values[value]!;
dart_telegram_bot package
documentation
telegram_entities
ChatAction
forValue static method
ChatAction class