type github.com/gotd/td/tg.BotInlineResultClassArray
15 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_result_slices_gen.go#L38: type BotInlineResultClassArray []BotInlineResultClass
tl_bot_inline_result_slices_gen.go#L41: func (s BotInlineResultClassArray) Sort(less func(a, b BotInlineResultClass) bool) BotInlineResultClassArray {
tl_bot_inline_result_slices_gen.go#L49: func (s BotInlineResultClassArray) SortStable(less func(a, b BotInlineResultClass) bool) BotInlineResultClassArray {
tl_bot_inline_result_slices_gen.go#L57: func (s BotInlineResultClassArray) Retain(keep func(x BotInlineResultClass) bool) BotInlineResultClassArray {
tl_bot_inline_result_slices_gen.go#L71: func (s BotInlineResultClassArray) First() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L79: func (s BotInlineResultClassArray) Last() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L87: func (s *BotInlineResultClassArray) PopFirst() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L106: func (s *BotInlineResultClassArray) Pop() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L120: func (s BotInlineResultClassArray) AsBotInlineResult() (to BotInlineResultArray) {
tl_bot_inline_result_slices_gen.go#L133: func (s BotInlineResultClassArray) AsBotInlineMediaResult() (to BotInlineMediaResultArray) {
tl_messages_bot_results_gen.go#L487: func (b *MessagesBotResults) MapResults() (value BotInlineResultClassArray) {
tl_messages_bot_results_gen.go#L488: return BotInlineResultClassArray(b.Results)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |