allowedMentions property
- @JsonKey.new(includeIfNull: false, name: 'allowed_mentions')
final
Controls which mentions trigger notifications
Implementation
@JsonKey(includeIfNull: false, name: 'allowed_mentions')
final AllowedMentionsRequest? allowedMentions;