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

33 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L804: type ThemeHandler func(ctx context.Context, e Entities, update *UpdateTheme) error
		tl_handlers_gen.go#L809: 		return handler(ctx, e, update.(*UpdateTheme))
		tl_registry_gen.go#L5308: 		UpdateThemeTypeID:                                        func() bin.Object { return &UpdateTheme{} },
		tl_update_gen.go#L14603: type UpdateTheme struct {
		tl_update_gen.go#L14612: func (u UpdateTheme) construct() UpdateClass { return &u }
		tl_update_gen.go#L14616: 	_ bin.Encoder     = &UpdateTheme{}
		tl_update_gen.go#L14617: 	_ bin.Decoder     = &UpdateTheme{}
		tl_update_gen.go#L14618: 	_ bin.BareEncoder = &UpdateTheme{}
		tl_update_gen.go#L14619: 	_ bin.BareDecoder = &UpdateTheme{}
		tl_update_gen.go#L14621: 	_ UpdateClass = &UpdateTheme{}
		tl_update_gen.go#L14624: func (u *UpdateTheme) Zero() bool {
		tl_update_gen.go#L14636: func (u *UpdateTheme) String() string {
		tl_update_gen.go#L14640: 	type Alias UpdateTheme
		tl_update_gen.go#L14645: func (u *UpdateTheme) FillFrom(from interface {
		tl_update_gen.go#L14654: func (*UpdateTheme) TypeID() uint32 {
		tl_update_gen.go#L14659: func (*UpdateTheme) TypeName() string {
		tl_update_gen.go#L14664: func (u *UpdateTheme) TypeInfo() tdp.Type {
		tl_update_gen.go#L14683: func (u *UpdateTheme) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L14692: func (u *UpdateTheme) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L14703: func (u *UpdateTheme) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L14714: func (u *UpdateTheme) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L14727: func (u *UpdateTheme) GetTheme() (value Theme) {
		tl_update_gen.go#L34683: 		v := UpdateTheme{}
		tl_update_slices_gen.go#L928: 		value, ok := elem.(*UpdateTheme)
		tl_update_slices_gen.go#L7200: type UpdateThemeArray []UpdateTheme
		tl_update_slices_gen.go#L7203: func (s UpdateThemeArray) Sort(less func(a, b UpdateTheme) bool) UpdateThemeArray {
		tl_update_slices_gen.go#L7211: func (s UpdateThemeArray) SortStable(less func(a, b UpdateTheme) bool) UpdateThemeArray {
		tl_update_slices_gen.go#L7219: func (s UpdateThemeArray) Retain(keep func(x UpdateTheme) bool) UpdateThemeArray {
		tl_update_slices_gen.go#L7233: func (s UpdateThemeArray) First() (v UpdateTheme, ok bool) {
		tl_update_slices_gen.go#L7241: func (s UpdateThemeArray) Last() (v UpdateTheme, ok bool) {
		tl_update_slices_gen.go#L7249: func (s *UpdateThemeArray) PopFirst() (v UpdateTheme, ok bool) {
		tl_update_slices_gen.go#L7259: 	var zero UpdateTheme
		tl_update_slices_gen.go#L7268: func (s *UpdateThemeArray) Pop() (v UpdateTheme, ok bool) {