botRequireCodeGrant property

  1. @JsonKey.new(name: 'bot_require_code_grant')
bool botRequireCodeGrant
final

Whether an OAuth2 code grant is required for this bot

Implementation

@JsonKey(name: 'bot_require_code_grant')
final bool botRequireCodeGrant;