const github.com/gotd/td/tg.UpdatePeerHistoryTTLTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L984: u.handlers[UpdatePeerHistoryTTLTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L351: UpdatePeerHistoryTTLTypeID: "updatePeerHistoryTTL#bb9bb9a5",
tl_registry_gen.go#L2133: "updatePeerHistoryTTL": UpdatePeerHistoryTTLTypeID,
tl_registry_gen.go#L3915: UpdatePeerHistoryTTLTypeID: func() bin.Object { return &UpdatePeerHistoryTTL{} },
tl_registry_gen.go#L6612: UpdatePeerHistoryTTLTypeID,
tl_update_gen.go#L17639: const UpdatePeerHistoryTTLTypeID = 0xbb9bb9a5
tl_update_gen.go#L17696: return UpdatePeerHistoryTTLTypeID
tl_update_gen.go#L17708: ID: UpdatePeerHistoryTTLTypeID,
tl_update_gen.go#L17740: b.PutID(UpdatePeerHistoryTTLTypeID)
tl_update_gen.go#L17770: if err := b.ConsumeID(UpdatePeerHistoryTTLTypeID); err != nil {
tl_update_gen.go#L25558: case UpdatePeerHistoryTTLTypeID:
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. |