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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L274: type NotifySettingsHandler func(ctx context.Context, e Entities, update *UpdateNotifySettings) error
		tl_handlers_gen.go#L279: 		return handler(ctx, e, update.(*UpdateNotifySettings))
		tl_registry_gen.go#L5255: 		UpdateNotifySettingsTypeID:                               func() bin.Object { return &UpdateNotifySettings{} },
		tl_update_gen.go#L3197: type UpdateNotifySettings struct {
		tl_update_gen.go#L3208: func (u UpdateNotifySettings) construct() UpdateClass { return &u }
		tl_update_gen.go#L3212: 	_ bin.Encoder     = &UpdateNotifySettings{}
		tl_update_gen.go#L3213: 	_ bin.Decoder     = &UpdateNotifySettings{}
		tl_update_gen.go#L3214: 	_ bin.BareEncoder = &UpdateNotifySettings{}
		tl_update_gen.go#L3215: 	_ bin.BareDecoder = &UpdateNotifySettings{}
		tl_update_gen.go#L3217: 	_ UpdateClass = &UpdateNotifySettings{}
		tl_update_gen.go#L3220: func (u *UpdateNotifySettings) Zero() bool {
		tl_update_gen.go#L3235: func (u *UpdateNotifySettings) String() string {
		tl_update_gen.go#L3239: 	type Alias UpdateNotifySettings
		tl_update_gen.go#L3244: func (u *UpdateNotifySettings) FillFrom(from interface {
		tl_update_gen.go#L3255: func (*UpdateNotifySettings) TypeID() uint32 {
		tl_update_gen.go#L3260: func (*UpdateNotifySettings) TypeName() string {
		tl_update_gen.go#L3265: func (u *UpdateNotifySettings) TypeInfo() tdp.Type {
		tl_update_gen.go#L3288: func (u *UpdateNotifySettings) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L3297: func (u *UpdateNotifySettings) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L3314: func (u *UpdateNotifySettings) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L3325: func (u *UpdateNotifySettings) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L3345: func (u *UpdateNotifySettings) GetPeer() (value NotifyPeerClass) {
		tl_update_gen.go#L3353: func (u *UpdateNotifySettings) GetNotifySettings() (value PeerNotifySettings) {
		tl_update_gen.go#L34312: 		v := UpdateNotifySettings{}
		tl_update_slices_gen.go#L330: 		value, ok := elem.(*UpdateNotifySettings)
		tl_update_slices_gen.go#L3400: type UpdateNotifySettingsArray []UpdateNotifySettings
		tl_update_slices_gen.go#L3403: func (s UpdateNotifySettingsArray) Sort(less func(a, b UpdateNotifySettings) bool) UpdateNotifySettingsArray {
		tl_update_slices_gen.go#L3411: func (s UpdateNotifySettingsArray) SortStable(less func(a, b UpdateNotifySettings) bool) UpdateNotifySettingsArray {
		tl_update_slices_gen.go#L3419: func (s UpdateNotifySettingsArray) Retain(keep func(x UpdateNotifySettings) bool) UpdateNotifySettingsArray {
		tl_update_slices_gen.go#L3433: func (s UpdateNotifySettingsArray) First() (v UpdateNotifySettings, ok bool) {
		tl_update_slices_gen.go#L3441: func (s UpdateNotifySettingsArray) Last() (v UpdateNotifySettings, ok bool) {
		tl_update_slices_gen.go#L3449: func (s *UpdateNotifySettingsArray) PopFirst() (v UpdateNotifySettings, ok bool) {
		tl_update_slices_gen.go#L3459: 	var zero UpdateNotifySettings
		tl_update_slices_gen.go#L3468: func (s *UpdateNotifySettingsArray) Pop() (v UpdateNotifySettings, ok bool) {