Layer 220
BusinessIntro
Telegram Business introduction.
constructor
businessIntro#5a0a066d flags:# title:string description:string sticker:flags.0?Document = BusinessIntro;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Title | string | Title of the introduction message (max intro_title_length_limit UTF-8 characters). |
| Description | string | Profile introduction (max intro_description_length_limit UTF-8 characters). |
| Sticker | flags.0?Document | Optional introduction sticker. |
Returns
BusinessIntroGogram Example
// Creating BusinessIntro constructor obj := &tg.BusinessIntro{ Title: "...", Description: "...", // Optional fields: // Sticker: &tg.Document{}, }