ChatKitty.Model.ChatUserMentionedChatUserNotificationData (chatkitty_platform_sdk v1.26.0)

Sent when a user mentions a user in a message

Link to this section Summary

Link to this section Types

@type t() :: %ChatKitty.Model.ChatUserMentionedChatUserNotificationData{
  channelId: integer(),
  mentionedUser: ChatKitty.Model.ChatUserResource.t(),
  message: ChatKitty.Model.TextMessageResource.t(),
  type: String.t()
}