Class TdApi.TMeUrl

  • Enclosing class:
    TdApi

    public static class TdApi.TMeUrl
    extends TdApi.Object
    Represents a URL linking to an internal Telegram entity.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      TdApi.TMeUrlType type
      Type of the URL.
      java.lang.String url
      URL.
    • Constructor Summary

      Constructors 
      Constructor Description
      TMeUrl()
      Default constructor.
      TMeUrl​(java.lang.String url, TdApi.TMeUrlType type)
      Constructor for initialization of all fields.
    • Field Detail

      • url

        public java.lang.String url
        URL.
      • CONSTRUCTOR

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

      • TMeUrl

        public TMeUrl()
        Default constructor.
      • TMeUrl

        public TMeUrl​(java.lang.String url,
                      TdApi.TMeUrlType type)
        Constructor for initialization of all fields.
        Parameters:
        url - URL.
        type - Type of the URL.