github.com/gotd/td/tg.RichMessage.Photos (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_rich_message_gen.go#L47: 	Photos []PhotoClass
		tl_rich_message_gen.go#L79: 	if !(r.Photos == nil) {
		tl_rich_message_gen.go#L109: 	r.Photos = from.GetPhotos()
		tl_rich_message_gen.go#L199: 	b.PutVectorHeader(len(r.Photos))
		tl_rich_message_gen.go#L200: 	for idx, v := range r.Photos {
		tl_rich_message_gen.go#L267: 			r.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_rich_message_gen.go#L274: 			r.Photos = append(r.Photos, value)
		tl_rich_message_gen.go#L348: 	return r.Photos
		tl_rich_message_gen.go#L366: 	return PhotoClassArray(r.Photos)