mentionChannels property

  1. @JsonKey.new(includeIfNull: false, name: 'mention_channels')
List<MessageChannelMentionResponse>? mentionChannels
final

Channels mentioned in the message that are visible to @everyone

Implementation

@JsonKey(includeIfNull: false, name: 'mention_channels')
final List<MessageChannelMentionResponse>? mentionChannels;