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#L9102: type UpdatePendingJoinRequestsArray []UpdatePendingJoinRequests
tl_update_slices_gen.go#L9105: func (s UpdatePendingJoinRequestsArray) Sort(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L9113: func (s UpdatePendingJoinRequestsArray) SortStable(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L9121: func (s UpdatePendingJoinRequestsArray) Retain(keep func(x UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L9135: func (s UpdatePendingJoinRequestsArray) First() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L9143: func (s UpdatePendingJoinRequestsArray) Last() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L9151: func (s *UpdatePendingJoinRequestsArray) PopFirst() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L9170: func (s *UpdatePendingJoinRequestsArray) Pop() (v UpdatePendingJoinRequests, 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. |