type github.com/gotd/td/tg.UpdatePrivacyArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L354: func (s UpdateClassArray) AsUpdatePrivacy() (to UpdatePrivacyArray) {
tl_update_slices_gen.go#L3057: type UpdatePrivacyArray []UpdatePrivacy
tl_update_slices_gen.go#L3060: func (s UpdatePrivacyArray) Sort(less func(a, b UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3068: func (s UpdatePrivacyArray) SortStable(less func(a, b UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3076: func (s UpdatePrivacyArray) Retain(keep func(x UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3090: func (s UpdatePrivacyArray) First() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3098: func (s UpdatePrivacyArray) Last() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3106: func (s *UpdatePrivacyArray) PopFirst() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3125: func (s *UpdatePrivacyArray) Pop() (v UpdatePrivacy, 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. |