const github.com/gotd/td/tg.AvailableReactionTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_available_reaction_gen.go#L76: const AvailableReactionTypeID = 0xc077ec01
tl_available_reaction_gen.go#L176: return AvailableReactionTypeID
tl_available_reaction_gen.go#L188: ID: AvailableReactionTypeID,
tl_available_reaction_gen.go#L268: b.PutID(AvailableReactionTypeID)
tl_available_reaction_gen.go#L337: if err := b.ConsumeID(AvailableReactionTypeID); err != nil {
tl_registry_gen.go#L1076: AvailableReactionTypeID: "availableReaction#c077ec01",
tl_registry_gen.go#L2858: "availableReaction": AvailableReactionTypeID,
tl_registry_gen.go#L4640: AvailableReactionTypeID: func() bin.Object { return &AvailableReaction{} },
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. |