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

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

Back to constructors index

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'];