bot property

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

The bot user associated with the application

Implementation

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