ThreadParams
ThreadParams interface.
Properties
Property | Type | Description |
---|---|---|
before_message? | number | Return all messages before this id of the message (excluded before_message). |
from_message? | number | Return all messages from this id of the message (included from_message). |
group? | number | The id of the group. |
limit? | number | Number of results to return per page. |
offset? | number | The initial index from which to return the results. |
thread? | number | The id of the thread(one between thread or user is required). |
user? | number | The id of the user(one between thread or user is required). |