Module tdlight.api

Class TdApi.UpdateUser

Enclosing class:
TdApi

public static final class TdApi.UpdateUser extends TdApi.Update
Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.
  • Field Details

  • Constructor Details

    • UpdateUser

      public UpdateUser()
      Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.
    • UpdateUser

      public UpdateUser(TdApi.User user)
      Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.
      Parameters:
      user - User New data about the user.
    • UpdateUser

      public UpdateUser(DataInput input) throws IOException
      Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.
      Throws:
      IOException
  • Method Details