type github.com/gotd/td/tg.NotificationSoundClass
53 uses
github.com/gotd/td/tg (current package)
tl_input_peer_notify_settings_gen.go#L59: Sound NotificationSoundClass
tl_input_peer_notify_settings_gen.go#L71: StoriesSound NotificationSoundClass
tl_input_peer_notify_settings_gen.go#L131: GetSound() (value NotificationSoundClass, ok bool)
tl_input_peer_notify_settings_gen.go#L134: GetStoriesSound() (value NotificationSoundClass, ok bool)
tl_input_peer_notify_settings_gen.go#L433: func (i *InputPeerNotifySettings) SetSound(value NotificationSoundClass) {
tl_input_peer_notify_settings_gen.go#L440: func (i *InputPeerNotifySettings) GetSound() (value NotificationSoundClass, ok bool) {
tl_input_peer_notify_settings_gen.go#L487: func (i *InputPeerNotifySettings) SetStoriesSound(value NotificationSoundClass) {
tl_input_peer_notify_settings_gen.go#L494: func (i *InputPeerNotifySettings) GetStoriesSound() (value NotificationSoundClass, ok bool) {
tl_notification_sound_gen.go#L45: func (n NotificationSoundDefault) construct() NotificationSoundClass { return &n }
tl_notification_sound_gen.go#L54: _ NotificationSoundClass = &NotificationSoundDefault{}
tl_notification_sound_gen.go#L147: func (n NotificationSoundNone) construct() NotificationSoundClass { return &n }
tl_notification_sound_gen.go#L156: _ NotificationSoundClass = &NotificationSoundNone{}
tl_notification_sound_gen.go#L254: func (n NotificationSoundLocal) construct() NotificationSoundClass { return &n }
tl_notification_sound_gen.go#L263: _ NotificationSoundClass = &NotificationSoundLocal{}
tl_notification_sound_gen.go#L417: func (n NotificationSoundRingtone) construct() NotificationSoundClass { return &n }
tl_notification_sound_gen.go#L426: _ NotificationSoundClass = &NotificationSoundRingtone{}
tl_notification_sound_gen.go#L559: type NotificationSoundClass interface {
tl_notification_sound_gen.go#L564: construct() NotificationSoundClass
tl_notification_sound_gen.go#L579: func DecodeNotificationSound(buf *bin.Buffer) (NotificationSoundClass, error) {
tl_notification_sound_gen.go#L620: NotificationSound NotificationSoundClass
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#L97: var zero NotificationSoundClass
tl_notification_sound_slices_gen.go#L106: func (s *NotificationSoundClassArray) Pop() (v NotificationSoundClass, ok bool) {
tl_peer_notify_settings_gen.go#L61: IosSound NotificationSoundClass
tl_peer_notify_settings_gen.go#L65: AndroidSound NotificationSoundClass
tl_peer_notify_settings_gen.go#L69: OtherSound NotificationSoundClass
tl_peer_notify_settings_gen.go#L81: StoriesIosSound NotificationSoundClass
tl_peer_notify_settings_gen.go#L85: StoriesAndroidSound NotificationSoundClass
tl_peer_notify_settings_gen.go#L89: StoriesOtherSound NotificationSoundClass
tl_peer_notify_settings_gen.go#L161: GetIosSound() (value NotificationSoundClass, ok bool)
tl_peer_notify_settings_gen.go#L162: GetAndroidSound() (value NotificationSoundClass, ok bool)
tl_peer_notify_settings_gen.go#L163: GetOtherSound() (value NotificationSoundClass, ok bool)
tl_peer_notify_settings_gen.go#L166: GetStoriesIosSound() (value NotificationSoundClass, ok bool)
tl_peer_notify_settings_gen.go#L167: GetStoriesAndroidSound() (value NotificationSoundClass, ok bool)
tl_peer_notify_settings_gen.go#L168: GetStoriesOtherSound() (value NotificationSoundClass, ok bool)
tl_peer_notify_settings_gen.go#L575: func (p *PeerNotifySettings) SetIosSound(value NotificationSoundClass) {
tl_peer_notify_settings_gen.go#L582: func (p *PeerNotifySettings) GetIosSound() (value NotificationSoundClass, ok bool) {
tl_peer_notify_settings_gen.go#L593: func (p *PeerNotifySettings) SetAndroidSound(value NotificationSoundClass) {
tl_peer_notify_settings_gen.go#L600: func (p *PeerNotifySettings) GetAndroidSound() (value NotificationSoundClass, ok bool) {
tl_peer_notify_settings_gen.go#L611: func (p *PeerNotifySettings) SetOtherSound(value NotificationSoundClass) {
tl_peer_notify_settings_gen.go#L618: func (p *PeerNotifySettings) GetOtherSound() (value NotificationSoundClass, ok bool) {
tl_peer_notify_settings_gen.go#L665: func (p *PeerNotifySettings) SetStoriesIosSound(value NotificationSoundClass) {
tl_peer_notify_settings_gen.go#L672: func (p *PeerNotifySettings) GetStoriesIosSound() (value NotificationSoundClass, ok bool) {
tl_peer_notify_settings_gen.go#L683: func (p *PeerNotifySettings) SetStoriesAndroidSound(value NotificationSoundClass) {
tl_peer_notify_settings_gen.go#L690: func (p *PeerNotifySettings) GetStoriesAndroidSound() (value NotificationSoundClass, ok bool) {
tl_peer_notify_settings_gen.go#L701: func (p *PeerNotifySettings) SetStoriesOtherSound(value NotificationSoundClass) {
tl_peer_notify_settings_gen.go#L708: func (p *PeerNotifySettings) GetStoriesOtherSound() (value NotificationSoundClass, ok bool) {
|
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. |