Layer 227
InputBusinessIntroObj
Telegram Business introduction.
constructor
inputBusinessIntro#9c469cd flags:# title:string description:string sticker:flags.0?InputDocument = InputBusinessIntro;
Parameters
| Name | Type | Description |
|---|---|---|
| Title | string | Title of the introduction message |
| Description | string | Profile introduction |
| Sticker | flags .0? InputDocument | Optional introduction sticker. |
Returns
InputBusinessIntroGogram Example
// Creating InputBusinessIntroObj constructor obj := &tg.InputBusinessIntroObj{ Title: "Hello, World!", Description: "Hello, World!", Sticker: nil, }