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 {
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. |