Layer 220
constructor
inputWallPaperSlug#72091c80 slug:string = InputWallPaper;

Parameters

Name Type Description
Slug string Unique wallpaper ID

Returns

InputWallPaper

Gogram Example

// Creating InputWallPaperSlug constructor
obj := &tg.InputWallPaperSlug{
    Slug: "...",
}