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

19 uses

	github.com/gotd/td/tg (current package)
		tl_notification_sound_gen.go#L140: type NotificationSoundNone struct {
		tl_notification_sound_gen.go#L147: func (n NotificationSoundNone) construct() NotificationSoundClass { return &n }
		tl_notification_sound_gen.go#L151: 	_ bin.Encoder     = &NotificationSoundNone{}
		tl_notification_sound_gen.go#L152: 	_ bin.Decoder     = &NotificationSoundNone{}
		tl_notification_sound_gen.go#L153: 	_ bin.BareEncoder = &NotificationSoundNone{}
		tl_notification_sound_gen.go#L154: 	_ bin.BareDecoder = &NotificationSoundNone{}
		tl_notification_sound_gen.go#L156: 	_ NotificationSoundClass = &NotificationSoundNone{}
		tl_notification_sound_gen.go#L159: func (n *NotificationSoundNone) Zero() bool {
		tl_notification_sound_gen.go#L168: func (n *NotificationSoundNone) String() string {
		tl_notification_sound_gen.go#L172: 	type Alias NotificationSoundNone
		tl_notification_sound_gen.go#L179: func (*NotificationSoundNone) TypeID() uint32 {
		tl_notification_sound_gen.go#L184: func (*NotificationSoundNone) TypeName() string {
		tl_notification_sound_gen.go#L189: func (n *NotificationSoundNone) TypeInfo() tdp.Type {
		tl_notification_sound_gen.go#L203: func (n *NotificationSoundNone) Encode(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L212: func (n *NotificationSoundNone) EncodeBare(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L220: func (n *NotificationSoundNone) Decode(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L231: func (n *NotificationSoundNone) DecodeBare(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L594: 		v := NotificationSoundNone{}
		tl_registry_gen.go#L4662: 		NotificationSoundNoneTypeID:                                             func() bin.Object { return &NotificationSoundNone{} },