type github.com/gotd/td/tg.InputBotInlineResultDocumentArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_result_slices_gen.go#L146: func (s InputBotInlineResultClassArray) AsInputBotInlineResultDocument() (to InputBotInlineResultDocumentArray) {
tl_input_bot_inline_result_slices_gen.go#L336: type InputBotInlineResultDocumentArray []InputBotInlineResultDocument
tl_input_bot_inline_result_slices_gen.go#L339: func (s InputBotInlineResultDocumentArray) Sort(less func(a, b InputBotInlineResultDocument) bool) InputBotInlineResultDocumentArray {
tl_input_bot_inline_result_slices_gen.go#L347: func (s InputBotInlineResultDocumentArray) SortStable(less func(a, b InputBotInlineResultDocument) bool) InputBotInlineResultDocumentArray {
tl_input_bot_inline_result_slices_gen.go#L355: func (s InputBotInlineResultDocumentArray) Retain(keep func(x InputBotInlineResultDocument) bool) InputBotInlineResultDocumentArray {
tl_input_bot_inline_result_slices_gen.go#L369: func (s InputBotInlineResultDocumentArray) First() (v InputBotInlineResultDocument, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L377: func (s InputBotInlineResultDocumentArray) Last() (v InputBotInlineResultDocument, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L385: func (s *InputBotInlineResultDocumentArray) PopFirst() (v InputBotInlineResultDocument, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L404: func (s *InputBotInlineResultDocumentArray) Pop() (v InputBotInlineResultDocument, ok bool) {
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. |