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

32 uses

	github.com/gotd/td/tg (current package)
		tl_notification_sound_gen.go#L242: type NotificationSoundLocal struct {
		tl_notification_sound_gen.go#L254: func (n NotificationSoundLocal) construct() NotificationSoundClass { return &n }
		tl_notification_sound_gen.go#L258: 	_ bin.Encoder     = &NotificationSoundLocal{}
		tl_notification_sound_gen.go#L259: 	_ bin.Decoder     = &NotificationSoundLocal{}
		tl_notification_sound_gen.go#L260: 	_ bin.BareEncoder = &NotificationSoundLocal{}
		tl_notification_sound_gen.go#L261: 	_ bin.BareDecoder = &NotificationSoundLocal{}
		tl_notification_sound_gen.go#L263: 	_ NotificationSoundClass = &NotificationSoundLocal{}
		tl_notification_sound_gen.go#L266: func (n *NotificationSoundLocal) Zero() bool {
		tl_notification_sound_gen.go#L281: func (n *NotificationSoundLocal) String() string {
		tl_notification_sound_gen.go#L285: 	type Alias NotificationSoundLocal
		tl_notification_sound_gen.go#L290: func (n *NotificationSoundLocal) FillFrom(from interface {
		tl_notification_sound_gen.go#L301: func (*NotificationSoundLocal) TypeID() uint32 {
		tl_notification_sound_gen.go#L306: func (*NotificationSoundLocal) TypeName() string {
		tl_notification_sound_gen.go#L311: func (n *NotificationSoundLocal) TypeInfo() tdp.Type {
		tl_notification_sound_gen.go#L334: func (n *NotificationSoundLocal) Encode(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L343: func (n *NotificationSoundLocal) EncodeBare(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L353: func (n *NotificationSoundLocal) Decode(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L364: func (n *NotificationSoundLocal) DecodeBare(b *bin.Buffer) error {
		tl_notification_sound_gen.go#L386: func (n *NotificationSoundLocal) GetTitle() (value string) {
		tl_notification_sound_gen.go#L394: func (n *NotificationSoundLocal) GetData() (value string) {
		tl_notification_sound_gen.go#L601: 		v := NotificationSoundLocal{}
		tl_notification_sound_slices_gen.go#L122: 		value, ok := elem.(*NotificationSoundLocal)
		tl_notification_sound_slices_gen.go#L146: type NotificationSoundLocalArray []NotificationSoundLocal
		tl_notification_sound_slices_gen.go#L149: func (s NotificationSoundLocalArray) Sort(less func(a, b NotificationSoundLocal) bool) NotificationSoundLocalArray {
		tl_notification_sound_slices_gen.go#L157: func (s NotificationSoundLocalArray) SortStable(less func(a, b NotificationSoundLocal) bool) NotificationSoundLocalArray {
		tl_notification_sound_slices_gen.go#L165: func (s NotificationSoundLocalArray) Retain(keep func(x NotificationSoundLocal) bool) NotificationSoundLocalArray {
		tl_notification_sound_slices_gen.go#L179: func (s NotificationSoundLocalArray) First() (v NotificationSoundLocal, ok bool) {
		tl_notification_sound_slices_gen.go#L187: func (s NotificationSoundLocalArray) Last() (v NotificationSoundLocal, ok bool) {
		tl_notification_sound_slices_gen.go#L195: func (s *NotificationSoundLocalArray) PopFirst() (v NotificationSoundLocal, ok bool) {
		tl_notification_sound_slices_gen.go#L205: 	var zero NotificationSoundLocal
		tl_notification_sound_slices_gen.go#L214: func (s *NotificationSoundLocalArray) Pop() (v NotificationSoundLocal, ok bool) {
		tl_registry_gen.go#L4663: 		NotificationSoundLocalTypeID:                                            func() bin.Object { return &NotificationSoundLocal{} },