QrTextReceivedEvent class

Bot API 6.4+ Occurs when the QR code scanner catches a code with text data. eventHandler receives an object with the single field data containing text data from the QR code.

Inheritance

Constructors

QrTextReceivedEvent(void eventHandler(QrTextReceivedPayload payload))

Properties

eventHandler JSExportedDartFunction
finalinherited
eventType TelegramEventType
finalinherited
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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