const github.com/gotd/td/tg.UpdateReadChannelOutboxTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L524: u.handlers[UpdateReadChannelOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L305: UpdateReadChannelOutboxTypeID: "updateReadChannelOutbox#b75f99a9",
tl_registry_gen.go#L2087: "updateReadChannelOutbox": UpdateReadChannelOutboxTypeID,
tl_registry_gen.go#L3869: UpdateReadChannelOutboxTypeID: func() bin.Object { return &UpdateReadChannelOutbox{} },
tl_registry_gen.go#L6566: UpdateReadChannelOutboxTypeID,
tl_update_gen.go#L9027: const UpdateReadChannelOutboxTypeID = 0xb75f99a9
tl_update_gen.go#L9078: return UpdateReadChannelOutboxTypeID
tl_update_gen.go#L9090: ID: UpdateReadChannelOutboxTypeID,
tl_update_gen.go#L9114: b.PutID(UpdateReadChannelOutboxTypeID)
tl_update_gen.go#L9133: if err := b.ConsumeID(UpdateReadChannelOutboxTypeID); err != nil {
tl_update_gen.go#L25236: case UpdateReadChannelOutboxTypeID:
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. |