ChatKittyPlatformAPI.Model.ChatUserSentChatUserMessageNotificationData (chatkitty_platform_sdk v0.1.0)

Sent when a user sends a message

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.ChatUserSentChatUserMessageNotificationData{
  channelId: integer(),
  message: ChatKittyPlatformAPI.Model.ChatUserMessageResource.t(),
  type: String.t()
}