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

35 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_notify_exceptions_gen.go#L51: 	Peer InputNotifyPeerClass
		tl_account_get_notify_exceptions_gen.go#L98: 	GetPeer() (value InputNotifyPeerClass, ok bool)
		tl_account_get_notify_exceptions_gen.go#L264: func (g *AccountGetNotifyExceptionsRequest) SetPeer(value InputNotifyPeerClass) {
		tl_account_get_notify_exceptions_gen.go#L271: func (g *AccountGetNotifyExceptionsRequest) GetPeer() (value InputNotifyPeerClass, ok bool) {
		tl_account_get_notify_settings_gen.go#L40: 	Peer InputNotifyPeerClass
		tl_account_get_notify_settings_gen.go#L76: 	GetPeer() (value InputNotifyPeerClass)
		tl_account_get_notify_settings_gen.go#L162: func (g *AccountGetNotifySettingsRequest) GetPeer() (value InputNotifyPeerClass) {
		tl_account_get_notify_settings_gen.go#L177: func (c *Client) AccountGetNotifySettings(ctx context.Context, peer InputNotifyPeerClass) (*PeerNotifySettings, error) {
		tl_account_update_notify_settings_gen.go#L40: 	Peer InputNotifyPeerClass
		tl_account_update_notify_settings_gen.go#L81: 	GetPeer() (value InputNotifyPeerClass)
		tl_account_update_notify_settings_gen.go#L181: func (u *AccountUpdateNotifySettingsRequest) GetPeer() (value InputNotifyPeerClass) {
		tl_input_notify_peer_gen.go#L47: func (i InputNotifyPeer) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L56: 	_ InputNotifyPeerClass = &InputNotifyPeer{}
		tl_input_notify_peer_gen.go#L185: func (i InputNotifyUsers) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L194: 	_ InputNotifyPeerClass = &InputNotifyUsers{}
		tl_input_notify_peer_gen.go#L287: func (i InputNotifyChats) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L296: 	_ InputNotifyPeerClass = &InputNotifyChats{}
		tl_input_notify_peer_gen.go#L392: func (i InputNotifyBroadcasts) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L401: 	_ InputNotifyPeerClass = &InputNotifyBroadcasts{}
		tl_input_notify_peer_gen.go#L505: func (i InputNotifyForumTopic) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L514: 	_ InputNotifyPeerClass = &InputNotifyForumTopic{}
		tl_input_notify_peer_gen.go#L678: type InputNotifyPeerClass interface {
		tl_input_notify_peer_gen.go#L683: 	construct() InputNotifyPeerClass
		tl_input_notify_peer_gen.go#L698: func DecodeInputNotifyPeer(buf *bin.Buffer) (InputNotifyPeerClass, error) {
		tl_input_notify_peer_gen.go#L746: 	InputNotifyPeer InputNotifyPeerClass
		tl_input_notify_peer_slices_gen.go#L38: type InputNotifyPeerClassArray []InputNotifyPeerClass
		tl_input_notify_peer_slices_gen.go#L41: func (s InputNotifyPeerClassArray) Sort(less func(a, b InputNotifyPeerClass) bool) InputNotifyPeerClassArray {
		tl_input_notify_peer_slices_gen.go#L49: func (s InputNotifyPeerClassArray) SortStable(less func(a, b InputNotifyPeerClass) bool) InputNotifyPeerClassArray {
		tl_input_notify_peer_slices_gen.go#L57: func (s InputNotifyPeerClassArray) Retain(keep func(x InputNotifyPeerClass) bool) InputNotifyPeerClassArray {
		tl_input_notify_peer_slices_gen.go#L71: func (s InputNotifyPeerClassArray) First() (v InputNotifyPeerClass, ok bool) {
		tl_input_notify_peer_slices_gen.go#L79: func (s InputNotifyPeerClassArray) Last() (v InputNotifyPeerClass, ok bool) {
		tl_input_notify_peer_slices_gen.go#L87: func (s *InputNotifyPeerClassArray) PopFirst() (v InputNotifyPeerClass, ok bool) {
		tl_input_notify_peer_slices_gen.go#L97: 	var zero InputNotifyPeerClass
		tl_input_notify_peer_slices_gen.go#L106: func (s *InputNotifyPeerClassArray) Pop() (v InputNotifyPeerClass, ok bool) {
		tl_server_gen.go#L521: func (s *ServerDispatcher) OnAccountGetNotifySettings(f func(ctx context.Context, peer InputNotifyPeerClass) (*PeerNotifySettings, error)) {