userIsBot property
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;
Optional. Pass True to request a bot, pass False to request a regular user. If not specified, no additional restrictions are applied.
@JsonKey(name: 'user_is_bot')
bool? get userIsBot;