MessageQueryInput
input
The input fields to query a list of messages.
Fields
Conversation ID, which is returned by successfully calling the conversationCreate mutation.
Page size.
Default value:
Default value:
10Message ID acting as a pagination cursor in conjunction with
createAt. When createAt values are identical, this field is used to retrieve messages with IDs greater than or less than this value.Message creation time. Format: ISO-8601. If this field is not passed in, query is perfomed based on the current time.
Query direction. Valid values are:
up: Queries messages whose IDs are greater than the currentmessageIdor those created later than the currentcreateAt.down: Queries messages whose IDs are less than the currentmessageIdor those created earlier than the currentcreateAt.
Map
Argument from
MessageQueryInput
Was this article helpful to you?