Interface MessagesDeleteConversationResponse

interface MessagesDeleteConversationResponse {
    last_deleted_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

last_deleted_id: number

Id of the last message, that was deleted

Generated using TypeDoc