Layer 220
ExportedStoryLink
Represents a story deep link.
constructor
exportedStoryLink#3fc9053b link:string = ExportedStoryLink;
Parameters
| Name | Type | Description |
|---|---|---|
| Link | string | The story deep link. |
Returns
ExportedStoryLinkGogram Example
// Creating ExportedStoryLink constructor obj := &tg.ExportedStoryLink{ Link: "...", }