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

33 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L800: type ThemeHandler func(ctx context.Context, e Entities, update *UpdateTheme) error
		tl_handlers_gen.go#L805: 		return handler(ctx, e, update.(*UpdateTheme))
		tl_registry_gen.go#L3897: 		UpdateThemeTypeID:                                        func() bin.Object { return &UpdateTheme{} },
		tl_update_gen.go#L14016: type UpdateTheme struct {
		tl_update_gen.go#L14025: func (u UpdateTheme) construct() UpdateClass { return &u }
		tl_update_gen.go#L14029: 	_ bin.Encoder     = &UpdateTheme{}
		tl_update_gen.go#L14030: 	_ bin.Decoder     = &UpdateTheme{}
		tl_update_gen.go#L14031: 	_ bin.BareEncoder = &UpdateTheme{}
		tl_update_gen.go#L14032: 	_ bin.BareDecoder = &UpdateTheme{}
		tl_update_gen.go#L14034: 	_ UpdateClass = &UpdateTheme{}
		tl_update_gen.go#L14037: func (u *UpdateTheme) Zero() bool {
		tl_update_gen.go#L14049: func (u *UpdateTheme) String() string {
		tl_update_gen.go#L14053: 	type Alias UpdateTheme
		tl_update_gen.go#L14058: func (u *UpdateTheme) FillFrom(from interface {
		tl_update_gen.go#L14067: func (*UpdateTheme) TypeID() uint32 {
		tl_update_gen.go#L14072: func (*UpdateTheme) TypeName() string {
		tl_update_gen.go#L14077: func (u *UpdateTheme) TypeInfo() tdp.Type {
		tl_update_gen.go#L14096: func (u *UpdateTheme) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L14105: func (u *UpdateTheme) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L14116: func (u *UpdateTheme) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L14127: func (u *UpdateTheme) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L14140: func (u *UpdateTheme) GetTheme() (value Theme) {
		tl_update_gen.go#L25434: 		v := UpdateTheme{}
		tl_update_slices_gen.go#L928: 		value, ok := elem.(*UpdateTheme)
		tl_update_slices_gen.go#L6693: type UpdateThemeArray []UpdateTheme
		tl_update_slices_gen.go#L6696: func (s UpdateThemeArray) Sort(less func(a, b UpdateTheme) bool) UpdateThemeArray {
		tl_update_slices_gen.go#L6704: func (s UpdateThemeArray) SortStable(less func(a, b UpdateTheme) bool) UpdateThemeArray {
		tl_update_slices_gen.go#L6712: func (s UpdateThemeArray) Retain(keep func(x UpdateTheme) bool) UpdateThemeArray {
		tl_update_slices_gen.go#L6726: func (s UpdateThemeArray) First() (v UpdateTheme, ok bool) {
		tl_update_slices_gen.go#L6734: func (s UpdateThemeArray) Last() (v UpdateTheme, ok bool) {
		tl_update_slices_gen.go#L6742: func (s *UpdateThemeArray) PopFirst() (v UpdateTheme, ok bool) {
		tl_update_slices_gen.go#L6752: 	var zero UpdateTheme
		tl_update_slices_gen.go#L6761: func (s *UpdateThemeArray) Pop() (v UpdateTheme, ok bool) {