allowedMentions property

  1. @JsonKey.new(includeIfNull: false, name: 'allowed_mentions')
AllowedMentionsRequest? allowedMentions
final

Controls which mentions trigger notifications

Implementation

@JsonKey(includeIfNull: false, name: 'allowed_mentions')
final AllowedMentionsRequest? allowedMentions;