ChatKitty.Model.ChatUserMentionedChannelNotificationData (chatkitty_platform_sdk v1.26.0)

Sent when a user mentions a channel in a message

Link to this section Summary

Link to this section Types

@type t() :: %ChatKitty.Model.ChatUserMentionedChannelNotificationData{
  channelId: integer(),
  mentionedChannel: ChatKitty.Model.ChannelResource.t(),
  message: ChatKitty.Model.TextMessageResource.t(),
  type: String.t()
}