type github.com/gotd/td/tg.UpdateGroupCallConnectionArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1186: func (s UpdateClassArray) AsUpdateGroupCallConnection() (to UpdateGroupCallConnectionArray) {
tl_update_slices_gen.go#L8431: type UpdateGroupCallConnectionArray []UpdateGroupCallConnection
tl_update_slices_gen.go#L8434: func (s UpdateGroupCallConnectionArray) Sort(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
tl_update_slices_gen.go#L8442: func (s UpdateGroupCallConnectionArray) SortStable(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
tl_update_slices_gen.go#L8450: func (s UpdateGroupCallConnectionArray) Retain(keep func(x UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
tl_update_slices_gen.go#L8464: func (s UpdateGroupCallConnectionArray) First() (v UpdateGroupCallConnection, ok bool) {
tl_update_slices_gen.go#L8472: func (s UpdateGroupCallConnectionArray) Last() (v UpdateGroupCallConnection, ok bool) {
tl_update_slices_gen.go#L8480: func (s *UpdateGroupCallConnectionArray) PopFirst() (v UpdateGroupCallConnection, ok bool) {
tl_update_slices_gen.go#L8499: func (s *UpdateGroupCallConnectionArray) Pop() (v UpdateGroupCallConnection, 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. |