Layer 220
InputWallPaper
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.InputWallPaper interface.
Use any of the following constructors:
Gogram Example
// InputWallPaper is an interface type // You can use any of the following constructors: var _ tg.InputWallPaper = &tg.InputWallPaper{} var _ tg.InputWallPaper = &tg.InputWallPaperSlug{} var _ tg.InputWallPaper = &tg.InputWallPaperNoFile{}