Class TdApi.UserTypeDeleted

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserTypeDeleted()
      Default constructor.
    • Field Detail

      • CONSTRUCTOR

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

      • UserTypeDeleted

        public UserTypeDeleted()
        Default constructor.