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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_rich_message_gen.go#L49: 	Photos []InputPhotoClass
		tl_input_rich_message_gen.go#L92: 	if !(i.Photos == nil) {
		tl_input_rich_message_gen.go#L127: 		i.Photos = val
		tl_input_rich_message_gen.go#L204: 	if !(i.Photos == nil) {
		tl_input_rich_message_gen.go#L243: 		b.PutVectorHeader(len(i.Photos))
		tl_input_rich_message_gen.go#L244: 		for idx, v := range i.Photos {
		tl_input_rich_message_gen.go#L325: 			i.Photos = make([]InputPhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_rich_message_gen.go#L332: 			i.Photos = append(i.Photos, value)
		tl_input_rich_message_gen.go#L421: 	i.Photos = value
		tl_input_rich_message_gen.go#L433: 	return i.Photos, true
		tl_input_rich_message_gen.go#L482: 	return InputPhotoClassArray(i.Photos), true