menu
tdlib package
documentation
td_api.dart
ChatListArchive class
ChatListArchive class
dark_mode
light_mode
ChatListArchive
class
Inheritance
Object
TdObject
ChatList
ChatListArchive
Constructors
ChatListArchive
()
A list of chats usually located at the top of the main chat list. Unmuted chats are automatically moved from the Archive to the Main chat list when a new message arrives
const
ChatListArchive.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
(
)
→
ChatListArchive
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
ChatListArchive class
td_api library