menu
televerse package
documentation
televerse.dart
BotError<CTX extends Context>
userId property
userId property
dark_mode
light_mode
userId
property
int
?
get
userId
Gets the user ID if available.
Implementation
int? get userId => ctx?.from?.id;
televerse package
documentation
televerse
BotError<CTX extends Context>
userId property
BotError class