const github.com/gotd/td/tg.MessagesReportRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_report_gen.go#L50: const MessagesReportRequestTypeID = 0x8953ab4e
tl_messages_report_gen.go#L106: return MessagesReportRequestTypeID
tl_messages_report_gen.go#L118: ID: MessagesReportRequestTypeID,
tl_messages_report_gen.go#L150: b.PutID(MessagesReportRequestTypeID)
tl_messages_report_gen.go#L184: if err := b.ConsumeID(MessagesReportRequestTypeID); err != nil {
tl_registry_gen.go#L1403: MessagesReportRequestTypeID: "messages.report#8953ab4e",
tl_registry_gen.go#L3185: "messages.report": MessagesReportRequestTypeID,
tl_registry_gen.go#L4967: MessagesReportRequestTypeID: func() bin.Object { return &MessagesReportRequest{} },
tl_server_gen.go#L2970: s.handlers[MessagesReportRequestTypeID] = 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. |