type github.com/gotd/td/tg.UpdateGroupCallParticipantsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1108: func (s UpdateClassArray) AsUpdateGroupCallParticipants() (to UpdateGroupCallParticipantsArray) {
tl_update_slices_gen.go#L7897: type UpdateGroupCallParticipantsArray []UpdateGroupCallParticipants
tl_update_slices_gen.go#L7900: func (s UpdateGroupCallParticipantsArray) Sort(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
tl_update_slices_gen.go#L7908: func (s UpdateGroupCallParticipantsArray) SortStable(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
tl_update_slices_gen.go#L7916: func (s UpdateGroupCallParticipantsArray) Retain(keep func(x UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
tl_update_slices_gen.go#L7930: func (s UpdateGroupCallParticipantsArray) First() (v UpdateGroupCallParticipants, ok bool) {
tl_update_slices_gen.go#L7938: func (s UpdateGroupCallParticipantsArray) Last() (v UpdateGroupCallParticipants, ok bool) {
tl_update_slices_gen.go#L7946: func (s *UpdateGroupCallParticipantsArray) PopFirst() (v UpdateGroupCallParticipants, ok bool) {
tl_update_slices_gen.go#L7965: func (s *UpdateGroupCallParticipantsArray) Pop() (v UpdateGroupCallParticipants, 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. |