type github.com/gotd/td/tg.InputPrivacyValueAllowAll

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_gen.go#L140: type InputPrivacyValueAllowAll struct {
		tl_input_privacy_rule_gen.go#L147: func (i InputPrivacyValueAllowAll) construct() InputPrivacyRuleClass { return &i }
		tl_input_privacy_rule_gen.go#L151: 	_ bin.Encoder     = &InputPrivacyValueAllowAll{}
		tl_input_privacy_rule_gen.go#L152: 	_ bin.Decoder     = &InputPrivacyValueAllowAll{}
		tl_input_privacy_rule_gen.go#L153: 	_ bin.BareEncoder = &InputPrivacyValueAllowAll{}
		tl_input_privacy_rule_gen.go#L154: 	_ bin.BareDecoder = &InputPrivacyValueAllowAll{}
		tl_input_privacy_rule_gen.go#L156: 	_ InputPrivacyRuleClass = &InputPrivacyValueAllowAll{}
		tl_input_privacy_rule_gen.go#L159: func (i *InputPrivacyValueAllowAll) Zero() bool {
		tl_input_privacy_rule_gen.go#L168: func (i *InputPrivacyValueAllowAll) String() string {
		tl_input_privacy_rule_gen.go#L172: 	type Alias InputPrivacyValueAllowAll
		tl_input_privacy_rule_gen.go#L179: func (*InputPrivacyValueAllowAll) TypeID() uint32 {
		tl_input_privacy_rule_gen.go#L184: func (*InputPrivacyValueAllowAll) TypeName() string {
		tl_input_privacy_rule_gen.go#L189: func (i *InputPrivacyValueAllowAll) TypeInfo() tdp.Type {
		tl_input_privacy_rule_gen.go#L203: func (i *InputPrivacyValueAllowAll) Encode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L212: func (i *InputPrivacyValueAllowAll) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L220: func (i *InputPrivacyValueAllowAll) Decode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L231: func (i *InputPrivacyValueAllowAll) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1219: 		v := InputPrivacyValueAllowAll{}
		tl_registry_gen.go#L4041: 		InputPrivacyValueAllowAllTypeID:                          func() bin.Object { return &InputPrivacyValueAllowAll{} },