const github.com/gotd/td/tg.UpdateSentStoryReactionTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1274: u.handlers[UpdateSentStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L380: UpdateSentStoryReactionTypeID: "updateSentStoryReaction#7d627683",
tl_registry_gen.go#L2162: "updateSentStoryReaction": UpdateSentStoryReactionTypeID,
tl_registry_gen.go#L3944: UpdateSentStoryReactionTypeID: func() bin.Object { return &UpdateSentStoryReaction{} },
tl_registry_gen.go#L6641: UpdateSentStoryReactionTypeID,
tl_update_gen.go#L23355: const UpdateSentStoryReactionTypeID = 0x7d627683
tl_update_gen.go#L23411: return UpdateSentStoryReactionTypeID
tl_update_gen.go#L23423: ID: UpdateSentStoryReactionTypeID,
tl_update_gen.go#L23451: b.PutID(UpdateSentStoryReactionTypeID)
tl_update_gen.go#L23481: if err := b.ConsumeID(UpdateSentStoryReactionTypeID); err != nil {
tl_update_gen.go#L25761: case UpdateSentStoryReactionTypeID:
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. |