menu
tdlib package
documentation
td_api.dart
UserTypeUnknown class
UserTypeUnknown class
dark_mode
light_mode
UserTypeUnknown
class
Inheritance
Object
TdObject
UserType
UserTypeUnknown
Constructors
UserTypeUnknown
()
No information on the user besides the user identifier 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
const
UserTypeUnknown.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
(
)
→
UserTypeUnknown
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
UserTypeUnknown class
td_api library