Skip to main content

ThreadParams

ThreadParams interface.

Properties

PropertyTypeDescription
before_message?numberReturn all messages before this id of the message (excluded before_message).
from_message?numberReturn all messages from this id of the message (included from_message).
group?numberThe id of the group.
limit?numberNumber of results to return per page.
offset?numberThe initial index from which to return the results.
thread?numberThe id of the thread(one between thread or user is required).
user?numberThe id of the user(one between thread or user is required).