MessageAllowContext class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
key
→ String
-
read-only
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
userId
→ int
-
read-only
Methods
-
isType(String type)
→ bool
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
send(String text, [Map<String, dynamic> params])
→ Future
-
Sends a message to the current dialog [...]
-
sendSticker(int id)
→ Future
-
Sends sticker by ID [...]
-
setActivity([String type = 'typing'])
→ Future
-
Changes the status of typing in the dialog [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited