Layer 227
TextMentionName
Mention of a specific user by id, used when the user has no public username.
constructor
textMentionName#1a9fbfc text:RichText user_id:long = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | RichText | |
| UserId | long |
Returns
RichTextGogram Example
// Creating TextMentionName constructor obj := &tg.TextMentionName{ Text: &tg.RichText{}, UserId: int64(1234567890), }