type github.com/gotd/td/tg.UpdatePendingJoinRequestsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1212: func (s UpdateClassArray) AsUpdatePendingJoinRequests() (to UpdatePendingJoinRequestsArray) {
tl_update_slices_gen.go#L8595: type UpdatePendingJoinRequestsArray []UpdatePendingJoinRequests
tl_update_slices_gen.go#L8598: func (s UpdatePendingJoinRequestsArray) Sort(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L8606: func (s UpdatePendingJoinRequestsArray) SortStable(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L8614: func (s UpdatePendingJoinRequestsArray) Retain(keep func(x UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L8628: func (s UpdatePendingJoinRequestsArray) First() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L8636: func (s UpdatePendingJoinRequestsArray) Last() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L8644: func (s *UpdatePendingJoinRequestsArray) PopFirst() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L8663: func (s *UpdatePendingJoinRequestsArray) Pop() (v UpdatePendingJoinRequests, 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. |