Class TdApi.InternalLinkTypeBusinessChat

Enclosing class:
TdApi

public static class TdApi.InternalLinkTypeBusinessChat extends TdApi.InternalLinkType
The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received private chat and replace chat draft with the provided text.
  • Field Details

    • linkName

      public String linkName
      Name of the link.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InternalLinkTypeBusinessChat

      public InternalLinkTypeBusinessChat()
      The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received private chat and replace chat draft with the provided text.
    • InternalLinkTypeBusinessChat

      public InternalLinkTypeBusinessChat(String linkName)
      The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received private chat and replace chat draft with the provided text.
      Parameters:
      linkName - Name of the link.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR