ChatKittyPlatformAPI.Model.ChatUserMentionedChatUserNotificationData (chatkitty_platform_sdk v0.1.0)

Sent when a user mentions a user in a message

Link to this section Summary

Link to this section Types

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