Layer 227
TextHashtag
Rich-text fragment that is a hashtag (e. g. #news).
constructor
textHashtag#519524ea text:RichText = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | RichText |
Returns
RichTextGogram Example
// Creating TextHashtag constructor obj := &tg.TextHashtag{ Text: &tg.RichText{}, }