const github.com/gotd/td/tg.ReactionEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_reaction_gen.go#L42: const ReactionEmptyTypeID = 0x79f5d419
tl_reaction_gen.go#L78: return ReactionEmptyTypeID
tl_reaction_gen.go#L90: ID: ReactionEmptyTypeID,
tl_reaction_gen.go#L105: b.PutID(ReactionEmptyTypeID)
tl_reaction_gen.go#L122: if err := b.ConsumeID(ReactionEmptyTypeID); err != nil {
tl_reaction_gen.go#L457: case ReactionEmptyTypeID:
tl_registry_gen.go#L1125: ReactionEmptyTypeID: "reactionEmpty#79f5d419",
tl_registry_gen.go#L2907: "reactionEmpty": ReactionEmptyTypeID,
tl_registry_gen.go#L4689: ReactionEmptyTypeID: func() bin.Object { return &ReactionEmpty{} },
tl_registry_gen.go#L6352: ReactionEmptyTypeID,
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. |