Module tdlight.api

Class TdApi.InternalLinkTypeMessage

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeMessage extends TdApi.InternalLinkType
The link is a link to a Telegram message or a forum topic. 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:
  • Constructor Details

    • InternalLinkTypeMessage

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

      public InternalLinkTypeMessage(String url)
      The link is a link to a Telegram message or a forum topic. 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
      The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL to process the link.
      Throws:
      IOException
  • Method Details