Class TdApi.UpdateUser

  • Enclosing class:
    TdApi

    public static 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 Detail

      • user

        public TdApi.User user
        New data about the user.
      • CONSTRUCTOR

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

      • 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 - New data about the user.