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

23 uses

	github.com/gotd/td/tg (current package)
		tl_account_set_privacy_gen.go#L38: type AccountSetPrivacyRequest struct {
		tl_account_set_privacy_gen.go#L50: 	_ bin.Encoder     = &AccountSetPrivacyRequest{}
		tl_account_set_privacy_gen.go#L51: 	_ bin.Decoder     = &AccountSetPrivacyRequest{}
		tl_account_set_privacy_gen.go#L52: 	_ bin.BareEncoder = &AccountSetPrivacyRequest{}
		tl_account_set_privacy_gen.go#L53: 	_ bin.BareDecoder = &AccountSetPrivacyRequest{}
		tl_account_set_privacy_gen.go#L56: func (s *AccountSetPrivacyRequest) Zero() bool {
		tl_account_set_privacy_gen.go#L71: func (s *AccountSetPrivacyRequest) String() string {
		tl_account_set_privacy_gen.go#L75: 	type Alias AccountSetPrivacyRequest
		tl_account_set_privacy_gen.go#L80: func (s *AccountSetPrivacyRequest) FillFrom(from interface {
		tl_account_set_privacy_gen.go#L91: func (*AccountSetPrivacyRequest) TypeID() uint32 {
		tl_account_set_privacy_gen.go#L96: func (*AccountSetPrivacyRequest) TypeName() string {
		tl_account_set_privacy_gen.go#L101: func (s *AccountSetPrivacyRequest) TypeInfo() tdp.Type {
		tl_account_set_privacy_gen.go#L124: func (s *AccountSetPrivacyRequest) Encode(b *bin.Buffer) error {
		tl_account_set_privacy_gen.go#L133: func (s *AccountSetPrivacyRequest) EncodeBare(b *bin.Buffer) error {
		tl_account_set_privacy_gen.go#L156: func (s *AccountSetPrivacyRequest) Decode(b *bin.Buffer) error {
		tl_account_set_privacy_gen.go#L167: func (s *AccountSetPrivacyRequest) DecodeBare(b *bin.Buffer) error {
		tl_account_set_privacy_gen.go#L199: func (s *AccountSetPrivacyRequest) GetKey() (value InputPrivacyKeyClass) {
		tl_account_set_privacy_gen.go#L207: func (s *AccountSetPrivacyRequest) GetRules() (value []InputPrivacyRuleClass) {
		tl_account_set_privacy_gen.go#L215: func (s *AccountSetPrivacyRequest) MapRules() (value InputPrivacyRuleClassArray) {
		tl_account_set_privacy_gen.go#L229: func (c *Client) AccountSetPrivacy(ctx context.Context, request *AccountSetPrivacyRequest) (*AccountPrivacyRules, error) {
		tl_registry_gen.go#L4845: 		AccountSetPrivacyRequestTypeID:                                          func() bin.Object { return &AccountSetPrivacyRequest{} },
		tl_server_gen.go#L690: func (s *ServerDispatcher) OnAccountSetPrivacy(f func(ctx context.Context, request *AccountSetPrivacyRequest) (*AccountPrivacyRules, error)) {
		tl_server_gen.go#L692: 		var request AccountSetPrivacyRequest