mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
706 B
706 B
title | description | nav_exclude | image |
---|---|---|---|
textPhone | Rich text linked to a phone number | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textPhone
Rich text linked to a phone number
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Text |
phone | string | Yes | Phone number |
Type: RichText
Example:
$textPhone = ['_' => 'textPhone', 'text' => RichText, 'phone' => 'string'];