MadelineProtoDocs/docs/API_docs/constructors/textPhone.md

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'}