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

62 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_notify_settings_gen.go#L177: func (c *Client) AccountGetNotifySettings(ctx context.Context, peer InputNotifyPeerClass) (*PeerNotifySettings, error) {
		tl_account_get_notify_settings_gen.go#L178: 	var result PeerNotifySettings
		tl_chat_full_gen.go#L70: 	NotifySettings PeerNotifySettings
		tl_chat_full_gen.go#L235: 	GetNotifySettings() (value PeerNotifySettings)
		tl_chat_full_gen.go#L825: func (c *ChatFull) GetNotifySettings() (value PeerNotifySettings) {
		tl_chat_full_gen.go#L1144: 	NotifySettings PeerNotifySettings
		tl_chat_full_gen.go#L1499: 	GetNotifySettings() (value PeerNotifySettings)
		tl_chat_full_gen.go#L2966: func (c *ChannelFull) GetNotifySettings() (value PeerNotifySettings) {
		tl_chat_full_gen.go#L3461: 	GetNotifySettings() (value PeerNotifySettings)
		tl_dialog_gen.go#L76: 	NotifySettings PeerNotifySettings
		tl_dialog_gen.go#L197: 	GetNotifySettings() (value PeerNotifySettings)
		tl_dialog_gen.go#L627: func (d *Dialog) GetNotifySettings() (value PeerNotifySettings) {
		tl_forum_topic_gen.go#L238: 	NotifySettings PeerNotifySettings
		tl_forum_topic_gen.go#L360: 	GetNotifySettings() (value PeerNotifySettings)
		tl_forum_topic_gen.go#L903: 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#L3777: 		PeerNotifySettingsTypeID:                                 func() bin.Object { return &PeerNotifySettings{} },
		tl_server_gen.go#L521: func (s *ServerDispatcher) OnAccountGetNotifySettings(f func(ctx context.Context, peer InputNotifyPeerClass) (*PeerNotifySettings, error)) {
		tl_update_gen.go#L3111: 	NotifySettings PeerNotifySettings
		tl_update_gen.go#L3156: 	GetNotifySettings() (value PeerNotifySettings)
		tl_update_gen.go#L3263: func (u *UpdateNotifySettings) GetNotifySettings() (value PeerNotifySettings) {
		tl_user_full_gen.go#L106: 	NotifySettings PeerNotifySettings
		tl_user_full_gen.go#L318: 	GetNotifySettings() (value PeerNotifySettings)
		tl_user_full_gen.go#L1235: func (u *UserFull) GetNotifySettings() (value PeerNotifySettings) {