Interface MessageExpiredPhoto

A self-destructed photo message. Subtype of MessageContent.

interface MessageExpiredPhoto {
    @type: "messageExpiredPhoto";
}

Properties

Properties

@type: "messageExpiredPhoto"