UpdateNewCallbackQuery class
A new incoming callback query; for bots only.
- Inheritance
- Available Extensions
Constructors
- UpdateNewCallbackQuery({required int64 id, required int sender_user_id, required int chat_id, required int message_id, required int64 chat_instance, required CallbackQueryPayload payload, int? extra, int? clientId})
- A new incoming callback query; for bots only
Properties
- chat_id ↔ int
-
Identifier of the chat where the query was sent.
read / write
- chat_instance ↔ int64
-
Identifier that uniquely corresponds to the chat to which the message was sent.
; 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
- id ↔ int64
-
Unique query identifier.
; string representation of int, use
int.parse
read / write - message_id ↔ int
-
Identifier of the message from which the query originated.
read / write
- payload ↔ CallbackQueryPayload
-
Query payload.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sender_user_id ↔ int
-
Identifier of the user who sent the query.
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) → UpdateNewCallbackQuery? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"updateNewCallbackQuery"