github.com/gotd/td/tg.InputRichMessage.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_input_rich_message_gen.go#L45: Blocks []PageBlockClass
tl_input_rich_message_gen.go#L89: if !(i.Blocks == nil) {
tl_input_rich_message_gen.go#L125: i.Blocks = from.GetBlocks()
tl_input_rich_message_gen.go#L233: b.PutVectorHeader(len(i.Blocks))
tl_input_rich_message_gen.go#L234: for idx, v := range i.Blocks {
tl_input_rich_message_gen.go#L308: i.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_input_rich_message_gen.go#L315: i.Blocks = append(i.Blocks, value)
tl_input_rich_message_gen.go#L415: return i.Blocks
tl_input_rich_message_gen.go#L474: return PageBlockClassArray(i.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. |