bot property

  1. @JsonKey.new(includeIfNull: true)
ApplicationBotResponse? bot
final

The bot user associated with the application

Implementation

@JsonKey(includeIfNull: true)
final ApplicationBotResponse? bot;