botRequireCodeGrant property

  1. @JsonKey.new(includeIfNull: false, name: 'bot_require_code_grant')
bool? botRequireCodeGrant
final

Whether the bot requires OAuth2 code grant

Implementation

@JsonKey(includeIfNull: false, name: 'bot_require_code_grant')
final bool? botRequireCodeGrant;