Raw.UpdateBotInlineQuery
An incoming inline query
updateBotInlineQuery#496f379c flags:# query_id:long user_id:long query:string geo:flags.0?GeoPoint peer_type:flags.1?InlineQueryPeerType offset:string = Update;
export namespace Raw {
export class UpdateBotInlineQuery {
constructor(params: {
queryId: bigint;
userId: bigint;
query: string;
geo?: Raw.TypeGeoPoint;
peerType?: Raw.TypeInlineQueryPeerType;
offset: string;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x496f379c
Property
queryId
: bigintQuery id
userId
: bigintUser that sent the query
query
: stringText of query
geo
: Raw.TypeGeoPoint or undefinedAttached geolocation
peerType
: Raw.TypeInlineQueryPeerType or undefinedType of the chat from which the inline query was sent.
offset
: stringOffset to navigate through results