type github.com/gotd/td/tg.InputPrivacyValueAllowCloseFriends
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L1073: type InputPrivacyValueAllowCloseFriends struct {
tl_input_privacy_rule_gen.go#L1080: func (i InputPrivacyValueAllowCloseFriends) construct() InputPrivacyRuleClass { return &i }
tl_input_privacy_rule_gen.go#L1084: _ bin.Encoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1085: _ bin.Decoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1086: _ bin.BareEncoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1087: _ bin.BareDecoder = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1089: _ InputPrivacyRuleClass = &InputPrivacyValueAllowCloseFriends{}
tl_input_privacy_rule_gen.go#L1092: func (i *InputPrivacyValueAllowCloseFriends) Zero() bool {
tl_input_privacy_rule_gen.go#L1101: func (i *InputPrivacyValueAllowCloseFriends) String() string {
tl_input_privacy_rule_gen.go#L1105: type Alias InputPrivacyValueAllowCloseFriends
tl_input_privacy_rule_gen.go#L1112: func (*InputPrivacyValueAllowCloseFriends) TypeID() uint32 {
tl_input_privacy_rule_gen.go#L1117: func (*InputPrivacyValueAllowCloseFriends) TypeName() string {
tl_input_privacy_rule_gen.go#L1122: func (i *InputPrivacyValueAllowCloseFriends) TypeInfo() tdp.Type {
tl_input_privacy_rule_gen.go#L1136: func (i *InputPrivacyValueAllowCloseFriends) Encode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1145: func (i *InputPrivacyValueAllowCloseFriends) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1153: func (i *InputPrivacyValueAllowCloseFriends) Decode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1164: func (i *InputPrivacyValueAllowCloseFriends) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1608: v := InputPrivacyValueAllowCloseFriends{}
tl_registry_gen.go#L5424: InputPrivacyValueAllowCloseFriendsTypeID: func() bin.Object { return &InputPrivacyValueAllowCloseFriends{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |