bot property

  1. @JsonKey.new(includeIfNull: false)
bool? bot
final

Whether the user is a bot account

Implementation

@JsonKey(includeIfNull: false)
final bool? bot;