type github.com/gotd/td/tg.PrivacyValueDisallowAll
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L492: type PrivacyValueDisallowAll struct {
tl_privacy_rule_gen.go#L499: func (p PrivacyValueDisallowAll) construct() PrivacyRuleClass { return &p }
tl_privacy_rule_gen.go#L503: _ bin.Encoder = &PrivacyValueDisallowAll{}
tl_privacy_rule_gen.go#L504: _ bin.Decoder = &PrivacyValueDisallowAll{}
tl_privacy_rule_gen.go#L505: _ bin.BareEncoder = &PrivacyValueDisallowAll{}
tl_privacy_rule_gen.go#L506: _ bin.BareDecoder = &PrivacyValueDisallowAll{}
tl_privacy_rule_gen.go#L508: _ PrivacyRuleClass = &PrivacyValueDisallowAll{}
tl_privacy_rule_gen.go#L511: func (p *PrivacyValueDisallowAll) Zero() bool {
tl_privacy_rule_gen.go#L520: func (p *PrivacyValueDisallowAll) String() string {
tl_privacy_rule_gen.go#L524: type Alias PrivacyValueDisallowAll
tl_privacy_rule_gen.go#L531: func (*PrivacyValueDisallowAll) TypeID() uint32 {
tl_privacy_rule_gen.go#L536: func (*PrivacyValueDisallowAll) TypeName() string {
tl_privacy_rule_gen.go#L541: func (p *PrivacyValueDisallowAll) TypeInfo() tdp.Type {
tl_privacy_rule_gen.go#L555: func (p *PrivacyValueDisallowAll) Encode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L564: func (p *PrivacyValueDisallowAll) EncodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L572: func (p *PrivacyValueDisallowAll) Decode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L583: func (p *PrivacyValueDisallowAll) DecodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L1236: v := PrivacyValueDisallowAll{}
tl_registry_gen.go#L4053: PrivacyValueDisallowAllTypeID: func() bin.Object { return &PrivacyValueDisallowAll{} },
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. |