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

22 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L560: type ConfigHandler func(ctx context.Context, e Entities, update *UpdateConfig) error
		tl_handlers_gen.go#L565: 		return handler(ctx, e, update.(*UpdateConfig))
		tl_registry_gen.go#L3873: 		UpdateConfigTypeID:                                       func() bin.Object { return &UpdateConfig{} },
		tl_update_gen.go#L9636: type UpdateConfig struct {
		tl_update_gen.go#L9643: func (u UpdateConfig) construct() UpdateClass { return &u }
		tl_update_gen.go#L9647: 	_ bin.Encoder     = &UpdateConfig{}
		tl_update_gen.go#L9648: 	_ bin.Decoder     = &UpdateConfig{}
		tl_update_gen.go#L9649: 	_ bin.BareEncoder = &UpdateConfig{}
		tl_update_gen.go#L9650: 	_ bin.BareDecoder = &UpdateConfig{}
		tl_update_gen.go#L9652: 	_ UpdateClass = &UpdateConfig{}
		tl_update_gen.go#L9655: func (u *UpdateConfig) Zero() bool {
		tl_update_gen.go#L9664: func (u *UpdateConfig) String() string {
		tl_update_gen.go#L9668: 	type Alias UpdateConfig
		tl_update_gen.go#L9675: func (*UpdateConfig) TypeID() uint32 {
		tl_update_gen.go#L9680: func (*UpdateConfig) TypeName() string {
		tl_update_gen.go#L9685: func (u *UpdateConfig) TypeInfo() tdp.Type {
		tl_update_gen.go#L9699: func (u *UpdateConfig) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L9708: func (u *UpdateConfig) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L9716: func (u *UpdateConfig) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L9727: func (u *UpdateConfig) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L25266: 		v := UpdateConfig{}

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