menu
dart_telegram_bot package
documentation
telegram_entities.dart
HttpFile
HttpFile.fromBytes constructor
HttpFile.fromBytes constructor
dark_mode
light_mode
HttpFile.fromBytes
constructor
HttpFile.fromBytes
(
String
name
,
Uint8List
bytes
)
Implementation
HttpFile.fromBytes(String name, Uint8List bytes) { _name = name; _bytes = bytes; }
dart_telegram_bot package
documentation
telegram_entities
HttpFile
HttpFile.fromBytes constructor
HttpFile class