Class TdApi.UserTypeUnknown

  • Enclosing class:
    TdApi

    public static class TdApi.UserTypeUnknown
    extends TdApi.UserType
    No information on the user besides the userId is available, yet this user has not been deleted. This object is extremely rare and must be handled like a deleted user. It is not possible to perform any actions on users of this type.
    • Field Summary

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

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

      • CONSTRUCTOR

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

      • UserTypeUnknown

        public UserTypeUnknown()
        Default constructor.