type github.com/gotd/td/tg.UpdatePeerSettingsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L874: func (s UpdateClassArray) AsUpdatePeerSettings() (to UpdatePeerSettingsArray) {
tl_update_slices_gen.go#L6365: type UpdatePeerSettingsArray []UpdatePeerSettings
tl_update_slices_gen.go#L6368: func (s UpdatePeerSettingsArray) Sort(less func(a, b UpdatePeerSettings) bool) UpdatePeerSettingsArray {
tl_update_slices_gen.go#L6376: func (s UpdatePeerSettingsArray) SortStable(less func(a, b UpdatePeerSettings) bool) UpdatePeerSettingsArray {
tl_update_slices_gen.go#L6384: func (s UpdatePeerSettingsArray) Retain(keep func(x UpdatePeerSettings) bool) UpdatePeerSettingsArray {
tl_update_slices_gen.go#L6398: func (s UpdatePeerSettingsArray) First() (v UpdatePeerSettings, ok bool) {
tl_update_slices_gen.go#L6406: func (s UpdatePeerSettingsArray) Last() (v UpdatePeerSettings, ok bool) {
tl_update_slices_gen.go#L6414: func (s *UpdatePeerSettingsArray) PopFirst() (v UpdatePeerSettings, ok bool) {
tl_update_slices_gen.go#L6433: func (s *UpdatePeerSettingsArray) Pop() (v UpdatePeerSettings, 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. |