type github.com/gotd/td/tg.AccountPrivacyRules
29 uses
github.com/gotd/td/tg (current package)
tl_account_get_privacy_gen.go#L177: func (c *Client) AccountGetPrivacy(ctx context.Context, key InputPrivacyKeyClass) (*AccountPrivacyRules, error) {
tl_account_get_privacy_gen.go#L178: var result AccountPrivacyRules
tl_account_privacy_rules_gen.go#L38: type AccountPrivacyRules struct {
tl_account_privacy_rules_gen.go#L52: _ bin.Encoder = &AccountPrivacyRules{}
tl_account_privacy_rules_gen.go#L53: _ bin.Decoder = &AccountPrivacyRules{}
tl_account_privacy_rules_gen.go#L54: _ bin.BareEncoder = &AccountPrivacyRules{}
tl_account_privacy_rules_gen.go#L55: _ bin.BareDecoder = &AccountPrivacyRules{}
tl_account_privacy_rules_gen.go#L58: func (p *AccountPrivacyRules) Zero() bool {
tl_account_privacy_rules_gen.go#L76: func (p *AccountPrivacyRules) String() string {
tl_account_privacy_rules_gen.go#L80: type Alias AccountPrivacyRules
tl_account_privacy_rules_gen.go#L85: func (p *AccountPrivacyRules) FillFrom(from interface {
tl_account_privacy_rules_gen.go#L98: func (*AccountPrivacyRules) TypeID() uint32 {
tl_account_privacy_rules_gen.go#L103: func (*AccountPrivacyRules) TypeName() string {
tl_account_privacy_rules_gen.go#L108: func (p *AccountPrivacyRules) TypeInfo() tdp.Type {
tl_account_privacy_rules_gen.go#L135: func (p *AccountPrivacyRules) Encode(b *bin.Buffer) error {
tl_account_privacy_rules_gen.go#L144: func (p *AccountPrivacyRules) EncodeBare(b *bin.Buffer) error {
tl_account_privacy_rules_gen.go#L179: func (p *AccountPrivacyRules) Decode(b *bin.Buffer) error {
tl_account_privacy_rules_gen.go#L190: func (p *AccountPrivacyRules) DecodeBare(b *bin.Buffer) error {
tl_account_privacy_rules_gen.go#L249: func (p *AccountPrivacyRules) GetRules() (value []PrivacyRuleClass) {
tl_account_privacy_rules_gen.go#L257: func (p *AccountPrivacyRules) GetChats() (value []ChatClass) {
tl_account_privacy_rules_gen.go#L265: func (p *AccountPrivacyRules) GetUsers() (value []UserClass) {
tl_account_privacy_rules_gen.go#L273: func (p *AccountPrivacyRules) MapRules() (value PrivacyRuleClassArray) {
tl_account_privacy_rules_gen.go#L278: func (p *AccountPrivacyRules) MapChats() (value ChatClassArray) {
tl_account_privacy_rules_gen.go#L283: func (p *AccountPrivacyRules) MapUsers() (value UserClassArray) {
tl_account_set_privacy_gen.go#L229: func (c *Client) AccountSetPrivacy(ctx context.Context, request *AccountSetPrivacyRequest) (*AccountPrivacyRules, error) {
tl_account_set_privacy_gen.go#L230: var result AccountPrivacyRules
tl_registry_gen.go#L4058: AccountPrivacyRulesTypeID: func() bin.Object { return &AccountPrivacyRules{} },
tl_server_gen.go#L673: func (s *ServerDispatcher) OnAccountGetPrivacy(f func(ctx context.Context, key InputPrivacyKeyClass) (*AccountPrivacyRules, error)) {
tl_server_gen.go#L690: func (s *ServerDispatcher) OnAccountSetPrivacy(f func(ctx context.Context, request *AccountSetPrivacyRequest) (*AccountPrivacyRules, error)) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |