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

22 uses

	github.com/gotd/td/tg (current package)
		tl_input_encrypted_file_gen.go#L756: 	AsNotEmpty() (NotEmptyInputEncryptedFile, bool)
		tl_input_encrypted_file_gen.go#L769: type NotEmptyInputEncryptedFile interface {
		tl_input_encrypted_file_gen.go#L792: func (i *InputEncryptedFileEmpty) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L793: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L798: func (i *InputEncryptedFileUploaded) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L799: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L804: func (i *InputEncryptedFile) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L805: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L810: func (i *InputEncryptedFileBigUploaded) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L811: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_slices_gen.go#L159: func (s InputEncryptedFileClassArray) FillNotEmptyMap(to map[int64]NotEmptyInputEncryptedFile) {
		tl_input_encrypted_file_slices_gen.go#L170: func (s InputEncryptedFileClassArray) NotEmptyToMap() map[int64]NotEmptyInputEncryptedFile {
		tl_input_encrypted_file_slices_gen.go#L171: 	r := make(map[int64]NotEmptyInputEncryptedFile, len(s))
		tl_input_encrypted_file_slices_gen.go#L178: func (s InputEncryptedFileClassArray) AppendOnlyNotEmpty(to []NotEmptyInputEncryptedFile) []NotEmptyInputEncryptedFile {
		tl_input_encrypted_file_slices_gen.go#L191: func (s InputEncryptedFileClassArray) AsNotEmpty() (to []NotEmptyInputEncryptedFile) {
		tl_input_encrypted_file_slices_gen.go#L196: func (s InputEncryptedFileClassArray) FirstAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L205: func (s InputEncryptedFileClassArray) LastAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L214: func (s *InputEncryptedFileClassArray) PopFirstAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L223: func (s *InputEncryptedFileClassArray) PopAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
		tl_messages_send_encrypted_file_gen.go#L311: func (s *MessagesSendEncryptedFileRequest) GetFileAsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_messages_upload_encrypted_file_gen.go#L197: func (u *MessagesUploadEncryptedFileRequest) GetFileAsNotEmpty() (NotEmptyInputEncryptedFile, bool) {