Gogram TLRef
Home Types Constructors Methods Errors E2E
Home › Types › FileHash
Layer 228

FileHash

Abstract type representing one of 1 possible constructors.

Type

Available Constructors

In Gogram, this type is represented as tg.FileHash interface. Use any of the following constructors:

FileHash SHA 256 Hash of an uploaded file, to be checked for validity after download

Gogram Example

// FileHash is an interface type
// You can use any of the following constructors:
var _ tg.FileHash = &tg.FileHash{}
© 2025 Gogram TLRef. Licensed under MIT.
Gogram Telegram Core About