type github.com/gotd/td/tg.UpdateNotifySettingsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L328: func (s UpdateClassArray) AsUpdateNotifySettings() (to UpdateNotifySettingsArray) {
tl_update_slices_gen.go#L2893: type UpdateNotifySettingsArray []UpdateNotifySettings
tl_update_slices_gen.go#L2896: func (s UpdateNotifySettingsArray) Sort(less func(a, b UpdateNotifySettings) bool) UpdateNotifySettingsArray {
tl_update_slices_gen.go#L2904: func (s UpdateNotifySettingsArray) SortStable(less func(a, b UpdateNotifySettings) bool) UpdateNotifySettingsArray {
tl_update_slices_gen.go#L2912: func (s UpdateNotifySettingsArray) Retain(keep func(x UpdateNotifySettings) bool) UpdateNotifySettingsArray {
tl_update_slices_gen.go#L2926: func (s UpdateNotifySettingsArray) First() (v UpdateNotifySettings, ok bool) {
tl_update_slices_gen.go#L2934: func (s UpdateNotifySettingsArray) Last() (v UpdateNotifySettings, ok bool) {
tl_update_slices_gen.go#L2942: func (s *UpdateNotifySettingsArray) PopFirst() (v UpdateNotifySettings, ok bool) {
tl_update_slices_gen.go#L2961: func (s *UpdateNotifySettingsArray) Pop() (v UpdateNotifySettings, 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. |