type github.com/gotd/td/tg.NotificationSoundRingtoneArray
18 uses
github.com/gotd/td/tg (current package)
tl_notification_sound_slices_gen.go#L133: func (s NotificationSoundClassArray) AsNotificationSoundRingtone() (to NotificationSoundRingtoneArray) {
tl_notification_sound_slices_gen.go#L228: type NotificationSoundRingtoneArray []NotificationSoundRingtone
tl_notification_sound_slices_gen.go#L231: func (s NotificationSoundRingtoneArray) Sort(less func(a, b NotificationSoundRingtone) bool) NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L239: func (s NotificationSoundRingtoneArray) SortStable(less func(a, b NotificationSoundRingtone) bool) NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L247: func (s NotificationSoundRingtoneArray) Retain(keep func(x NotificationSoundRingtone) bool) NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L261: func (s NotificationSoundRingtoneArray) First() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L269: func (s NotificationSoundRingtoneArray) Last() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L277: func (s *NotificationSoundRingtoneArray) PopFirst() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L296: func (s *NotificationSoundRingtoneArray) Pop() (v NotificationSoundRingtone, ok bool) {
tl_notification_sound_slices_gen.go#L310: func (s NotificationSoundRingtoneArray) SortByID() NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L317: func (s NotificationSoundRingtoneArray) SortStableByID() NotificationSoundRingtoneArray {
tl_notification_sound_slices_gen.go#L324: func (s NotificationSoundRingtoneArray) FillMap(to map[int64]NotificationSoundRingtone) {
tl_notification_sound_slices_gen.go#L331: func (s NotificationSoundRingtoneArray) ToMap() map[int64]NotificationSoundRingtone {
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. |