telegramx.js

RichTextTextMention

interface

A mention of a Telegram user by their identifier.

Declaration

interface RichTextTextMention 

Properties

textproperty#
text: RichText;

The text

typeproperty#
type: 'text_mention';

Type of the rich text, always "text_mention"

userproperty#
user: User;

The mentioned user