CallbackQueryAnswer class

Inheritance

Constructors

CallbackQueryAnswer({required String text, required bool showAlert, required String url, dynamic extra, int? clientId})
Contains a bot's answer to a callback query
const
CallbackQueryAnswer.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
clientId client identifier
final
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlert bool
showAlert True, if an alert must be shown to the user instead of a toast notification
final
text String
text Text of the answer
final
url String
url URL to be opened
final

Methods

copyWith({String? text, bool? showAlert, String? url, dynamic extra, int? clientId}) CallbackQueryAnswer
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String