menu
telegram_bot_crashlytics package
documentation
dart_telegram_bot/src/entities/internal/bot.dart
Bot
id property
id property
dark_mode
light_mode
id
property
int
?
get
id
Returns current bot id, may be null if
onReady
has not been called already
Implementation
int? get id => _id;
telegram_bot_crashlytics package
documentation
dart_telegram_bot/src/entities/internal/bot
Bot
id property
Bot class