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

12 uses

	github.com/gotd/td/tg (current package)
		tl_bot_inline_result_slices_gen.go#L120: func (s BotInlineResultClassArray) AsBotInlineResult() (to BotInlineResultArray) {
		tl_bot_inline_result_slices_gen.go#L146: type BotInlineResultArray []BotInlineResult
		tl_bot_inline_result_slices_gen.go#L149: func (s BotInlineResultArray) Sort(less func(a, b BotInlineResult) bool) BotInlineResultArray {
		tl_bot_inline_result_slices_gen.go#L157: func (s BotInlineResultArray) SortStable(less func(a, b BotInlineResult) bool) BotInlineResultArray {
		tl_bot_inline_result_slices_gen.go#L165: func (s BotInlineResultArray) Retain(keep func(x BotInlineResult) bool) BotInlineResultArray {
		tl_bot_inline_result_slices_gen.go#L179: func (s BotInlineResultArray) First() (v BotInlineResult, ok bool) {
		tl_bot_inline_result_slices_gen.go#L187: func (s BotInlineResultArray) Last() (v BotInlineResult, ok bool) {
		tl_bot_inline_result_slices_gen.go#L195: func (s *BotInlineResultArray) PopFirst() (v BotInlineResult, ok bool) {
		tl_bot_inline_result_slices_gen.go#L214: func (s *BotInlineResultArray) Pop() (v BotInlineResult, ok bool) {