type github.com/gotd/td/tg.InputPrivacyValueAllowCloseFriends
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L1061: type InputPrivacyValueAllowCloseFriends struct {
tl_input_privacy_rule_gen.go#L1068: func (i InputPrivacyValueAllowCloseFriends) construct() InputPrivacyRuleClass { return &i }
tl_input_privacy_rule_gen.go#L1072: _ bin.Encoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1073: _ bin.Decoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1074: _ bin.BareEncoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1075: _ bin.BareDecoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1077: _ InputPrivacyRuleClass = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1080: func (i *InputPrivacyValueAllowCloseFriends) Zero() bool {
tl_input_privacy_rule_gen.go#L1089: func (i *InputPrivacyValueAllowCloseFriends) String() string {
tl_input_privacy_rule_gen.go#L1093: type Alias InputPrivacyValueAllowCloseFriends
tl_input_privacy_rule_gen.go#L1100: func (*InputPrivacyValueAllowCloseFriends) TypeID() uint32 {
tl_input_privacy_rule_gen.go#L1105: func (*InputPrivacyValueAllowCloseFriends) TypeName() string {
tl_input_privacy_rule_gen.go#L1110: func (i *InputPrivacyValueAllowCloseFriends) TypeInfo() tdp.Type {
tl_input_privacy_rule_gen.go#L1124: func (i *InputPrivacyValueAllowCloseFriends) Encode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1133: func (i *InputPrivacyValueAllowCloseFriends) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1141: func (i *InputPrivacyValueAllowCloseFriends) Decode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1152: func (i *InputPrivacyValueAllowCloseFriends) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1268: v := InputPrivacyValueAllowCloseFriends{}
tl_registry_gen.go#L4048: InputPrivacyValueAllowCloseFriendsTypeID: func() bin.Object { return &InputPrivacyValueAllowCloseFriends{} },
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. |