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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L260: type DCOptionsHandler func(ctx context.Context, e Entities, update *UpdateDCOptions) error
		tl_handlers_gen.go#L265: 		return handler(ctx, e, update.(*UpdateDCOptions))
		tl_registry_gen.go#L3843: 		UpdateDCOptionsTypeID:                                    func() bin.Object { return &UpdateDCOptions{} },
		tl_update_gen.go#L2957: type UpdateDCOptions struct {
		tl_update_gen.go#L2966: func (u UpdateDCOptions) construct() UpdateClass { return &u }
		tl_update_gen.go#L2970: 	_ bin.Encoder     = &UpdateDCOptions{}
		tl_update_gen.go#L2971: 	_ bin.Decoder     = &UpdateDCOptions{}
		tl_update_gen.go#L2972: 	_ bin.BareEncoder = &UpdateDCOptions{}
		tl_update_gen.go#L2973: 	_ bin.BareDecoder = &UpdateDCOptions{}
		tl_update_gen.go#L2975: 	_ UpdateClass = &UpdateDCOptions{}
		tl_update_gen.go#L2978: func (u *UpdateDCOptions) Zero() bool {
		tl_update_gen.go#L2990: func (u *UpdateDCOptions) String() string {
		tl_update_gen.go#L2994: 	type Alias UpdateDCOptions
		tl_update_gen.go#L2999: func (u *UpdateDCOptions) FillFrom(from interface {
		tl_update_gen.go#L3008: func (*UpdateDCOptions) TypeID() uint32 {
		tl_update_gen.go#L3013: func (*UpdateDCOptions) TypeName() string {
		tl_update_gen.go#L3018: func (u *UpdateDCOptions) TypeInfo() tdp.Type {
		tl_update_gen.go#L3037: func (u *UpdateDCOptions) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L3046: func (u *UpdateDCOptions) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L3060: func (u *UpdateDCOptions) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L3071: func (u *UpdateDCOptions) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L3096: func (u *UpdateDCOptions) GetDCOptions() (value []DCOption) {
		tl_update_gen.go#L25056: 		v := UpdateDCOptions{}
		tl_update_slices_gen.go#L317: 		value, ok := elem.(*UpdateDCOptions)
		tl_update_slices_gen.go#L2811: type UpdateDCOptionsArray []UpdateDCOptions
		tl_update_slices_gen.go#L2814: func (s UpdateDCOptionsArray) Sort(less func(a, b UpdateDCOptions) bool) UpdateDCOptionsArray {
		tl_update_slices_gen.go#L2822: func (s UpdateDCOptionsArray) SortStable(less func(a, b UpdateDCOptions) bool) UpdateDCOptionsArray {
		tl_update_slices_gen.go#L2830: func (s UpdateDCOptionsArray) Retain(keep func(x UpdateDCOptions) bool) UpdateDCOptionsArray {
		tl_update_slices_gen.go#L2844: func (s UpdateDCOptionsArray) First() (v UpdateDCOptions, ok bool) {
		tl_update_slices_gen.go#L2852: func (s UpdateDCOptionsArray) Last() (v UpdateDCOptions, ok bool) {
		tl_update_slices_gen.go#L2860: func (s *UpdateDCOptionsArray) PopFirst() (v UpdateDCOptions, ok bool) {
		tl_update_slices_gen.go#L2870: 	var zero UpdateDCOptions
		tl_update_slices_gen.go#L2879: func (s *UpdateDCOptionsArray) Pop() (v UpdateDCOptions, ok bool) {

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