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

38 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4549: 		ThemeSettingsTypeID:                                                     func() bin.Object { return &ThemeSettings{} },
		tl_theme_gen.go#L68: 	Settings []ThemeSettings
		tl_theme_gen.go#L153: 	GetSettings() (value []ThemeSettings, ok bool)
		tl_theme_gen.go#L398: 			t.Settings = make([]ThemeSettings, 0, headerLen%bin.PreallocateLimit)
		tl_theme_gen.go#L401: 			var value ThemeSettings
		tl_theme_gen.go#L533: func (t *Theme) SetSettings(value []ThemeSettings) {
		tl_theme_gen.go#L540: func (t *Theme) GetSettings() (value []ThemeSettings, ok bool) {
		tl_theme_settings_gen.go#L38: type ThemeSettings struct {
		tl_theme_settings_gen.go#L76: 	_ bin.Encoder     = &ThemeSettings{}
		tl_theme_settings_gen.go#L77: 	_ bin.Decoder     = &ThemeSettings{}
		tl_theme_settings_gen.go#L78: 	_ bin.BareEncoder = &ThemeSettings{}
		tl_theme_settings_gen.go#L79: 	_ bin.BareDecoder = &ThemeSettings{}
		tl_theme_settings_gen.go#L82: func (t *ThemeSettings) Zero() bool {
		tl_theme_settings_gen.go#L112: func (t *ThemeSettings) String() string {
		tl_theme_settings_gen.go#L116: 	type Alias ThemeSettings
		tl_theme_settings_gen.go#L121: func (t *ThemeSettings) FillFrom(from interface {
		tl_theme_settings_gen.go#L149: func (*ThemeSettings) TypeID() uint32 {
		tl_theme_settings_gen.go#L154: func (*ThemeSettings) TypeName() string {
		tl_theme_settings_gen.go#L159: func (t *ThemeSettings) TypeInfo() tdp.Type {
		tl_theme_settings_gen.go#L202: func (t *ThemeSettings) SetFlags() {
		tl_theme_settings_gen.go#L218: func (t *ThemeSettings) Encode(b *bin.Buffer) error {
		tl_theme_settings_gen.go#L227: func (t *ThemeSettings) EncodeBare(b *bin.Buffer) error {
		tl_theme_settings_gen.go#L263: func (t *ThemeSettings) Decode(b *bin.Buffer) error {
		tl_theme_settings_gen.go#L274: func (t *ThemeSettings) DecodeBare(b *bin.Buffer) error {
		tl_theme_settings_gen.go#L333: func (t *ThemeSettings) SetMessageColorsAnimated(value bool) {
		tl_theme_settings_gen.go#L344: func (t *ThemeSettings) GetMessageColorsAnimated() (value bool) {
		tl_theme_settings_gen.go#L352: func (t *ThemeSettings) GetBaseTheme() (value BaseThemeClass) {
		tl_theme_settings_gen.go#L360: func (t *ThemeSettings) GetAccentColor() (value int) {
		tl_theme_settings_gen.go#L368: func (t *ThemeSettings) SetOutboxAccentColor(value int) {
		tl_theme_settings_gen.go#L375: func (t *ThemeSettings) GetOutboxAccentColor() (value int, ok bool) {
		tl_theme_settings_gen.go#L386: func (t *ThemeSettings) SetMessageColors(value []int) {
		tl_theme_settings_gen.go#L393: func (t *ThemeSettings) GetMessageColors() (value []int, ok bool) {
		tl_theme_settings_gen.go#L404: func (t *ThemeSettings) SetWallpaper(value WallPaperClass) {
		tl_theme_settings_gen.go#L411: func (t *ThemeSettings) GetWallpaper() (value WallPaperClass, ok bool) {
		tl_web_page_attribute_gen.go#L51: 	Settings ThemeSettings
		tl_web_page_attribute_gen.go#L99: 	GetSettings() (value ThemeSettings, ok bool)
		tl_web_page_attribute_gen.go#L260: func (w *WebPageAttributeTheme) SetSettings(value ThemeSettings) {
		tl_web_page_attribute_gen.go#L267: func (w *WebPageAttributeTheme) GetSettings() (value ThemeSettings, ok bool) {