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

42 uses

	github.com/gotd/td/tg (current package)
		tl_account_create_theme_gen.go#L60: 	Settings []InputThemeSettings
		tl_account_create_theme_gen.go#L111: 	GetSettings() (value []InputThemeSettings, ok bool)
		tl_account_create_theme_gen.go#L268: 			c.Settings = make([]InputThemeSettings, 0, headerLen%bin.PreallocateLimit)
		tl_account_create_theme_gen.go#L271: 			var value InputThemeSettings
		tl_account_create_theme_gen.go#L316: func (c *AccountCreateThemeRequest) SetSettings(value []InputThemeSettings) {
		tl_account_create_theme_gen.go#L323: func (c *AccountCreateThemeRequest) GetSettings() (value []InputThemeSettings, ok bool) {
		tl_account_update_theme_gen.go#L63: 	Settings []InputThemeSettings
		tl_account_update_theme_gen.go#L122: 	GetSettings() (value []InputThemeSettings, ok bool)
		tl_account_update_theme_gen.go#L328: 			u.Settings = make([]InputThemeSettings, 0, headerLen%bin.PreallocateLimit)
		tl_account_update_theme_gen.go#L331: 			var value InputThemeSettings
		tl_account_update_theme_gen.go#L412: func (u *AccountUpdateThemeRequest) SetSettings(value []InputThemeSettings) {
		tl_account_update_theme_gen.go#L419: func (u *AccountUpdateThemeRequest) GetSettings() (value []InputThemeSettings, ok bool) {
		tl_input_theme_settings_gen.go#L38: type InputThemeSettings struct {
		tl_input_theme_settings_gen.go#L88: 	_ bin.Encoder     = &InputThemeSettings{}
		tl_input_theme_settings_gen.go#L89: 	_ bin.Decoder     = &InputThemeSettings{}
		tl_input_theme_settings_gen.go#L90: 	_ bin.BareEncoder = &InputThemeSettings{}
		tl_input_theme_settings_gen.go#L91: 	_ bin.BareDecoder = &InputThemeSettings{}
		tl_input_theme_settings_gen.go#L94: func (i *InputThemeSettings) Zero() bool {
		tl_input_theme_settings_gen.go#L127: func (i *InputThemeSettings) String() string {
		tl_input_theme_settings_gen.go#L131: 	type Alias InputThemeSettings
		tl_input_theme_settings_gen.go#L136: func (i *InputThemeSettings) FillFrom(from interface {
		tl_input_theme_settings_gen.go#L169: func (*InputThemeSettings) TypeID() uint32 {
		tl_input_theme_settings_gen.go#L174: func (*InputThemeSettings) TypeName() string {
		tl_input_theme_settings_gen.go#L179: func (i *InputThemeSettings) TypeInfo() tdp.Type {
		tl_input_theme_settings_gen.go#L227: func (i *InputThemeSettings) SetFlags() {
		tl_input_theme_settings_gen.go#L246: func (i *InputThemeSettings) Encode(b *bin.Buffer) error {
		tl_input_theme_settings_gen.go#L255: func (i *InputThemeSettings) EncodeBare(b *bin.Buffer) error {
		tl_input_theme_settings_gen.go#L296: func (i *InputThemeSettings) Decode(b *bin.Buffer) error {
		tl_input_theme_settings_gen.go#L307: func (i *InputThemeSettings) DecodeBare(b *bin.Buffer) error {
		tl_input_theme_settings_gen.go#L371: func (i *InputThemeSettings) SetMessageColorsAnimated(value bool) {
		tl_input_theme_settings_gen.go#L382: func (i *InputThemeSettings) GetMessageColorsAnimated() (value bool) {
		tl_input_theme_settings_gen.go#L390: func (i *InputThemeSettings) GetBaseTheme() (value BaseThemeClass) {
		tl_input_theme_settings_gen.go#L398: func (i *InputThemeSettings) GetAccentColor() (value int) {
		tl_input_theme_settings_gen.go#L406: func (i *InputThemeSettings) SetOutboxAccentColor(value int) {
		tl_input_theme_settings_gen.go#L413: func (i *InputThemeSettings) GetOutboxAccentColor() (value int, ok bool) {
		tl_input_theme_settings_gen.go#L424: func (i *InputThemeSettings) SetMessageColors(value []int) {
		tl_input_theme_settings_gen.go#L431: func (i *InputThemeSettings) GetMessageColors() (value []int, ok bool) {
		tl_input_theme_settings_gen.go#L442: func (i *InputThemeSettings) SetWallpaper(value InputWallPaperClass) {
		tl_input_theme_settings_gen.go#L449: func (i *InputThemeSettings) GetWallpaper() (value InputWallPaperClass, 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_registry_gen.go#L4548: 		InputThemeSettingsTypeID:                                                func() bin.Object { return &InputThemeSettings{} },