Raw.messages.RequestMainWebView
messages.requestMainWebView#c9e01e7b flags:# compact:flags.7?true peer:InputPeer bot:InputUser start_param:flags.1?string theme_params:flags.0?DataJSON platform:string = WebViewResult;
export namespace Raw {
export namespace messages {
export class RequestMainWebView {
constructor(params: {
compact?: boolean;
peer: Raw.TypeInputPeer;
bot: Raw.TypeInputUser;
startParam?: string;
themeParams?: Raw.TypeDataJSON;
platform: string;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xc9e01e7b
Property
compact
: boolean or undefinedpeer
: Raw.TypeInputPeerbot
: Raw.TypeInputUserstartParam
: string or undefinedthemeParams
: Raw.TypeDataJSON or undefinedplatform
: string