Layer 228
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: "https://example.com",
}