ChatPreferencesResponse constructor

ChatPreferencesResponse({
  1. String? channelMentions,
  2. String? defaultPreference,
  3. String? directMentions,
  4. String? groupMentions,
  5. String? hereMentions,
  6. String? roleMentions,
  7. String? threadReplies,
})

Returns a new ChatPreferencesResponse instance.

Implementation

ChatPreferencesResponse({
  this.channelMentions,
  this.defaultPreference,
  this.directMentions,
  this.groupMentions,
  this.hereMentions,
  this.roleMentions,
  this.threadReplies,
});