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

10 uses

	github.com/gotd/td/internal/mt (current package)
		tl_pong_gen.go#L43: const PongTypeID = 0x347773c5
		tl_pong_gen.go#L80: 	return PongTypeID
		tl_pong_gen.go#L92: 		ID:   PongTypeID,
		tl_pong_gen.go#L116: 	b.PutID(PongTypeID)
		tl_pong_gen.go#L135: 	if err := b.ConsumeID(PongTypeID); err != nil {
		tl_registry_gen.go#L55: 		PongTypeID:                       "pong#347773c5",
		tl_registry_gen.go#L106: 		"pong":                       PongTypeID,
		tl_registry_gen.go#L157: 		PongTypeID:                       func() bin.Object { return &Pong{} },

	github.com/gotd/td/internal/mtproto
		handle_message.go#L31: 	case mt.PongTypeID:
		handle_result.go#L61: 	if id == mt.PongTypeID {