Layer 224
ExportedMessageLinkObj
Link to a message in a supergroup/channel
constructor
exportedMessageLink#5dab1af4 link:string html:string = ExportedMessageLink;
Parameters
| Name | Type | Description |
|---|---|---|
| Link | string | URL |
| Html | string | Embed code |
Returns
ExportedMessageLinkGogram Example
// Creating ExportedMessageLinkObj constructor obj := &tg.ExportedMessageLinkObj{ Link: "Hello, World!", Html: "Hello, World!", }