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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L1287: type InputPrivacyKeyNoPaidMessages struct {
		tl_input_privacy_key_gen.go#L1294: func (i InputPrivacyKeyNoPaidMessages) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L1298: 	_ bin.Encoder     = &InputPrivacyKeyNoPaidMessages{}
		tl_input_privacy_key_gen.go#L1299: 	_ bin.Decoder     = &InputPrivacyKeyNoPaidMessages{}
		tl_input_privacy_key_gen.go#L1300: 	_ bin.BareEncoder = &InputPrivacyKeyNoPaidMessages{}
		tl_input_privacy_key_gen.go#L1301: 	_ bin.BareDecoder = &InputPrivacyKeyNoPaidMessages{}
		tl_input_privacy_key_gen.go#L1303: 	_ InputPrivacyKeyClass = &InputPrivacyKeyNoPaidMessages{}
		tl_input_privacy_key_gen.go#L1306: func (i *InputPrivacyKeyNoPaidMessages) Zero() bool {
		tl_input_privacy_key_gen.go#L1315: func (i *InputPrivacyKeyNoPaidMessages) String() string {
		tl_input_privacy_key_gen.go#L1319: 	type Alias InputPrivacyKeyNoPaidMessages
		tl_input_privacy_key_gen.go#L1326: func (*InputPrivacyKeyNoPaidMessages) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L1331: func (*InputPrivacyKeyNoPaidMessages) TypeName() string {
		tl_input_privacy_key_gen.go#L1336: func (i *InputPrivacyKeyNoPaidMessages) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L1350: func (i *InputPrivacyKeyNoPaidMessages) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1359: func (i *InputPrivacyKeyNoPaidMessages) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1367: func (i *InputPrivacyKeyNoPaidMessages) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1378: func (i *InputPrivacyKeyNoPaidMessages) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1648: 		v := InputPrivacyKeyNoPaidMessages{}
		tl_registry_gen.go#L5400: 		InputPrivacyKeyNoPaidMessagesTypeID:                      func() bin.Object { return &InputPrivacyKeyNoPaidMessages{} },