MadelineProtoDocs/docs/API_docs/constructors/businessIntro.md
2024-05-01 14:53:46 +02:00

754 B

title description nav_exclude image
businessIntro businessIntro attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: businessIntro

Back to constructors index

Attributes:

Name Type Required
title string Yes
description string Yes
sticker Document Optional

Type: BusinessIntro

Example:

$businessIntro = ['_' => 'businessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => Document];