Layer 220
TextImage
Inline image
constructor
textImage#81ccf4f document_id:long w:int h:int = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| DocumentId | long | Document ID |
| W | int | Width |
| H | int | Height |
Returns
RichTextGogram Example
// Creating TextImage constructor obj := &tg.TextImage{ DocumentId: int64(0), W: 0, H: 0, }