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

20 uses

	github.com/gotd/td/tg (current package)
		tl_input_encrypted_file_gen.go#L38: type InputEncryptedFileEmpty struct {
		tl_input_encrypted_file_gen.go#L45: func (i InputEncryptedFileEmpty) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L49: 	_ bin.Encoder     = &InputEncryptedFileEmpty{}
		tl_input_encrypted_file_gen.go#L50: 	_ bin.Decoder     = &InputEncryptedFileEmpty{}
		tl_input_encrypted_file_gen.go#L51: 	_ bin.BareEncoder = &InputEncryptedFileEmpty{}
		tl_input_encrypted_file_gen.go#L52: 	_ bin.BareDecoder = &InputEncryptedFileEmpty{}
		tl_input_encrypted_file_gen.go#L54: 	_ InputEncryptedFileClass = &InputEncryptedFileEmpty{}
		tl_input_encrypted_file_gen.go#L57: func (i *InputEncryptedFileEmpty) Zero() bool {
		tl_input_encrypted_file_gen.go#L66: func (i *InputEncryptedFileEmpty) String() string {
		tl_input_encrypted_file_gen.go#L70: 	type Alias InputEncryptedFileEmpty
		tl_input_encrypted_file_gen.go#L77: func (*InputEncryptedFileEmpty) TypeID() uint32 {
		tl_input_encrypted_file_gen.go#L82: func (*InputEncryptedFileEmpty) TypeName() string {
		tl_input_encrypted_file_gen.go#L87: func (i *InputEncryptedFileEmpty) TypeInfo() tdp.Type {
		tl_input_encrypted_file_gen.go#L101: func (i *InputEncryptedFileEmpty) Encode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L110: func (i *InputEncryptedFileEmpty) EncodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L118: func (i *InputEncryptedFileEmpty) Decode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L129: func (i *InputEncryptedFileEmpty) DecodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L792: func (i *InputEncryptedFileEmpty) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L824: 		v := InputEncryptedFileEmpty{}
		tl_registry_gen.go#L3981: 		InputEncryptedFileEmptyTypeID:                            func() bin.Object { return &InputEncryptedFileEmpty{} },