ChatKittyPlatformAPI.Model.ChatUserMentionedChannelNotificationData (chatkitty_platform_sdk v0.1.0)

Sent when a user mentions a channel in a message

Link to this section Summary

Link to this section Types

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