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

Parameters

Name Type Description
Link string The story deep link.

Gogram Example

// Creating ExportedStoryLink constructor
obj := &tg.ExportedStoryLink{
    Link: "...",
}