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

27 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_notify_exceptions_gen.go#L38: type AccountGetNotifyExceptionsRequest struct {
		tl_account_get_notify_exceptions_gen.go#L59: 	_ bin.Encoder     = &AccountGetNotifyExceptionsRequest{}
		tl_account_get_notify_exceptions_gen.go#L60: 	_ bin.Decoder     = &AccountGetNotifyExceptionsRequest{}
		tl_account_get_notify_exceptions_gen.go#L61: 	_ bin.BareEncoder = &AccountGetNotifyExceptionsRequest{}
		tl_account_get_notify_exceptions_gen.go#L62: 	_ bin.BareDecoder = &AccountGetNotifyExceptionsRequest{}
		tl_account_get_notify_exceptions_gen.go#L65: func (g *AccountGetNotifyExceptionsRequest) Zero() bool {
		tl_account_get_notify_exceptions_gen.go#L86: func (g *AccountGetNotifyExceptionsRequest) String() string {
		tl_account_get_notify_exceptions_gen.go#L90: 	type Alias AccountGetNotifyExceptionsRequest
		tl_account_get_notify_exceptions_gen.go#L95: func (g *AccountGetNotifyExceptionsRequest) FillFrom(from interface {
		tl_account_get_notify_exceptions_gen.go#L111: func (*AccountGetNotifyExceptionsRequest) TypeID() uint32 {
		tl_account_get_notify_exceptions_gen.go#L116: func (*AccountGetNotifyExceptionsRequest) TypeName() string {
		tl_account_get_notify_exceptions_gen.go#L121: func (g *AccountGetNotifyExceptionsRequest) TypeInfo() tdp.Type {
		tl_account_get_notify_exceptions_gen.go#L151: func (g *AccountGetNotifyExceptionsRequest) SetFlags() {
		tl_account_get_notify_exceptions_gen.go#L164: func (g *AccountGetNotifyExceptionsRequest) Encode(b *bin.Buffer) error {
		tl_account_get_notify_exceptions_gen.go#L173: func (g *AccountGetNotifyExceptionsRequest) EncodeBare(b *bin.Buffer) error {
		tl_account_get_notify_exceptions_gen.go#L193: func (g *AccountGetNotifyExceptionsRequest) Decode(b *bin.Buffer) error {
		tl_account_get_notify_exceptions_gen.go#L204: func (g *AccountGetNotifyExceptionsRequest) DecodeBare(b *bin.Buffer) error {
		tl_account_get_notify_exceptions_gen.go#L226: func (g *AccountGetNotifyExceptionsRequest) SetCompareSound(value bool) {
		tl_account_get_notify_exceptions_gen.go#L237: func (g *AccountGetNotifyExceptionsRequest) GetCompareSound() (value bool) {
		tl_account_get_notify_exceptions_gen.go#L245: func (g *AccountGetNotifyExceptionsRequest) SetCompareStories(value bool) {
		tl_account_get_notify_exceptions_gen.go#L256: func (g *AccountGetNotifyExceptionsRequest) GetCompareStories() (value 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_exceptions_gen.go#L285: func (c *Client) AccountGetNotifyExceptions(ctx context.Context, request *AccountGetNotifyExceptionsRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L4880: 		AccountGetNotifyExceptionsRequestTypeID:                                 func() bin.Object { return &AccountGetNotifyExceptionsRequest{} },
		tl_server_gen.go#L1353: func (s *ServerDispatcher) OnAccountGetNotifyExceptions(f func(ctx context.Context, request *AccountGetNotifyExceptionsRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L1355: 		var request AccountGetNotifyExceptionsRequest