Layer 224
constructor
help.supportName#8c05f1c9 name:string = help.SupportName;

Parameters

Name Type Description
Name string Localized name

Gogram Example

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