ChatKittyPlatformAPI.Model.MessageLinkProperties (chatkitty_platform_sdk v0.1.0)

Link previews in this message

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.MessageLinkProperties{
  endPosition: integer(),
  preview: ChatKittyPlatformAPI.Model.MessageLinkPreviewProperties.t() | nil,
  source: String.t(),
  startPosition: integer()
}