github.com/gotd/td/tg.UpdateGroupCallChainBlocks.Blocks (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L28869: 	Blocks [][]byte
		tl_update_gen.go#L28900: 	if !(u.Blocks == nil) {
		tl_update_gen.go#L28928: 	u.Blocks = from.GetBlocks()
		tl_update_gen.go#L28996: 	b.PutVectorHeader(len(u.Blocks))
		tl_update_gen.go#L28997: 	for _, v := range u.Blocks {
		tl_update_gen.go#L29041: 			u.Blocks = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L29048: 			u.Blocks = append(u.Blocks, value)
		tl_update_gen.go#L29082: 	return u.Blocks