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

19 uses

	github.com/gotd/td/tg (current package)
		tl_notification_sound_gen.go#L38: type NotificationSoundDefault struct {
		tl_notification_sound_gen.go#L45: func (n NotificationSoundDefault) construct() NotificationSoundClass { return &n }
		tl_notification_sound_gen.go#L49: 	_ bin.Encoder     = &NotificationSoundDefault{}
		tl_notification_sound_gen.go#L50: 	_ bin.Decoder     = &NotificationSoundDefault{}
		tl_notification_sound_gen.go#L51: 	_ bin.BareEncoder = &NotificationSoundDefault{}
		tl_notification_sound_gen.go#L52: 	_ bin.BareDecoder = &NotificationSoundDefault{}
		tl_notification_sound_gen.go#L54: 	_ NotificationSoundClass = &NotificationSoundDefault{}
		tl_notification_sound_gen.go#L57: func (n *NotificationSoundDefault) Zero() bool {
		tl_notification_sound_gen.go#L66: func (n *NotificationSoundDefault) String() string {
		tl_notification_sound_gen.go#L70: 	type Alias NotificationSoundDefault
		tl_notification_sound_gen.go#L77: func (*NotificationSoundDefault) TypeID() uint32 {
		tl_notification_sound_gen.go#L82: func (*NotificationSoundDefault) TypeName() string {
		tl_notification_sound_gen.go#L87: func (n *NotificationSoundDefault) TypeInfo() tdp.Type {
		tl_notification_sound_gen.go#L101: func (n *NotificationSoundDefault) Encode(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L110: func (n *NotificationSoundDefault) EncodeBare(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L118: func (n *NotificationSoundDefault) Decode(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L129: func (n *NotificationSoundDefault) DecodeBare(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L587: 		v := NotificationSoundDefault{}
		tl_registry_gen.go#L4661: 		NotificationSoundDefaultTypeID:                                          func() bin.Object { return &NotificationSoundDefault{} },