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)