Layer 227
constructor
webPageAttributeTheme#54b56617 flags:# documents:flags.0?Vector<Document> settings:flags.1?ThemeSettings = WebPageAttribute;

Parameters

Name Type Description
Documents flags .0? Vector < Document > Theme files
Settings flags .1? ThemeSettings Theme settings

Gogram Example

// Creating WebPageAttributeTheme constructor
obj := &tg.WebPageAttributeTheme{
    Documents: nil,
    Settings: nil,
}