Layer 227
TextCashtag
Rich-text fragment that is a cashtag (e. g. $AAPL).
constructor
textCashtag#7b9e1801 text:RichText = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | RichText |
Returns
RichTextGogram Example
// Creating TextCashtag constructor obj := &tg.TextCashtag{ Text: &tg.RichText{}, }