const github.com/gotd/td/tg.UpdateRecentStickersTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L554: u.handlers[UpdateRecentStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L308: UpdateRecentStickersTypeID: "updateRecentStickers#9a422c20",
tl_registry_gen.go#L2090: "updateRecentStickers": UpdateRecentStickersTypeID,
tl_registry_gen.go#L3872: UpdateRecentStickersTypeID: func() bin.Object { return &UpdateRecentStickers{} },
tl_registry_gen.go#L6569: UpdateRecentStickersTypeID,
tl_update_gen.go#L9534: const UpdateRecentStickersTypeID = 0x9a422c20
tl_update_gen.go#L9570: return UpdateRecentStickersTypeID
tl_update_gen.go#L9582: ID: UpdateRecentStickersTypeID,
tl_update_gen.go#L9597: b.PutID(UpdateRecentStickersTypeID)
tl_update_gen.go#L9614: if err := b.ConsumeID(UpdateRecentStickersTypeID); err != nil {
tl_update_gen.go#L25257: case UpdateRecentStickersTypeID:
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. |