type github.com/gotd/td/tg.NotificationSoundLocalArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_notification_sound_slices_gen.go#L120: func (s NotificationSoundClassArray) AsNotificationSoundLocal() (to NotificationSoundLocalArray) {
		tl_notification_sound_slices_gen.go#L146: type NotificationSoundLocalArray []NotificationSoundLocal
		tl_notification_sound_slices_gen.go#L149: func (s NotificationSoundLocalArray) Sort(less func(a, b NotificationSoundLocal) bool) NotificationSoundLocalArray {
		tl_notification_sound_slices_gen.go#L157: func (s NotificationSoundLocalArray) SortStable(less func(a, b NotificationSoundLocal) bool) NotificationSoundLocalArray {
		tl_notification_sound_slices_gen.go#L165: func (s NotificationSoundLocalArray) Retain(keep func(x NotificationSoundLocal) bool) NotificationSoundLocalArray {
		tl_notification_sound_slices_gen.go#L179: func (s NotificationSoundLocalArray) First() (v NotificationSoundLocal, ok bool) {
		tl_notification_sound_slices_gen.go#L187: func (s NotificationSoundLocalArray) Last() (v NotificationSoundLocal, ok bool) {
		tl_notification_sound_slices_gen.go#L195: func (s *NotificationSoundLocalArray) PopFirst() (v NotificationSoundLocal, ok bool) {
		tl_notification_sound_slices_gen.go#L214: func (s *NotificationSoundLocalArray) Pop() (v NotificationSoundLocal, ok bool) {