Module tdlight.api

Class TdApi.TMeUrlTypeUser

Enclosing class:
TdApi

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

    • userId

      public long userId
      Identifier of the user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TMeUrlTypeUser

      public TMeUrlTypeUser()
      A URL linking to a user.
    • TMeUrlTypeUser

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

      public TMeUrlTypeUser(DataInput input) throws IOException
      A URL linking to a user.
      Throws:
      IOException
  • Method Details