ChatKittyPlatformAPI.Model.NotificationResource (chatkitty_platform_sdk v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %ChatKittyPlatformAPI.Model.NotificationResource{ _links: %{optional(String.t()) => ChatKittyPlatformAPI.Model.Link.t()} | nil, body: String.t(), channel: ChatKittyPlatformAPI.Model.NotificationResourceChannel.t() | nil, createdTime: DateTime.t(), data: ChatKittyPlatformAPI.Model.NotificationData.t(), id: integer(), muted: boolean(), readTime: DateTime.t() | nil, title: String.t() }