type github.com/gotd/td/tg.PrivacyValueAllowContacts
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L38: type PrivacyValueAllowContacts struct {
tl_privacy_rule_gen.go#L45: func (p PrivacyValueAllowContacts) construct() PrivacyRuleClass { return &p }
tl_privacy_rule_gen.go#L49: _ bin.Encoder = &PrivacyValueAllowContacts{}
tl_privacy_rule_gen.go#L50: _ bin.Decoder = &PrivacyValueAllowContacts{}
tl_privacy_rule_gen.go#L51: _ bin.BareEncoder = &PrivacyValueAllowContacts{}
tl_privacy_rule_gen.go#L52: _ bin.BareDecoder = &PrivacyValueAllowContacts{}
tl_privacy_rule_gen.go#L54: _ PrivacyRuleClass = &PrivacyValueAllowContacts{}
tl_privacy_rule_gen.go#L57: func (p *PrivacyValueAllowContacts) Zero() bool {
tl_privacy_rule_gen.go#L66: func (p *PrivacyValueAllowContacts) String() string {
tl_privacy_rule_gen.go#L70: type Alias PrivacyValueAllowContacts
tl_privacy_rule_gen.go#L77: func (*PrivacyValueAllowContacts) TypeID() uint32 {
tl_privacy_rule_gen.go#L82: func (*PrivacyValueAllowContacts) TypeName() string {
tl_privacy_rule_gen.go#L87: func (p *PrivacyValueAllowContacts) TypeInfo() tdp.Type {
tl_privacy_rule_gen.go#L101: func (p *PrivacyValueAllowContacts) Encode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L110: func (p *PrivacyValueAllowContacts) EncodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L118: func (p *PrivacyValueAllowContacts) Decode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L129: func (p *PrivacyValueAllowContacts) DecodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L1208: v := PrivacyValueAllowContacts{}
tl_registry_gen.go#L4049: PrivacyValueAllowContactsTypeID: func() bin.Object { return &PrivacyValueAllowContacts{} },
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. |