type github.com/gotd/td/tg.PrivacyValueAllowCloseFriends
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L1041: type PrivacyValueAllowCloseFriends struct {
tl_privacy_rule_gen.go#L1048: func (p PrivacyValueAllowCloseFriends) construct() PrivacyRuleClass { return &p }
tl_privacy_rule_gen.go#L1052: _ bin.Encoder = &PrivacyValueAllowCloseFriends{}
tl_privacy_rule_gen.go#L1053: _ bin.Decoder = &PrivacyValueAllowCloseFriends{}
tl_privacy_rule_gen.go#L1054: _ bin.BareEncoder = &PrivacyValueAllowCloseFriends{}
tl_privacy_rule_gen.go#L1055: _ bin.BareDecoder = &PrivacyValueAllowCloseFriends{}
tl_privacy_rule_gen.go#L1057: _ PrivacyRuleClass = &PrivacyValueAllowCloseFriends{}
tl_privacy_rule_gen.go#L1060: func (p *PrivacyValueAllowCloseFriends) Zero() bool {
tl_privacy_rule_gen.go#L1069: func (p *PrivacyValueAllowCloseFriends) String() string {
tl_privacy_rule_gen.go#L1073: type Alias PrivacyValueAllowCloseFriends
tl_privacy_rule_gen.go#L1080: func (*PrivacyValueAllowCloseFriends) TypeID() uint32 {
tl_privacy_rule_gen.go#L1085: func (*PrivacyValueAllowCloseFriends) TypeName() string {
tl_privacy_rule_gen.go#L1090: func (p *PrivacyValueAllowCloseFriends) TypeInfo() tdp.Type {
tl_privacy_rule_gen.go#L1104: func (p *PrivacyValueAllowCloseFriends) Encode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L1113: func (p *PrivacyValueAllowCloseFriends) EncodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L1121: func (p *PrivacyValueAllowCloseFriends) Decode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L1132: func (p *PrivacyValueAllowCloseFriends) DecodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L1264: v := PrivacyValueAllowCloseFriends{}
tl_registry_gen.go#L4057: PrivacyValueAllowCloseFriendsTypeID: func() bin.Object { return &PrivacyValueAllowCloseFriends{} },
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. |