Raw.InlineBotWebView

Raw.InlineBotWebView

Specifies an inline mode mini app button, shown on top of the inline query results list.

inlineBotWebView#b57295d5 text:string url:string = InlineBotWebView;
export namespace Raw {
  export class InlineBotWebView {
    constructor(params: { text: string; url: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xb57295d5

Property