type github.com/gotd/td/tg.UpdateUserNameArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L211: func (s UpdateClassArray) AsUpdateUserName() (to UpdateUserNameArray) {
tl_update_slices_gen.go#L2113: type UpdateUserNameArray []UpdateUserName
tl_update_slices_gen.go#L2116: func (s UpdateUserNameArray) Sort(less func(a, b UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2124: func (s UpdateUserNameArray) SortStable(less func(a, b UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2132: func (s UpdateUserNameArray) Retain(keep func(x UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2146: func (s UpdateUserNameArray) First() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2154: func (s UpdateUserNameArray) Last() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2162: func (s *UpdateUserNameArray) PopFirst() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2181: func (s *UpdateUserNameArray) Pop() (v UpdateUserName, 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. |