CallbackQueryAnswer class

Contains a bot's answer to a callback query.

Inheritance
Available Extensions

Constructors

CallbackQueryAnswer({required String text, required bool show_alert, required String url, int? extra, int? clientId})
Contains a bot's answer to a callback query

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
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
True, if an alert must be shown 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) CallbackQueryAnswer?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"callbackQueryAnswer"