ChatPreferencesResponse
constructor(@Json(name = "channel_mentions") channelMentions: String? = null, @Json(name = "default_preference") defaultPreference: String? = null, @Json(name = "direct_mentions") directMentions: String? = null, @Json(name = "group_mentions") groupMentions: String? = null, @Json(name = "here_mentions") hereMentions: String? = null, @Json(name = "role_mentions") roleMentions: String? = null, @Json(name = "thread_replies") threadReplies: String? = null)