mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
754 B
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
Attributes:
Name | Type | Required |
---|---|---|
title | string | Yes |
description | string | Yes |
sticker | Document | Optional |
Type: BusinessIntro
Example:
$businessIntro = ['_' => 'businessIntro', 'title' => 'string', 'description' => 'string', 'sticker' => Document];