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
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |