telegramx.js

RichTextEmailAddress

interface

A text with an email address.

Declaration

interface RichTextEmailAddress 

Properties

email_address: string;

The email address

textproperty#
text: RichText;

The text

typeproperty#
type: 'email_address';

Type of the rich text, always "email_address"