type github.com/gotd/td/tg.UpdateGroupCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1121: func (s UpdateClassArray) AsUpdateGroupCall() (to UpdateGroupCallArray) {
tl_update_slices_gen.go#L8486: type UpdateGroupCallArray []UpdateGroupCall
tl_update_slices_gen.go#L8489: func (s UpdateGroupCallArray) Sort(less func(a, b UpdateGroupCall) bool) UpdateGroupCallArray {
tl_update_slices_gen.go#L8497: func (s UpdateGroupCallArray) SortStable(less func(a, b UpdateGroupCall) bool) UpdateGroupCallArray {
tl_update_slices_gen.go#L8505: func (s UpdateGroupCallArray) Retain(keep func(x UpdateGroupCall) bool) UpdateGroupCallArray {
tl_update_slices_gen.go#L8519: func (s UpdateGroupCallArray) First() (v UpdateGroupCall, ok bool) {
tl_update_slices_gen.go#L8527: func (s UpdateGroupCallArray) Last() (v UpdateGroupCall, ok bool) {
tl_update_slices_gen.go#L8535: func (s *UpdateGroupCallArray) PopFirst() (v UpdateGroupCall, ok bool) {
tl_update_slices_gen.go#L8554: func (s *UpdateGroupCallArray) Pop() (v UpdateGroupCall, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |