userIsBot property

  1. @JsonKey(name: 'user_is_bot')
bool? get userIsBot
inherited

Optional. Pass True to request a bot, pass False to request a regular user. If not specified, no additional restrictions are applied.

Implementation

@JsonKey(name: 'user_is_bot')
bool? get userIsBot;