Class TdApi.InternalLinkTypeMessage

Enclosing class:
TdApi

public static class TdApi.InternalLinkTypeMessage
extends TdApi.InternalLinkType
The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link.
  • Field Details

    • url

      public String url
      URL to be passed to getMessageLinkInfo.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • InternalLinkTypeMessage

      public InternalLinkTypeMessage()
      The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link.
    • InternalLinkTypeMessage

      public InternalLinkTypeMessage​(String url)
      The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link.
      Parameters:
      url - String URL to be passed to getMessageLinkInfo.
    • InternalLinkTypeMessage

      public InternalLinkTypeMessage​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details