OBJECT

ConversationMessageAttachmentLinkAction

Conversation Link Action type

link GraphQL Schema definition

  • type ConversationMessageAttachmentLinkAction {
  • # Url of the link
  • url: URI!
  • # Title of the link
  • title: String!
  • }