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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_bot_inline_result_slices_gen.go#L120: func (s InputBotInlineResultClassArray) AsInputBotInlineResult() (to InputBotInlineResultArray) {
		tl_input_bot_inline_result_slices_gen.go#L172: type InputBotInlineResultArray []InputBotInlineResult
		tl_input_bot_inline_result_slices_gen.go#L175: func (s InputBotInlineResultArray) Sort(less func(a, b InputBotInlineResult) bool) InputBotInlineResultArray {
		tl_input_bot_inline_result_slices_gen.go#L183: func (s InputBotInlineResultArray) SortStable(less func(a, b InputBotInlineResult) bool) InputBotInlineResultArray {
		tl_input_bot_inline_result_slices_gen.go#L191: func (s InputBotInlineResultArray) Retain(keep func(x InputBotInlineResult) bool) InputBotInlineResultArray {
		tl_input_bot_inline_result_slices_gen.go#L205: func (s InputBotInlineResultArray) First() (v InputBotInlineResult, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L213: func (s InputBotInlineResultArray) Last() (v InputBotInlineResult, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L221: func (s *InputBotInlineResultArray) PopFirst() (v InputBotInlineResult, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L240: func (s *InputBotInlineResultArray) Pop() (v InputBotInlineResult, ok bool) {