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) {