Layer 220
constructor
photoSizeEmpty#e17e23c type:string = PhotoSize;

Parameters

Name Type Description
Type string Thumbnail type

Returns

PhotoSize

Gogram Example

// Creating PhotoSizeEmpty constructor
obj := &tg.PhotoSizeEmpty{
    Type: "...",
}