const github.com/gotd/td/tg.UpdateDCOptionsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L264: u.handlers[UpdateDCOptionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L279: UpdateDCOptionsTypeID: "updateDcOptions#8e5e9873",
tl_registry_gen.go#L2061: "updateDcOptions": UpdateDCOptionsTypeID,
tl_registry_gen.go#L3843: UpdateDCOptionsTypeID: func() bin.Object { return &UpdateDCOptions{} },
tl_registry_gen.go#L6540: UpdateDCOptionsTypeID,
tl_update_gen.go#L2963: const UpdateDCOptionsTypeID = 0x8e5e9873
tl_update_gen.go#L3009: return UpdateDCOptionsTypeID
tl_update_gen.go#L3021: ID: UpdateDCOptionsTypeID,
tl_update_gen.go#L3041: b.PutID(UpdateDCOptionsTypeID)
tl_update_gen.go#L3064: if err := b.ConsumeID(UpdateDCOptionsTypeID); err != nil {
tl_update_gen.go#L25054: case UpdateDCOptionsTypeID:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |