github.com/gotd/td/bin.Buffer.Uint64 (method)

3 uses

	github.com/gotd/td/bin (current package)
		decode.go#L46: func (b *Buffer) Uint64() (uint64, error) {
		decode.go#L181: 	v, err := b.Uint64()

	github.com/gotd/td/session/tdesktop
		dbi.go#L110: 	u, err := r.buf.Uint64()