Raw.messages.SendWebViewResultMessage
Terminate webview interaction started with messages.requestwebview, sending the specified message to the chat on behalf of the user.
messages.sendWebViewResultMessage#a4314f5 bot_query_id:string result:InputBotInlineResult = WebViewMessageSent;
export namespace Raw {
export namespace messages {
export class SendWebViewResultMessage {
constructor(params: { botQueryId: string; result: Raw.TypeInputBotInlineResult }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa4314f5
Property
botQueryId
: stringWebview interaction id obtained from messages.requestwebview
result
: Raw.TypeInputBotInlineResultMessage to send