Interface GetUnreadCountResponse

interface GetUnreadCountResponse {
    errors?: string[];
    mentions: number;
    message?: string;
    private_messages: number;
    replies: number;
    status?: string;
}

Properties

errors?: string[]
mentions: number
message?: string
private_messages: number
replies: number
status?: string

Generated using TypeDoc