InputBusinessIntro
- class pyrogram.raw.base.InputBusinessIntro
Telegram Business introduction ».
- Constructors:
This base type has 1 constructor available.
Telegram Business introduction ».
TL Schema
inputBusinessIntro#9c469cd
flags:#
title:string
description:string
sticker:flags.0?InputDocument
= InputBusinessIntro
Parameter Tree
InputBusinessIntro
├── title →
string├── description →
string└── sticker →
InputDocument (optional)└──
InputDocument├── id →
long├── access_hash →
long└── file_reference →
bytesExample
InputBusinessIntro(
title="text",
description="text",
sticker=InputDocumentEmpty(),
)