menu
tdlib package
documentation
td_api.dart
UserTypeDeleted class
UserTypeDeleted class
dark_mode
light_mode
UserTypeDeleted
class
Inheritance
Object
TdObject
UserType
UserTypeDeleted
Constructors
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
const
UserTypeDeleted.fromJson
(
Map
<
String
,
dynamic
>
json
)
Parse from a json
factory
Properties
clientId
→
int
?
client identifier
no setter
inherited
extra
→ dynamic
callback sign
no setter
inherited
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
copyWith
(
)
→
UserTypeDeleted
override
getConstructor
(
)
→
String
override
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
[
dynamic
extra
])
→
Map
<
String
,
dynamic
>
override
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Constants
CONSTRUCTOR
→ const
String
tdlib package
documentation
td_api
UserTypeDeleted class
td_api library