Layer 220
Type

Gogram Example

// InputFileLocation is an interface type
// You can use any of the following constructors:
var _ tg.InputFileLocation = &tg.InputEncryptedFileLocation{}
var _ tg.InputFileLocation = &tg.InputFileLocation{}
var _ tg.InputFileLocation = &tg.InputDocumentFileLocation{}
var _ tg.InputFileLocation = &tg.InputSecureFileLocation{}
var _ tg.InputFileLocation = &tg.InputTakeoutFileLocation{}
// ... and 5 more constructors