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;