const github.com/gotd/td/tg.UpdateReadHistoryInboxTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L314: u.handlers[UpdateReadHistoryInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L284: UpdateReadHistoryInboxTypeID: "updateReadHistoryInbox#9c974fdf",
tl_registry_gen.go#L2066: "updateReadHistoryInbox": UpdateReadHistoryInboxTypeID,
tl_registry_gen.go#L3848: UpdateReadHistoryInboxTypeID: func() bin.Object { return &UpdateReadHistoryInbox{} },
tl_registry_gen.go#L6545: UpdateReadHistoryInboxTypeID,
tl_update_gen.go#L4057: const UpdateReadHistoryInboxTypeID = 0x9c974fdf
tl_update_gen.go#L4134: return UpdateReadHistoryInboxTypeID
tl_update_gen.go#L4146: ID: UpdateReadHistoryInboxTypeID,
tl_update_gen.go#L4194: b.PutID(UpdateReadHistoryInboxTypeID)
tl_update_gen.go#L4228: if err := b.ConsumeID(UpdateReadHistoryInboxTypeID); err != nil {
tl_update_gen.go#L25089: case UpdateReadHistoryInboxTypeID:
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. |