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

72 uses

	github.com/gotd/td/tg (current package)
		tl_account_upload_ringtone_gen.go#L44: 	File InputFileClass
		tl_account_upload_ringtone_gen.go#L90: 	GetFile() (value InputFileClass)
		tl_account_upload_ringtone_gen.go#L204: func (u *AccountUploadRingtoneRequest) GetFile() (value InputFileClass) {
		tl_account_upload_theme_gen.go#L49: 	File InputFileClass
		tl_account_upload_theme_gen.go#L53: 	Thumb InputFileClass
		tl_account_upload_theme_gen.go#L105: 	GetFile() (value InputFileClass)
		tl_account_upload_theme_gen.go#L106: 	GetThumb() (value InputFileClass, ok bool)
		tl_account_upload_theme_gen.go#L260: func (u *AccountUploadThemeRequest) GetFile() (value InputFileClass) {
		tl_account_upload_theme_gen.go#L268: func (u *AccountUploadThemeRequest) SetThumb(value InputFileClass) {
		tl_account_upload_theme_gen.go#L275: func (u *AccountUploadThemeRequest) GetThumb() (value InputFileClass, ok bool) {
		tl_account_upload_wall_paper_gen.go#L53: 	File InputFileClass
		tl_account_upload_wall_paper_gen.go#L106: 	GetFile() (value InputFileClass)
		tl_account_upload_wall_paper_gen.go#L262: func (u *AccountUploadWallPaperRequest) GetFile() (value InputFileClass) {
		tl_input_chat_photo_gen.go#L153: 	File InputFileClass
		tl_input_chat_photo_gen.go#L157: 	Video InputFileClass
		tl_input_chat_photo_gen.go#L225: 	GetFile() (value InputFileClass, ok bool)
		tl_input_chat_photo_gen.go#L226: 	GetVideo() (value InputFileClass, ok bool)
		tl_input_chat_photo_gen.go#L412: func (i *InputChatUploadedPhoto) SetFile(value InputFileClass) {
		tl_input_chat_photo_gen.go#L419: func (i *InputChatUploadedPhoto) GetFile() (value InputFileClass, ok bool) {
		tl_input_chat_photo_gen.go#L430: func (i *InputChatUploadedPhoto) SetVideo(value InputFileClass) {
		tl_input_chat_photo_gen.go#L437: func (i *InputChatUploadedPhoto) GetVideo() (value InputFileClass, ok bool) {
		tl_input_file_gen.go#L60: func (i InputFile) construct() InputFileClass { return &i }
		tl_input_file_gen.go#L69: 	_ InputFileClass = &InputFile{}
		tl_input_file_gen.go#L278: func (i InputFileBig) construct() InputFileClass { return &i }
		tl_input_file_gen.go#L287: 	_ InputFileClass = &InputFileBig{}
		tl_input_file_gen.go#L468: type InputFileClass interface {
		tl_input_file_gen.go#L473: 	construct() InputFileClass
		tl_input_file_gen.go#L497: func DecodeInputFile(buf *bin.Buffer) (InputFileClass, error) {
		tl_input_file_gen.go#L524: 	InputFile InputFileClass
		tl_input_file_slices_gen.go#L38: type InputFileClassArray []InputFileClass
		tl_input_file_slices_gen.go#L41: func (s InputFileClassArray) Sort(less func(a, b InputFileClass) bool) InputFileClassArray {
		tl_input_file_slices_gen.go#L49: func (s InputFileClassArray) SortStable(less func(a, b InputFileClass) bool) InputFileClassArray {
		tl_input_file_slices_gen.go#L57: func (s InputFileClassArray) Retain(keep func(x InputFileClass) bool) InputFileClassArray {
		tl_input_file_slices_gen.go#L71: func (s InputFileClassArray) First() (v InputFileClass, ok bool) {
		tl_input_file_slices_gen.go#L79: func (s InputFileClassArray) Last() (v InputFileClass, ok bool) {
		tl_input_file_slices_gen.go#L87: func (s *InputFileClassArray) PopFirst() (v InputFileClass, ok bool) {
		tl_input_file_slices_gen.go#L97: 	var zero InputFileClass
		tl_input_file_slices_gen.go#L106: func (s *InputFileClassArray) Pop() (v InputFileClass, ok bool) {
		tl_input_file_slices_gen.go#L121: 	return s.Sort(func(a, b InputFileClass) bool {
		tl_input_file_slices_gen.go#L128: 	return s.SortStable(func(a, b InputFileClass) bool {
		tl_input_media_gen.go#L152: 	File InputFileClass
		tl_input_media_gen.go#L214: 	GetFile() (value InputFileClass)
		tl_input_media_gen.go#L406: func (i *InputMediaUploadedPhoto) GetFile() (value InputFileClass) {
		tl_input_media_gen.go#L1078: 	File InputFileClass
		tl_input_media_gen.go#L1082: 	Thumb InputFileClass
		tl_input_media_gen.go#L1165: 	GetFile() (value InputFileClass)
		tl_input_media_gen.go#L1166: 	GetThumb() (value InputFileClass, ok bool)
		tl_input_media_gen.go#L1489: func (i *InputMediaUploadedDocument) GetFile() (value InputFileClass) {
		tl_input_media_gen.go#L1497: func (i *InputMediaUploadedDocument) SetThumb(value InputFileClass) {
		tl_input_media_gen.go#L1504: func (i *InputMediaUploadedDocument) GetThumb() (value InputFileClass, ok bool) {
		tl_messages_init_history_import_gen.go#L49: 	File InputFileClass
		tl_messages_init_history_import_gen.go#L98: 	GetFile() (value InputFileClass)
		tl_messages_init_history_import_gen.go#L224: func (i *MessagesInitHistoryImportRequest) GetFile() (value InputFileClass) {
		tl_phone_save_call_log_gen.go#L42: 	File InputFileClass
		tl_phone_save_call_log_gen.go#L82: 	GetFile() (value InputFileClass)
		tl_phone_save_call_log_gen.go#L189: func (s *PhoneSaveCallLogRequest) GetFile() (value InputFileClass) {
		tl_photos_upload_contact_profile_photo_gen.go#L66: 	File InputFileClass
		tl_photos_upload_contact_profile_photo_gen.go#L73: 	Video InputFileClass
		tl_photos_upload_contact_profile_photo_gen.go#L148: 	GetFile() (value InputFileClass, ok bool)
		tl_photos_upload_contact_profile_photo_gen.go#L149: 	GetVideo() (value InputFileClass, ok bool)
		tl_photos_upload_contact_profile_photo_gen.go#L419: func (u *PhotosUploadContactProfilePhotoRequest) SetFile(value InputFileClass) {
		tl_photos_upload_contact_profile_photo_gen.go#L426: func (u *PhotosUploadContactProfilePhotoRequest) GetFile() (value InputFileClass, ok bool) {
		tl_photos_upload_contact_profile_photo_gen.go#L437: func (u *PhotosUploadContactProfilePhotoRequest) SetVideo(value InputFileClass) {
		tl_photos_upload_contact_profile_photo_gen.go#L444: func (u *PhotosUploadContactProfilePhotoRequest) GetVideo() (value InputFileClass, ok bool) {
		tl_photos_upload_profile_photo_gen.go#L56: 	File InputFileClass
		tl_photos_upload_profile_photo_gen.go#L63: 	Video InputFileClass
		tl_photos_upload_profile_photo_gen.go#L134: 	GetFile() (value InputFileClass, ok bool)
		tl_photos_upload_profile_photo_gen.go#L135: 	GetVideo() (value InputFileClass, ok bool)
		tl_photos_upload_profile_photo_gen.go#L395: func (u *PhotosUploadProfilePhotoRequest) SetFile(value InputFileClass) {
		tl_photos_upload_profile_photo_gen.go#L402: func (u *PhotosUploadProfilePhotoRequest) GetFile() (value InputFileClass, ok bool) {
		tl_photos_upload_profile_photo_gen.go#L413: func (u *PhotosUploadProfilePhotoRequest) SetVideo(value InputFileClass) {
		tl_photos_upload_profile_photo_gen.go#L420: func (u *PhotosUploadProfilePhotoRequest) GetVideo() (value InputFileClass, ok bool) {