const github.com/gotd/td/tg.MessagesReactionsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_messages_reactions_gen.go#L157: const MessagesReactionsTypeID = 0xeafdf716
tl_messages_reactions_gen.go#L208: return MessagesReactionsTypeID
tl_messages_reactions_gen.go#L220: ID: MessagesReactionsTypeID,
tl_messages_reactions_gen.go#L244: b.PutID(MessagesReactionsTypeID)
tl_messages_reactions_gen.go#L271: if err := b.ConsumeID(MessagesReactionsTypeID); err != nil {
tl_messages_reactions_gen.go#L394: case MessagesReactionsTypeID:
tl_registry_gen.go#L1132: MessagesReactionsTypeID: "messages.reactions#eafdf716",
tl_registry_gen.go#L2914: "messages.reactions": MessagesReactionsTypeID,
tl_registry_gen.go#L4696: MessagesReactionsTypeID: func() bin.Object { return &MessagesReactions{} },
tl_registry_gen.go#L6183: MessagesReactionsTypeID,
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. |