Interface MessagesConversationSortId

interface MessagesConversationSortId {
    major_id: number;
    minor_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

major_id: number

Major id for sorting conversations

minor_id: number

Minor id for sorting conversations

Generated using TypeDoc