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

32 uses

	github.com/gotd/td/tg (current package)
		tl_input_encrypted_file_gen.go#L45: func (i InputEncryptedFileEmpty) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L54: 	_ InputEncryptedFileClass = &InputEncryptedFileEmpty{}
		tl_input_encrypted_file_gen.go#L159: func (i InputEncryptedFileUploaded) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L168: 	_ InputEncryptedFileClass = &InputEncryptedFileUploaded{}
		tl_input_encrypted_file_gen.go#L377: func (i InputEncryptedFile) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L386: 	_ InputEncryptedFileClass = &InputEncryptedFile{}
		tl_input_encrypted_file_gen.go#L545: func (i InputEncryptedFileBigUploaded) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L554: 	_ InputEncryptedFileClass = &InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_gen.go#L737: type InputEncryptedFileClass interface {
		tl_input_encrypted_file_gen.go#L742: 	construct() InputEncryptedFileClass
		tl_input_encrypted_file_gen.go#L774: 	construct() InputEncryptedFileClass
		tl_input_encrypted_file_gen.go#L793: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L799: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L805: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L811: 	value, ok := (InputEncryptedFileClass(i)).(NotEmptyInputEncryptedFile)
		tl_input_encrypted_file_gen.go#L816: func DecodeInputEncryptedFile(buf *bin.Buffer) (InputEncryptedFileClass, error) {
		tl_input_encrypted_file_gen.go#L857: 	InputEncryptedFile InputEncryptedFileClass
		tl_input_encrypted_file_slices_gen.go#L38: type InputEncryptedFileClassArray []InputEncryptedFileClass
		tl_input_encrypted_file_slices_gen.go#L41: func (s InputEncryptedFileClassArray) Sort(less func(a, b InputEncryptedFileClass) bool) InputEncryptedFileClassArray {
		tl_input_encrypted_file_slices_gen.go#L49: func (s InputEncryptedFileClassArray) SortStable(less func(a, b InputEncryptedFileClass) bool) InputEncryptedFileClassArray {
		tl_input_encrypted_file_slices_gen.go#L57: func (s InputEncryptedFileClassArray) Retain(keep func(x InputEncryptedFileClass) bool) InputEncryptedFileClassArray {
		tl_input_encrypted_file_slices_gen.go#L71: func (s InputEncryptedFileClassArray) First() (v InputEncryptedFileClass, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L79: func (s InputEncryptedFileClassArray) Last() (v InputEncryptedFileClass, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L87: func (s *InputEncryptedFileClassArray) PopFirst() (v InputEncryptedFileClass, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L97: 	var zero InputEncryptedFileClass
		tl_input_encrypted_file_slices_gen.go#L106: func (s *InputEncryptedFileClassArray) Pop() (v InputEncryptedFileClass, ok bool) {
		tl_messages_send_encrypted_file_gen.go#L57: 	File InputEncryptedFileClass
		tl_messages_send_encrypted_file_gen.go#L112: 	GetFile() (value InputEncryptedFileClass)
		tl_messages_send_encrypted_file_gen.go#L303: func (s *MessagesSendEncryptedFileRequest) GetFile() (value InputEncryptedFileClass) {
		tl_messages_upload_encrypted_file_gen.go#L42: 	File InputEncryptedFileClass
		tl_messages_upload_encrypted_file_gen.go#L82: 	GetFile() (value InputEncryptedFileClass)
		tl_messages_upload_encrypted_file_gen.go#L189: func (u *MessagesUploadEncryptedFileRequest) GetFile() (value InputEncryptedFileClass) {