Layer 220
constructor
messageMediaPhoto#695150d7 flags:# spoiler:flags.3?true photo:flags.0?Photo ttl_seconds:flags.2?int = MessageMedia;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
Spoiler flags.3?true Whether this media should be hidden behind a spoiler warning
Photo flags.0?Photo Photo
TtlSeconds flags.2?int Time to live in seconds of self-destructing photo

Returns

MessageMedia

Gogram Example

// Creating MessageMediaPhoto constructor
obj := &tg.MessageMediaPhoto{

    // Optional fields:
    // Spoiler: true,
    // Photo: &tg.Photo{},
    // TtlSeconds: 0,
}