const github.com/gotd/td/internal/mt.PingRequestTypeID

8 uses

	github.com/gotd/td/internal/mt (current package)
		tl_ping_gen.go#L41: const PingRequestTypeID = 0x7abe77ec
		tl_ping_gen.go#L75: 	return PingRequestTypeID
		tl_ping_gen.go#L87: 		ID:   PingRequestTypeID,
		tl_ping_gen.go#L107: 	b.PutID(PingRequestTypeID)
		tl_ping_gen.go#L125: 	if err := b.ConsumeID(PingRequestTypeID); err != nil {
		tl_registry_gen.go#L78: 		PingRequestTypeID:                "ping#7abe77ec",
		tl_registry_gen.go#L129: 		"ping":                       PingRequestTypeID,
		tl_registry_gen.go#L180: 		PingRequestTypeID:                func() bin.Object { return &PingRequest{} },