Raw.InputBotInlineResultPhoto
Photo
inputBotInlineResultPhoto#a8d864a7 id:string type:string photo:InputPhoto send_message:InputBotInlineMessage = InputBotInlineResult;
export namespace Raw {
export class InputBotInlineResultPhoto {
constructor(params: {
id: string;
type: string;
photo: Raw.TypeInputPhoto;
sendMessage: Raw.TypeInputBotInlineMessage;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa8d864a7
Property
id
: stringResult id
type
: stringResult type (see bot api docs)
photo
: Raw.TypeInputPhotoPhoto to send
sendMessage
: Raw.TypeInputBotInlineMessageMessage to send when the result is selected