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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_gen.go#L1282: type InputPrivacyValueAllowBots struct {
		tl_input_privacy_rule_gen.go#L1289: func (i InputPrivacyValueAllowBots) construct() InputPrivacyRuleClass { return &i }
		tl_input_privacy_rule_gen.go#L1293: 	_ bin.Encoder     = &InputPrivacyValueAllowBots{}
		tl_input_privacy_rule_gen.go#L1294: 	_ bin.Decoder     = &InputPrivacyValueAllowBots{}
		tl_input_privacy_rule_gen.go#L1295: 	_ bin.BareEncoder = &InputPrivacyValueAllowBots{}
		tl_input_privacy_rule_gen.go#L1296: 	_ bin.BareDecoder = &InputPrivacyValueAllowBots{}
		tl_input_privacy_rule_gen.go#L1298: 	_ InputPrivacyRuleClass = &InputPrivacyValueAllowBots{}
		tl_input_privacy_rule_gen.go#L1301: func (i *InputPrivacyValueAllowBots) Zero() bool {
		tl_input_privacy_rule_gen.go#L1310: func (i *InputPrivacyValueAllowBots) String() string {
		tl_input_privacy_rule_gen.go#L1314: 	type Alias InputPrivacyValueAllowBots
		tl_input_privacy_rule_gen.go#L1321: func (*InputPrivacyValueAllowBots) TypeID() uint32 {
		tl_input_privacy_rule_gen.go#L1326: func (*InputPrivacyValueAllowBots) TypeName() string {
		tl_input_privacy_rule_gen.go#L1331: func (i *InputPrivacyValueAllowBots) TypeInfo() tdp.Type {
		tl_input_privacy_rule_gen.go#L1345: func (i *InputPrivacyValueAllowBots) Encode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1354: func (i *InputPrivacyValueAllowBots) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1362: func (i *InputPrivacyValueAllowBots) Decode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1373: func (i *InputPrivacyValueAllowBots) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1622: 		v := InputPrivacyValueAllowBots{}
		tl_registry_gen.go#L5426: 		InputPrivacyValueAllowBotsTypeID:                         func() bin.Object { return &InputPrivacyValueAllowBots{} },