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

13 uses

	github.com/gotd/td/tg (current package)
		tl_notification_sound_slices_gen.go#L38: type NotificationSoundClassArray []NotificationSoundClass
		tl_notification_sound_slices_gen.go#L41: func (s NotificationSoundClassArray) Sort(less func(a, b NotificationSoundClass) bool) NotificationSoundClassArray {
		tl_notification_sound_slices_gen.go#L49: func (s NotificationSoundClassArray) SortStable(less func(a, b NotificationSoundClass) bool) NotificationSoundClassArray {
		tl_notification_sound_slices_gen.go#L57: func (s NotificationSoundClassArray) Retain(keep func(x NotificationSoundClass) bool) NotificationSoundClassArray {
		tl_notification_sound_slices_gen.go#L71: func (s NotificationSoundClassArray) First() (v NotificationSoundClass, ok bool) {
		tl_notification_sound_slices_gen.go#L79: func (s NotificationSoundClassArray) Last() (v NotificationSoundClass, ok bool) {
		tl_notification_sound_slices_gen.go#L87: func (s *NotificationSoundClassArray) PopFirst() (v NotificationSoundClass, ok bool) {
		tl_notification_sound_slices_gen.go#L106: func (s *NotificationSoundClassArray) Pop() (v NotificationSoundClass, ok bool) {
		tl_notification_sound_slices_gen.go#L120: func (s NotificationSoundClassArray) AsNotificationSoundLocal() (to NotificationSoundLocalArray) {
		tl_notification_sound_slices_gen.go#L133: func (s NotificationSoundClassArray) AsNotificationSoundRingtone() (to NotificationSoundRingtoneArray) {