isBot property
bool?
get
isBot
True, if this user is a bot. Returns in the receiver field only.
Implementation
bool? get isBot => _webAppUser.is_bot;
True, if this user is a bot. Returns in the receiver field only.
bool? get isBot => _webAppUser.is_bot;