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#L3482: type UpdateServiceNotificationArray []UpdateServiceNotification
		tl_update_slices_gen.go#L3485: func (s UpdateServiceNotificationArray) Sort(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
		tl_update_slices_gen.go#L3493: func (s UpdateServiceNotificationArray) SortStable(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
		tl_update_slices_gen.go#L3501: func (s UpdateServiceNotificationArray) Retain(keep func(x UpdateServiceNotification) bool) UpdateServiceNotificationArray {
		tl_update_slices_gen.go#L3515: func (s UpdateServiceNotificationArray) First() (v UpdateServiceNotification, ok bool) {
		tl_update_slices_gen.go#L3523: func (s UpdateServiceNotificationArray) Last() (v UpdateServiceNotification, ok bool) {
		tl_update_slices_gen.go#L3531: func (s *UpdateServiceNotificationArray) PopFirst() (v UpdateServiceNotification, ok bool) {
		tl_update_slices_gen.go#L3550: func (s *UpdateServiceNotificationArray) Pop() (v UpdateServiceNotification, ok bool) {