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#L7979: type UpdateGroupCallArray []UpdateGroupCall
tl_update_slices_gen.go#L7982: func (s UpdateGroupCallArray) Sort(less func(a, b UpdateGroupCall) bool) UpdateGroupCallArray {
tl_update_slices_gen.go#L7990: func (s UpdateGroupCallArray) SortStable(less func(a, b UpdateGroupCall) bool) UpdateGroupCallArray {
tl_update_slices_gen.go#L7998: func (s UpdateGroupCallArray) Retain(keep func(x UpdateGroupCall) bool) UpdateGroupCallArray {
tl_update_slices_gen.go#L8012: func (s UpdateGroupCallArray) First() (v UpdateGroupCall, ok bool) {
tl_update_slices_gen.go#L8020: func (s UpdateGroupCallArray) Last() (v UpdateGroupCall, ok bool) {
tl_update_slices_gen.go#L8028: func (s *UpdateGroupCallArray) PopFirst() (v UpdateGroupCall, ok bool) {
tl_update_slices_gen.go#L8047: func (s *UpdateGroupCallArray) Pop() (v UpdateGroupCall, 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. |