type github.com/gotd/td/tg.InputBotInlineResultPhotoArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_bot_inline_result_slices_gen.go#L133: func (s InputBotInlineResultClassArray) AsInputBotInlineResultPhoto() (to InputBotInlineResultPhotoArray) {
		tl_input_bot_inline_result_slices_gen.go#L254: type InputBotInlineResultPhotoArray []InputBotInlineResultPhoto
		tl_input_bot_inline_result_slices_gen.go#L257: func (s InputBotInlineResultPhotoArray) Sort(less func(a, b InputBotInlineResultPhoto) bool) InputBotInlineResultPhotoArray {
		tl_input_bot_inline_result_slices_gen.go#L265: func (s InputBotInlineResultPhotoArray) SortStable(less func(a, b InputBotInlineResultPhoto) bool) InputBotInlineResultPhotoArray {
		tl_input_bot_inline_result_slices_gen.go#L273: func (s InputBotInlineResultPhotoArray) Retain(keep func(x InputBotInlineResultPhoto) bool) InputBotInlineResultPhotoArray {
		tl_input_bot_inline_result_slices_gen.go#L287: func (s InputBotInlineResultPhotoArray) First() (v InputBotInlineResultPhoto, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L295: func (s InputBotInlineResultPhotoArray) Last() (v InputBotInlineResultPhoto, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L303: func (s *InputBotInlineResultPhotoArray) PopFirst() (v InputBotInlineResultPhoto, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L322: func (s *InputBotInlineResultPhotoArray) Pop() (v InputBotInlineResultPhoto, ok bool) {