type github.com/gotd/td/tg.UpdateBotCallbackQueryArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L601: func (s UpdateClassArray) AsUpdateBotCallbackQuery() (to UpdateBotCallbackQueryArray) {
tl_update_slices_gen.go#L4643: type UpdateBotCallbackQueryArray []UpdateBotCallbackQuery
tl_update_slices_gen.go#L4646: func (s UpdateBotCallbackQueryArray) Sort(less func(a, b UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
tl_update_slices_gen.go#L4654: func (s UpdateBotCallbackQueryArray) SortStable(less func(a, b UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
tl_update_slices_gen.go#L4662: func (s UpdateBotCallbackQueryArray) Retain(keep func(x UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
tl_update_slices_gen.go#L4676: func (s UpdateBotCallbackQueryArray) First() (v UpdateBotCallbackQuery, ok bool) {
tl_update_slices_gen.go#L4684: func (s UpdateBotCallbackQueryArray) Last() (v UpdateBotCallbackQuery, ok bool) {
tl_update_slices_gen.go#L4692: func (s *UpdateBotCallbackQueryArray) PopFirst() (v UpdateBotCallbackQuery, ok bool) {
tl_update_slices_gen.go#L4711: func (s *UpdateBotCallbackQueryArray) Pop() (v UpdateBotCallbackQuery, 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. |