Interface AccountPushConversationsItem

interface AccountPushConversationsItem {
    disabled_until: number;
    peer_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

disabled_until: number

Time until that notifications are disabled in seconds

peer_id: number

Peer ID

Generated using TypeDoc