MadelineProtoDocs/old_docs/API_docs_v105/constructors/textPhone.md
2019-09-13 17:13:55 +02:00

678 B

title description image
textPhone Text phone https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textPhone

Back to constructors index

Text phone

Attributes:

Name Type Required Description
text RichText Yes Text
phone string Yes Phone

Type: RichText

Example:

$textPhone = ['_' => 'textPhone', 'text' => RichText, 'phone' => 'string'];

Or, if you're into Lua:

textPhone={_='textPhone', text=RichText, phone='string'}