type github.com/gotd/td/tg.UpdateBotInlineQueryArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L562: func (s UpdateClassArray) AsUpdateBotInlineQuery() (to UpdateBotInlineQueryArray) {
tl_update_slices_gen.go#L4397: type UpdateBotInlineQueryArray []UpdateBotInlineQuery
tl_update_slices_gen.go#L4400: func (s UpdateBotInlineQueryArray) Sort(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
tl_update_slices_gen.go#L4408: func (s UpdateBotInlineQueryArray) SortStable(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
tl_update_slices_gen.go#L4416: func (s UpdateBotInlineQueryArray) Retain(keep func(x UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
tl_update_slices_gen.go#L4430: func (s UpdateBotInlineQueryArray) First() (v UpdateBotInlineQuery, ok bool) {
tl_update_slices_gen.go#L4438: func (s UpdateBotInlineQueryArray) Last() (v UpdateBotInlineQuery, ok bool) {
tl_update_slices_gen.go#L4446: func (s *UpdateBotInlineQueryArray) PopFirst() (v UpdateBotInlineQuery, ok bool) {
tl_update_slices_gen.go#L4465: func (s *UpdateBotInlineQueryArray) Pop() (v UpdateBotInlineQuery, 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. |