Layer 228
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: "Example", Description: "Example description", Sticker: nil, }