github.com/gotd/td/tg.RichMessage.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_rich_message_gen.go#L45: Blocks []PageBlockClass
tl_rich_message_gen.go#L76: if !(r.Blocks == nil) {
tl_rich_message_gen.go#L108: r.Blocks = from.GetBlocks()
tl_rich_message_gen.go#L190: b.PutVectorHeader(len(r.Blocks))
tl_rich_message_gen.go#L191: for idx, v := range r.Blocks {
tl_rich_message_gen.go#L250: r.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_rich_message_gen.go#L257: r.Blocks = append(r.Blocks, value)
tl_rich_message_gen.go#L340: return r.Blocks
tl_rich_message_gen.go#L361: return PageBlockClassArray(r.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. |