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

64 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_notify_settings_gen.go#L179: func (c *Client) AccountGetNotifySettings(ctx context.Context, peer InputNotifyPeerClass) (*PeerNotifySettings, error) {
		tl_account_get_notify_settings_gen.go#L180: 	var result PeerNotifySettings
		tl_chat_full_gen.go#L74: 	NotifySettings PeerNotifySettings
		tl_chat_full_gen.go#L250: 	GetNotifySettings() (value PeerNotifySettings)
		tl_chat_full_gen.go#L868: func (c *ChatFull) GetNotifySettings() (value PeerNotifySettings) {
		tl_chat_full_gen.go#L1246: 	NotifySettings PeerNotifySettings
		tl_chat_full_gen.go#L1738: 	GetNotifySettings() (value PeerNotifySettings)
		tl_chat_full_gen.go#L3625: func (c *ChannelFull) GetNotifySettings() (value PeerNotifySettings) {
		tl_dialog_gen.go#L78: 	NotifySettings PeerNotifySettings
		tl_dialog_gen.go#L203: 	GetNotifySettings() (value PeerNotifySettings)
		tl_dialog_gen.go#L654: func (d *Dialog) GetNotifySettings() (value PeerNotifySettings) {
		tl_dialog_gen.go#L1102: 	NotifySettings PeerNotifySettings
		tl_dialog_gen.go#L1154: 	GetNotifySettings() (value PeerNotifySettings)
		tl_dialog_gen.go#L1298: func (d *DialogCommunity) GetNotifySettings() (value PeerNotifySettings) {
		tl_forum_topic_gen.go#L244: 	NotifySettings PeerNotifySettings
		tl_forum_topic_gen.go#L378: 	GetNotifySettings() (value PeerNotifySettings)
		tl_forum_topic_gen.go#L997: func (f *ForumTopic) GetNotifySettings() (value PeerNotifySettings) {
		tl_peer_notify_settings_gen.go#L38: type PeerNotifySettings struct {
		tl_peer_notify_settings_gen.go#L97: 	_ bin.Encoder     = &PeerNotifySettings{}
		tl_peer_notify_settings_gen.go#L98: 	_ bin.Decoder     = &PeerNotifySettings{}
		tl_peer_notify_settings_gen.go#L99: 	_ bin.BareEncoder = &PeerNotifySettings{}
		tl_peer_notify_settings_gen.go#L100: 	_ bin.BareDecoder = &PeerNotifySettings{}
		tl_peer_notify_settings_gen.go#L103: func (p *PeerNotifySettings) Zero() bool {
		tl_peer_notify_settings_gen.go#L148: func (p *PeerNotifySettings) String() string {
		tl_peer_notify_settings_gen.go#L152: 	type Alias PeerNotifySettings
		tl_peer_notify_settings_gen.go#L157: func (p *PeerNotifySettings) FillFrom(from interface {
		tl_peer_notify_settings_gen.go#L219: func (*PeerNotifySettings) TypeID() uint32 {
		tl_peer_notify_settings_gen.go#L224: func (*PeerNotifySettings) TypeName() string {
		tl_peer_notify_settings_gen.go#L229: func (p *PeerNotifySettings) TypeInfo() tdp.Type {
		tl_peer_notify_settings_gen.go#L299: func (p *PeerNotifySettings) SetFlags() {
		tl_peer_notify_settings_gen.go#L336: func (p *PeerNotifySettings) Encode(b *bin.Buffer) error {
		tl_peer_notify_settings_gen.go#L345: func (p *PeerNotifySettings) EncodeBare(b *bin.Buffer) error {
		tl_peer_notify_settings_gen.go#L420: func (p *PeerNotifySettings) Decode(b *bin.Buffer) error {
		tl_peer_notify_settings_gen.go#L431: func (p *PeerNotifySettings) DecodeBare(b *bin.Buffer) error {
		tl_peer_notify_settings_gen.go#L521: func (p *PeerNotifySettings) SetShowPreviews(value bool) {
		tl_peer_notify_settings_gen.go#L528: func (p *PeerNotifySettings) GetShowPreviews() (value bool, ok bool) {
		tl_peer_notify_settings_gen.go#L539: func (p *PeerNotifySettings) SetSilent(value bool) {
		tl_peer_notify_settings_gen.go#L546: func (p *PeerNotifySettings) GetSilent() (value bool, ok bool) {
		tl_peer_notify_settings_gen.go#L557: func (p *PeerNotifySettings) SetMuteUntil(value int) {
		tl_peer_notify_settings_gen.go#L564: func (p *PeerNotifySettings) GetMuteUntil() (value int, ok bool) {
		tl_peer_notify_settings_gen.go#L575: func (p *PeerNotifySettings) SetIosSound(value NotificationSoundClass) {
		tl_peer_notify_settings_gen.go#L582: func (p *PeerNotifySettings) GetIosSound() (value NotificationSoundClass, ok bool) {
		tl_peer_notify_settings_gen.go#L593: func (p *PeerNotifySettings) SetAndroidSound(value NotificationSoundClass) {
		tl_peer_notify_settings_gen.go#L600: func (p *PeerNotifySettings) GetAndroidSound() (value NotificationSoundClass, ok bool) {
		tl_peer_notify_settings_gen.go#L611: func (p *PeerNotifySettings) SetOtherSound(value NotificationSoundClass) {
		tl_peer_notify_settings_gen.go#L618: func (p *PeerNotifySettings) GetOtherSound() (value NotificationSoundClass, ok bool) {
		tl_peer_notify_settings_gen.go#L629: func (p *PeerNotifySettings) SetStoriesMuted(value bool) {
		tl_peer_notify_settings_gen.go#L636: func (p *PeerNotifySettings) GetStoriesMuted() (value bool, ok bool) {
		tl_peer_notify_settings_gen.go#L647: func (p *PeerNotifySettings) SetStoriesHideSender(value bool) {
		tl_peer_notify_settings_gen.go#L654: func (p *PeerNotifySettings) GetStoriesHideSender() (value bool, ok bool) {
		tl_peer_notify_settings_gen.go#L665: func (p *PeerNotifySettings) SetStoriesIosSound(value NotificationSoundClass) {
		tl_peer_notify_settings_gen.go#L672: func (p *PeerNotifySettings) GetStoriesIosSound() (value NotificationSoundClass, ok bool) {
		tl_peer_notify_settings_gen.go#L683: func (p *PeerNotifySettings) SetStoriesAndroidSound(value NotificationSoundClass) {
		tl_peer_notify_settings_gen.go#L690: func (p *PeerNotifySettings) GetStoriesAndroidSound() (value NotificationSoundClass, ok bool) {
		tl_peer_notify_settings_gen.go#L701: func (p *PeerNotifySettings) SetStoriesOtherSound(value NotificationSoundClass) {
		tl_peer_notify_settings_gen.go#L708: func (p *PeerNotifySettings) GetStoriesOtherSound() (value NotificationSoundClass, ok bool) {
		tl_registry_gen.go#L5187: 		PeerNotifySettingsTypeID:                                 func() bin.Object { return &PeerNotifySettings{} },
		tl_server_gen.go#L593: func (s *ServerDispatcher) OnAccountGetNotifySettings(f func(ctx context.Context, peer InputNotifyPeerClass) (*PeerNotifySettings, error)) {
		tl_update_gen.go#L3201: 	NotifySettings PeerNotifySettings
		tl_update_gen.go#L3246: 	GetNotifySettings() (value PeerNotifySettings)
		tl_update_gen.go#L3353: func (u *UpdateNotifySettings) GetNotifySettings() (value PeerNotifySettings) {
		tl_user_full_gen.go#L177: 	NotifySettings PeerNotifySettings
		tl_user_full_gen.go#L629: 	GetNotifySettings() (value PeerNotifySettings)
		tl_user_full_gen.go#L2252: func (u *UserFull) GetNotifySettings() (value PeerNotifySettings) {