TFileCdnRedirect Class

Namespace
OpenTl.Schema.Upload
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IFile"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Upload/IFile" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TFileCdnRedirect"] class Type type-node

Syntax

[Serialize(0xf18cda44)]
public sealed class TFileCdnRedirect : IFile, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
DcId int
EncryptionIv byte[]
EncryptionKey byte[]
FileHashes TVector<IFileHash>
FileToken byte[]

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils