Interface MessageSelfDestructTypeTimer

Describes when a message will be self-destructed. Subtype of MessageSelfDestructType.

interface MessageSelfDestructTypeTimer {
    @type: "messageSelfDestructTypeTimer";
    self_destruct_time: number;
}

Properties

@type: "messageSelfDestructTypeTimer"
self_destruct_time: number

The message's self-destruct time, in seconds; must be between 0 and 60 in private chats.