type github.com/gotd/td/tg.UpdateWebViewResultSentArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1251: func (s UpdateClassArray) AsUpdateWebViewResultSent() (to UpdateWebViewResultSentArray) {
tl_update_slices_gen.go#L8855: type UpdateWebViewResultSentArray []UpdateWebViewResultSent
tl_update_slices_gen.go#L8858: func (s UpdateWebViewResultSentArray) Sort(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L8866: func (s UpdateWebViewResultSentArray) SortStable(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L8874: func (s UpdateWebViewResultSentArray) Retain(keep func(x UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L8888: func (s UpdateWebViewResultSentArray) First() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L8896: func (s UpdateWebViewResultSentArray) Last() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L8904: func (s *UpdateWebViewResultSentArray) PopFirst() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L8923: func (s *UpdateWebViewResultSentArray) Pop() (v UpdateWebViewResultSent, 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. |