const github.com/gotd/td/tg.MessagesReportRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_messages_report_gen.go#L50: const MessagesReportRequestTypeID = 0xfc78af9b
		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#L179: 	if err := b.ConsumeID(MessagesReportRequestTypeID); err != nil {
		tl_registry_gen.go#L1896: 		MessagesReportRequestTypeID:                                             "messages.report#fc78af9b",
		tl_registry_gen.go#L4363: 		"messages.report":                                                   MessagesReportRequestTypeID,
		tl_registry_gen.go#L6830: 		MessagesReportRequestTypeID:                                             func() bin.Object { return &MessagesReportRequest{} },
		tl_server_gen.go#L3837: 	s.handlers[MessagesReportRequestTypeID] = handler