type github.com/gotd/td/tg.UpdateUserArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1329: func (s UpdateClassArray) AsUpdateUser() (to UpdateUserArray) {
tl_update_slices_gen.go#L9854: type UpdateUserArray []UpdateUser
tl_update_slices_gen.go#L9857: func (s UpdateUserArray) Sort(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9865: func (s UpdateUserArray) SortStable(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9873: func (s UpdateUserArray) Retain(keep func(x UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9887: func (s UpdateUserArray) First() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9895: func (s UpdateUserArray) Last() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9903: func (s *UpdateUserArray) PopFirst() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9922: func (s *UpdateUserArray) Pop() (v UpdateUser, 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. |