github.com/gotd/td/internal/mt.Pong.PingID (field)
7 uses
github.com/gotd/td/internal/mt (current package)
tl_pong_gen.go#L39: PingID int64
tl_pong_gen.go#L60: if !(p.PingID == 0) {
tl_pong_gen.go#L126: b.PutLong(p.PingID)
tl_pong_gen.go#L158: p.PingID = value
tl_pong_gen.go#L176: return p.PingID
github.com/gotd/td/internal/mtproto
ping.go#L46: ch, ok := c.ping[pong.PingID]
ping.go#L49: delete(c.ping, pong.PingID)
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. |