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