Layer 224
constructor
exportedStoryLink#3fc9053b link:string = ExportedStoryLink;

Parameters

Name Type Description
Link string The story deep link.

Gogram Example

// Creating ExportedStoryLinkObj constructor
obj := &tg.ExportedStoryLinkObj{
    Link: "Hello, World!",
}