Skip to main content

Interface: ThreadParams

types/privateMessage.ThreadParams

ThreadParams interface.

Properties

before_message

Optional before_message: number

Return all messages before this id of the message (excluded before_message).

Defined in

types/privateMessage.ts:17


from_message

Optional from_message: number

Return all messages from this id of the message (included from_message).

Defined in

types/privateMessage.ts:21


limit

Optional limit: number

Number of results to return per page.

Defined in

types/privateMessage.ts:25


offset

Optional offset: number

The initial index from which to return the results.

Defined in

types/privateMessage.ts:29


thread

Optional thread: number

The id of the thread(one between thread or user is required).

Defined in

types/privateMessage.ts:9


user

Optional user: number

The id of the user(one between thread or user is required).

Defined in

types/privateMessage.ts:13