Layer 224
ExportedStoryLinkObj
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 ExportedStoryLinkObj constructor obj := &tg.ExportedStoryLinkObj{ Link: "Hello, World!", }