type github.com/gotd/td/tg.UpdateServiceNotificationArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L341: func (s UpdateClassArray) AsUpdateServiceNotification() (to UpdateServiceNotificationArray) {
tl_update_slices_gen.go#L2975: type UpdateServiceNotificationArray []UpdateServiceNotification
tl_update_slices_gen.go#L2978: func (s UpdateServiceNotificationArray) Sort(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L2986: func (s UpdateServiceNotificationArray) SortStable(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L2994: func (s UpdateServiceNotificationArray) Retain(keep func(x UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L3008: func (s UpdateServiceNotificationArray) First() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3016: func (s UpdateServiceNotificationArray) Last() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3024: func (s *UpdateServiceNotificationArray) PopFirst() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3043: func (s *UpdateServiceNotificationArray) Pop() (v UpdateServiceNotification, 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. |