type github.com/gotd/td/tg.UpdateBotWebhookJSONArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L705: func (s UpdateClassArray) AsUpdateBotWebhookJSON() (to UpdateBotWebhookJSONArray) {
tl_update_slices_gen.go#L5299: type UpdateBotWebhookJSONArray []UpdateBotWebhookJSON
tl_update_slices_gen.go#L5302: func (s UpdateBotWebhookJSONArray) Sort(less func(a, b UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
tl_update_slices_gen.go#L5310: func (s UpdateBotWebhookJSONArray) SortStable(less func(a, b UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
tl_update_slices_gen.go#L5318: func (s UpdateBotWebhookJSONArray) Retain(keep func(x UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
tl_update_slices_gen.go#L5332: func (s UpdateBotWebhookJSONArray) First() (v UpdateBotWebhookJSON, ok bool) {
tl_update_slices_gen.go#L5340: func (s UpdateBotWebhookJSONArray) Last() (v UpdateBotWebhookJSON, ok bool) {
tl_update_slices_gen.go#L5348: func (s *UpdateBotWebhookJSONArray) PopFirst() (v UpdateBotWebhookJSON, ok bool) {
tl_update_slices_gen.go#L5367: func (s *UpdateBotWebhookJSONArray) Pop() (v UpdateBotWebhookJSON, 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. |