ChatFolderInfo class
Contains basic information about a chat folder.
- Inheritance
- Available Extensions
Constructors
- ChatFolderInfo({required int id, required String title, required ChatFolderIcon icon, required bool has_my_invite_links, int? extra, int? clientId})
- Contains basic information about a chat folder
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- has_my_invite_links ↔ bool
-
True, if the chat folder has invite links created by the current user.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- icon ↔ ChatFolderIcon
-
The chosen or default icon for the chat folder.
read / write
- id ↔ int
-
Unique chat folder identifier.
read / write
-
True, if at least one link has been created for the folder.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- title ↔ String
-
The title of the folder; 1-12 characters without line feeds.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → ChatFolderInfo? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"chatFolderInfo"