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 Detail

      • url

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - URL to be passed to getMessageLinkInfo.