UpdateNewInlineQuery class

A new incoming inline query; for bots only.

Inheritance
Available Extensions

Constructors

UpdateNewInlineQuery({required int64 id, required int sender_user_id, Location? user_location, ChatType? chat_type, required String query, required String offset, int? extra, int? clientId})
A new incoming inline query; for bots only

Properties

chat_type ChatType?
The type of the chat from which the query originated; may be null if unknown.
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
offset String
Offset of the first entry to return.
read / write
query String
Text of the query.
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
user_location Location?
User location; may be null.
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) UpdateNewInlineQuery?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateNewInlineQuery"