Module tdlight.api

Class TdApi.UserTypeDeleted

Enclosing class:
TdApi

public static final class TdApi.UserTypeDeleted extends TdApi.UserType
A deleted user or deleted bot. No information on the user besides the user identifier is available. It is not possible to perform any active actions on this type of user.
  • Field Details

  • Constructor Details

    • UserTypeDeleted

      public UserTypeDeleted()
      A deleted user or deleted bot. No information on the user besides the user identifier is available. It is not possible to perform any active actions on this type of user.
    • UserTypeDeleted

      public UserTypeDeleted(DataInput input) throws IOException
      A deleted user or deleted bot. No information on the user besides the user identifier is available. It is not possible to perform any active actions on this type of user.
      Throws:
      IOException
  • Method Details