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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L270: type NotifySettingsHandler func(ctx context.Context, e Entities, update *UpdateNotifySettings) error
		tl_handlers_gen.go#L275: 		return handler(ctx, e, update.(*UpdateNotifySettings))
		tl_registry_gen.go#L3844: 		UpdateNotifySettingsTypeID:                               func() bin.Object { return &UpdateNotifySettings{} },
		tl_update_gen.go#L3107: type UpdateNotifySettings struct {
		tl_update_gen.go#L3118: func (u UpdateNotifySettings) construct() UpdateClass { return &u }
		tl_update_gen.go#L3122: 	_ bin.Encoder     = &UpdateNotifySettings{}
		tl_update_gen.go#L3123: 	_ bin.Decoder     = &UpdateNotifySettings{}
		tl_update_gen.go#L3124: 	_ bin.BareEncoder = &UpdateNotifySettings{}
		tl_update_gen.go#L3125: 	_ bin.BareDecoder = &UpdateNotifySettings{}
		tl_update_gen.go#L3127: 	_ UpdateClass = &UpdateNotifySettings{}
		tl_update_gen.go#L3130: func (u *UpdateNotifySettings) Zero() bool {
		tl_update_gen.go#L3145: func (u *UpdateNotifySettings) String() string {
		tl_update_gen.go#L3149: 	type Alias UpdateNotifySettings
		tl_update_gen.go#L3154: func (u *UpdateNotifySettings) FillFrom(from interface {
		tl_update_gen.go#L3165: func (*UpdateNotifySettings) TypeID() uint32 {
		tl_update_gen.go#L3170: func (*UpdateNotifySettings) TypeName() string {
		tl_update_gen.go#L3175: func (u *UpdateNotifySettings) TypeInfo() tdp.Type {
		tl_update_gen.go#L3198: func (u *UpdateNotifySettings) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L3207: func (u *UpdateNotifySettings) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L3224: func (u *UpdateNotifySettings) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L3235: func (u *UpdateNotifySettings) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L3255: func (u *UpdateNotifySettings) GetPeer() (value NotifyPeerClass) {
		tl_update_gen.go#L3263: func (u *UpdateNotifySettings) GetNotifySettings() (value PeerNotifySettings) {
		tl_update_gen.go#L25063: 		v := UpdateNotifySettings{}
		tl_update_slices_gen.go#L330: 		value, ok := elem.(*UpdateNotifySettings)
		tl_update_slices_gen.go#L2893: type UpdateNotifySettingsArray []UpdateNotifySettings
		tl_update_slices_gen.go#L2896: func (s UpdateNotifySettingsArray) Sort(less func(a, b UpdateNotifySettings) bool) UpdateNotifySettingsArray {
		tl_update_slices_gen.go#L2904: func (s UpdateNotifySettingsArray) SortStable(less func(a, b UpdateNotifySettings) bool) UpdateNotifySettingsArray {
		tl_update_slices_gen.go#L2912: func (s UpdateNotifySettingsArray) Retain(keep func(x UpdateNotifySettings) bool) UpdateNotifySettingsArray {
		tl_update_slices_gen.go#L2926: func (s UpdateNotifySettingsArray) First() (v UpdateNotifySettings, ok bool) {
		tl_update_slices_gen.go#L2934: func (s UpdateNotifySettingsArray) Last() (v UpdateNotifySettings, ok bool) {
		tl_update_slices_gen.go#L2942: func (s *UpdateNotifySettingsArray) PopFirst() (v UpdateNotifySettings, ok bool) {
		tl_update_slices_gen.go#L2952: 	var zero UpdateNotifySettings
		tl_update_slices_gen.go#L2961: func (s *UpdateNotifySettingsArray) Pop() (v UpdateNotifySettings, ok bool) {