TdlibClient class

add state data

Constructors

TdlibClient({required int client_id, required Map client_option, bool is_bot = false, int client_user_id = 0})
add state data

Properties

client_dynamic Map
getter/setter pair
client_id int
getter/setter pair
client_option Map
getter/setter pair
client_user_id int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
is_bot bool
getter/setter pair
join_date DateTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
add state data
toString() String
add state data
override

Operators

operator ==(Object other) bool
The equality operator.
inherited