Class TdApi.TMeUrlTypeUser

  • Enclosing class:
    TdApi

    public static class TdApi.TMeUrlTypeUser
    extends TdApi.TMeUrlType
    A URL linking to a user.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int userId
      Identifier of the user.
    • Constructor Summary

      Constructors 
      Constructor Description
      TMeUrlTypeUser()
      Default constructor.
      TMeUrlTypeUser​(int userId)
      Constructor for initialization of all fields.
    • Field Detail

      • userId

        public int userId
        Identifier of the user.
      • CONSTRUCTOR

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

      • TMeUrlTypeUser

        public TMeUrlTypeUser()
        Default constructor.
      • TMeUrlTypeUser

        public TMeUrlTypeUser​(int userId)
        Constructor for initialization of all fields.
        Parameters:
        userId - Identifier of the user.