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

22 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L564: type ConfigHandler func(ctx context.Context, e Entities, update *UpdateConfig) error
		tl_handlers_gen.go#L569: 		return handler(ctx, e, update.(*UpdateConfig))
		tl_registry_gen.go#L5284: 		UpdateConfigTypeID:                                       func() bin.Object { return &UpdateConfig{} },
		tl_update_gen.go#L9865: type UpdateConfig struct {
		tl_update_gen.go#L9872: func (u UpdateConfig) construct() UpdateClass { return &u }
		tl_update_gen.go#L9876: 	_ bin.Encoder     = &UpdateConfig{}
		tl_update_gen.go#L9877: 	_ bin.Decoder     = &UpdateConfig{}
		tl_update_gen.go#L9878: 	_ bin.BareEncoder = &UpdateConfig{}
		tl_update_gen.go#L9879: 	_ bin.BareDecoder = &UpdateConfig{}
		tl_update_gen.go#L9881: 	_ UpdateClass = &UpdateConfig{}
		tl_update_gen.go#L9884: func (u *UpdateConfig) Zero() bool {
		tl_update_gen.go#L9893: func (u *UpdateConfig) String() string {
		tl_update_gen.go#L9897: 	type Alias UpdateConfig
		tl_update_gen.go#L9904: func (*UpdateConfig) TypeID() uint32 {
		tl_update_gen.go#L9909: func (*UpdateConfig) TypeName() string {
		tl_update_gen.go#L9914: func (u *UpdateConfig) TypeInfo() tdp.Type {
		tl_update_gen.go#L9928: func (u *UpdateConfig) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L9937: func (u *UpdateConfig) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L9945: func (u *UpdateConfig) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L9956: func (u *UpdateConfig) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L34515: 		v := UpdateConfig{}

	github.com/gotd/td/telegram
		handle_updates.go#L18: 		case *tg.UpdateConfig, *tg.UpdateDCOptions: