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

8 uses

	github.com/gotd/td/bin (current package)
		decode.go#L201: func (b *Buffer) Int256() (Int256, error) {
		int256.go#L10: 	v, err := buf.Int256()

	github.com/gotd/td/crypto
		rand.go#L52: 	return b.Int256()

	github.com/gotd/td/mt
		tl_p_q_inner_data_gen.go#L227: 		value, err := b.Int256()
		tl_p_q_inner_data_gen.go#L487: 		value, err := b.Int256()
		tl_p_q_inner_data_gen.go#L772: 		value, err := b.Int256()

	github.com/gotd/td/tg
		tl_phone_create_conference_call_gen.go#L297: 		value, err := b.Int256()
		tl_phone_join_group_call_gen.go#L337: 		value, err := b.Int256()