type github.com/gotd/td/tg.WallPaperSettings

62 uses

	github.com/gotd/td/tg (current package)
		tl_account_install_wall_paper_gen.go#L51: 	Settings WallPaperSettings
		tl_account_install_wall_paper_gen.go#L91: 	GetSettings() (value WallPaperSettings)
		tl_account_install_wall_paper_gen.go#L198: func (i *AccountInstallWallPaperRequest) GetSettings() (value WallPaperSettings) {
		tl_account_save_wall_paper_gen.go#L50: 	Settings WallPaperSettings
		tl_account_save_wall_paper_gen.go#L94: 	GetSettings() (value WallPaperSettings)
		tl_account_save_wall_paper_gen.go#L222: func (s *AccountSaveWallPaperRequest) GetSettings() (value WallPaperSettings) {
		tl_account_upload_wall_paper_gen.go#L57: 	Settings WallPaperSettings
		tl_account_upload_wall_paper_gen.go#L108: 	GetSettings() (value WallPaperSettings)
		tl_account_upload_wall_paper_gen.go#L278: func (u *AccountUploadWallPaperRequest) GetSettings() (value WallPaperSettings) {
		tl_input_theme_settings_gen.go#L80: 	WallpaperSettings WallPaperSettings
		tl_input_theme_settings_gen.go#L143: 	GetWallpaperSettings() (value WallPaperSettings, ok bool)
		tl_input_theme_settings_gen.go#L460: func (i *InputThemeSettings) SetWallpaperSettings(value WallPaperSettings) {
		tl_input_theme_settings_gen.go#L467: func (i *InputThemeSettings) GetWallpaperSettings() (value WallPaperSettings, ok bool) {
		tl_messages_set_chat_wall_paper_gen.go#L78: 	Settings WallPaperSettings
		tl_messages_set_chat_wall_paper_gen.go#L144: 	GetSettings() (value WallPaperSettings, ok bool)
		tl_messages_set_chat_wall_paper_gen.go#L399: func (s *MessagesSetChatWallPaperRequest) SetSettings(value WallPaperSettings) {
		tl_messages_set_chat_wall_paper_gen.go#L406: func (s *MessagesSetChatWallPaperRequest) GetSettings() (value WallPaperSettings, ok bool) {
		tl_registry_gen.go#L4513: 		WallPaperSettingsTypeID:                                                 func() bin.Object { return &WallPaperSettings{} },
		tl_wall_paper_gen.go#L77: 	Settings WallPaperSettings
		tl_wall_paper_gen.go#L153: 	GetSettings() (value WallPaperSettings, ok bool)
		tl_wall_paper_gen.go#L461: func (w *WallPaper) SetSettings(value WallPaperSettings) {
		tl_wall_paper_gen.go#L468: func (w *WallPaper) GetSettings() (value WallPaperSettings, ok bool) {
		tl_wall_paper_gen.go#L500: 	Settings WallPaperSettings
		tl_wall_paper_gen.go#L556: 	GetSettings() (value WallPaperSettings, ok bool)
		tl_wall_paper_gen.go#L738: func (w *WallPaperNoFile) SetSettings(value WallPaperSettings) {
		tl_wall_paper_gen.go#L745: func (w *WallPaperNoFile) GetSettings() (value WallPaperSettings, ok bool) {
		tl_wall_paper_gen.go#L804: 	GetSettings() (value WallPaperSettings, ok bool)
		tl_wall_paper_settings_gen.go#L41: type WallPaperSettings struct {
		tl_wall_paper_settings_gen.go#L109: 	_ bin.Encoder     = &WallPaperSettings{}
		tl_wall_paper_settings_gen.go#L110: 	_ bin.Decoder     = &WallPaperSettings{}
		tl_wall_paper_settings_gen.go#L111: 	_ bin.BareEncoder = &WallPaperSettings{}
		tl_wall_paper_settings_gen.go#L112: 	_ bin.BareDecoder = &WallPaperSettings{}
		tl_wall_paper_settings_gen.go#L115: func (w *WallPaperSettings) Zero() bool {
		tl_wall_paper_settings_gen.go#L154: func (w *WallPaperSettings) String() string {
		tl_wall_paper_settings_gen.go#L158: 	type Alias WallPaperSettings
		tl_wall_paper_settings_gen.go#L163: func (w *WallPaperSettings) FillFrom(from interface {
		tl_wall_paper_settings_gen.go#L209: func (*WallPaperSettings) TypeID() uint32 {
		tl_wall_paper_settings_gen.go#L214: func (*WallPaperSettings) TypeName() string {
		tl_wall_paper_settings_gen.go#L219: func (w *WallPaperSettings) TypeInfo() tdp.Type {
		tl_wall_paper_settings_gen.go#L279: func (w *WallPaperSettings) SetFlags() {
		tl_wall_paper_settings_gen.go#L310: func (w *WallPaperSettings) Encode(b *bin.Buffer) error {
		tl_wall_paper_settings_gen.go#L319: func (w *WallPaperSettings) EncodeBare(b *bin.Buffer) error {
		tl_wall_paper_settings_gen.go#L352: func (w *WallPaperSettings) Decode(b *bin.Buffer) error {
		tl_wall_paper_settings_gen.go#L363: func (w *WallPaperSettings) DecodeBare(b *bin.Buffer) error {
		tl_wall_paper_settings_gen.go#L427: func (w *WallPaperSettings) SetBlur(value bool) {
		tl_wall_paper_settings_gen.go#L438: func (w *WallPaperSettings) GetBlur() (value bool) {
		tl_wall_paper_settings_gen.go#L446: func (w *WallPaperSettings) SetMotion(value bool) {
		tl_wall_paper_settings_gen.go#L457: func (w *WallPaperSettings) GetMotion() (value bool) {
		tl_wall_paper_settings_gen.go#L465: func (w *WallPaperSettings) SetBackgroundColor(value int) {
		tl_wall_paper_settings_gen.go#L472: func (w *WallPaperSettings) GetBackgroundColor() (value int, ok bool) {
		tl_wall_paper_settings_gen.go#L483: func (w *WallPaperSettings) SetSecondBackgroundColor(value int) {
		tl_wall_paper_settings_gen.go#L490: func (w *WallPaperSettings) GetSecondBackgroundColor() (value int, ok bool) {
		tl_wall_paper_settings_gen.go#L501: func (w *WallPaperSettings) SetThirdBackgroundColor(value int) {
		tl_wall_paper_settings_gen.go#L508: func (w *WallPaperSettings) GetThirdBackgroundColor() (value int, ok bool) {
		tl_wall_paper_settings_gen.go#L519: func (w *WallPaperSettings) SetFourthBackgroundColor(value int) {
		tl_wall_paper_settings_gen.go#L526: func (w *WallPaperSettings) GetFourthBackgroundColor() (value int, ok bool) {
		tl_wall_paper_settings_gen.go#L537: func (w *WallPaperSettings) SetIntensity(value int) {
		tl_wall_paper_settings_gen.go#L544: func (w *WallPaperSettings) GetIntensity() (value int, ok bool) {
		tl_wall_paper_settings_gen.go#L555: func (w *WallPaperSettings) SetRotation(value int) {
		tl_wall_paper_settings_gen.go#L562: func (w *WallPaperSettings) GetRotation() (value int, ok bool) {
		tl_wall_paper_settings_gen.go#L573: func (w *WallPaperSettings) SetEmoticon(value string) {
		tl_wall_paper_settings_gen.go#L580: func (w *WallPaperSettings) GetEmoticon() (value string, ok bool) {