Raw.InputBusinessIntro
Telegram business introduction.
inputBusinessIntro#9c469cd flags:# title:string description:string sticker:flags.0?InputDocument = InputBusinessIntro;
export namespace Raw {
export class InputBusinessIntro {
constructor(params: { title: string; description: string; sticker?: Raw.TypeInputDocument }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9c469cd
Property
title
: stringTitle of the introduction message
description
: stringProfile introduction
sticker
: Raw.TypeInputDocument or undefinedOptional introduction sticker.