Raw.InputBotInlineResultGame
Game
inputBotInlineResultGame#4fa417f2 id:string short_name:string send_message:InputBotInlineMessage = InputBotInlineResult;
export namespace Raw {
export class InputBotInlineResultGame {
constructor(params: {
id: string;
shortName: string;
sendMessage: Raw.TypeInputBotInlineMessage;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x4fa417f2
Property
id
: stringResult id
shortName
: stringGame short name
sendMessage
: Raw.TypeInputBotInlineMessageMessage to send when the result is selected