Class TdApi.TMeUrlTypeUser

  • Enclosing class:
    TdApi

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

      • userId

        public long 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()
        A URL linking to a user.
      • TMeUrlTypeUser

        public TMeUrlTypeUser​(long userId)
        A URL linking to a user.
        Parameters:
        userId - Identifier of the user.