AnswerCallbackQuery class

Sets the result of a callback query; for bots only.

Returns Ok.

Inheritance
Available Extensions

Constructors

AnswerCallbackQuery({required int64 callback_query_id, required String text, required bool show_alert, required String url, required int cache_time, int? extra, int? clientId})
Sets the result of a callback query; for bots only

Properties

cache_time int
Time during which the result of the query can be cached, in seconds.
read / write
callback_query_id int64
Identifier of the callback query. ; string representation of int, use int.parse
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
show_alert bool
Pass true to show an alert to the user instead of a toast notification.
read / write
text String
Text of the answer.
read / write
url String
URL to be opened.
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) AnswerCallbackQuery?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"answerCallbackQuery"