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

35 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_notify_settings_gen.go#L42: 	Settings InputPeerNotifySettings
		tl_account_update_notify_settings_gen.go#L82: 	GetSettings() (value InputPeerNotifySettings)
		tl_account_update_notify_settings_gen.go#L189: func (u *AccountUpdateNotifySettingsRequest) GetSettings() (value InputPeerNotifySettings) {
		tl_input_peer_notify_settings_gen.go#L38: type InputPeerNotifySettings struct {
		tl_input_peer_notify_settings_gen.go#L79: 	_ bin.Encoder     = &InputPeerNotifySettings{}
		tl_input_peer_notify_settings_gen.go#L80: 	_ bin.Decoder     = &InputPeerNotifySettings{}
		tl_input_peer_notify_settings_gen.go#L81: 	_ bin.BareEncoder = &InputPeerNotifySettings{}
		tl_input_peer_notify_settings_gen.go#L82: 	_ bin.BareDecoder = &InputPeerNotifySettings{}
		tl_input_peer_notify_settings_gen.go#L85: func (i *InputPeerNotifySettings) Zero() bool {
		tl_input_peer_notify_settings_gen.go#L118: func (i *InputPeerNotifySettings) String() string {
		tl_input_peer_notify_settings_gen.go#L122: 	type Alias InputPeerNotifySettings
		tl_input_peer_notify_settings_gen.go#L127: func (i *InputPeerNotifySettings) FillFrom(from interface {
		tl_input_peer_notify_settings_gen.go#L169: func (*InputPeerNotifySettings) TypeID() uint32 {
		tl_input_peer_notify_settings_gen.go#L174: func (*InputPeerNotifySettings) TypeName() string {
		tl_input_peer_notify_settings_gen.go#L179: func (i *InputPeerNotifySettings) TypeInfo() tdp.Type {
		tl_input_peer_notify_settings_gen.go#L229: func (i *InputPeerNotifySettings) SetFlags() {
		tl_input_peer_notify_settings_gen.go#L254: func (i *InputPeerNotifySettings) Encode(b *bin.Buffer) error {
		tl_input_peer_notify_settings_gen.go#L263: func (i *InputPeerNotifySettings) EncodeBare(b *bin.Buffer) error {
		tl_input_peer_notify_settings_gen.go#L306: func (i *InputPeerNotifySettings) Decode(b *bin.Buffer) error {
		tl_input_peer_notify_settings_gen.go#L317: func (i *InputPeerNotifySettings) DecodeBare(b *bin.Buffer) error {
		tl_input_peer_notify_settings_gen.go#L379: func (i *InputPeerNotifySettings) SetShowPreviews(value bool) {
		tl_input_peer_notify_settings_gen.go#L386: func (i *InputPeerNotifySettings) GetShowPreviews() (value bool, ok bool) {
		tl_input_peer_notify_settings_gen.go#L397: func (i *InputPeerNotifySettings) SetSilent(value bool) {
		tl_input_peer_notify_settings_gen.go#L404: func (i *InputPeerNotifySettings) GetSilent() (value bool, ok bool) {
		tl_input_peer_notify_settings_gen.go#L415: func (i *InputPeerNotifySettings) SetMuteUntil(value int) {
		tl_input_peer_notify_settings_gen.go#L422: func (i *InputPeerNotifySettings) GetMuteUntil() (value int, ok bool) {
		tl_input_peer_notify_settings_gen.go#L433: func (i *InputPeerNotifySettings) SetSound(value NotificationSoundClass) {
		tl_input_peer_notify_settings_gen.go#L440: func (i *InputPeerNotifySettings) GetSound() (value NotificationSoundClass, ok bool) {
		tl_input_peer_notify_settings_gen.go#L451: func (i *InputPeerNotifySettings) SetStoriesMuted(value bool) {
		tl_input_peer_notify_settings_gen.go#L458: func (i *InputPeerNotifySettings) GetStoriesMuted() (value bool, ok bool) {
		tl_input_peer_notify_settings_gen.go#L469: func (i *InputPeerNotifySettings) SetStoriesHideSender(value bool) {
		tl_input_peer_notify_settings_gen.go#L476: func (i *InputPeerNotifySettings) GetStoriesHideSender() (value bool, ok bool) {
		tl_input_peer_notify_settings_gen.go#L487: func (i *InputPeerNotifySettings) SetStoriesSound(value NotificationSoundClass) {
		tl_input_peer_notify_settings_gen.go#L494: func (i *InputPeerNotifySettings) GetStoriesSound() (value NotificationSoundClass, ok bool) {
		tl_registry_gen.go#L3776: 		InputPeerNotifySettingsTypeID:                            func() bin.Object { return &InputPeerNotifySettings{} },