const github.com/gotd/td/tg.MessagesReportReactionRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_report_reaction_gen.go#L51: const MessagesReportReactionRequestTypeID = 0x3f64c076
tl_messages_report_reaction_gen.go#L102: return MessagesReportReactionRequestTypeID
tl_messages_report_reaction_gen.go#L114: ID: MessagesReportReactionRequestTypeID,
tl_messages_report_reaction_gen.go#L142: b.PutID(MessagesReportReactionRequestTypeID)
tl_messages_report_reaction_gen.go#L172: if err := b.ConsumeID(MessagesReportReactionRequestTypeID); err != nil {
tl_registry_gen.go#L1560: MessagesReportReactionRequestTypeID: "messages.reportReaction#3f64c076",
tl_registry_gen.go#L3342: "messages.reportReaction": MessagesReportReactionRequestTypeID,
tl_registry_gen.go#L5124: MessagesReportReactionRequestTypeID: func() bin.Object { return &MessagesReportReactionRequest{} },
tl_server_gen.go#L5795: s.handlers[MessagesReportReactionRequestTypeID] = handler
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. |