ChatKittyPlatformAPI.Model.MessageLinkPreviewProperties (chatkitty_platform_sdk v0.1.0)

Embedded link preview data

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.MessageLinkPreviewProperties{
  description: String.t() | nil,
  image: ChatKittyPlatformAPI.Model.MessageLinkPreviewImageProperties.t(),
  siteName: String.t() | nil,
  title: String.t(),
  url: String.t()
}