Hello,
I can get the default retrieved ticket count with SendBirdDesk.Ticket.defaultLimit
(like it is used in Sendbird Desk for JavaScript sample). But I have no information about how can I modify this ‘limit’.
How can I modify the retrieved ticket count of getOpenedList
and getClosedList
?
Note: If I use TypeScript the SendBirdDesk.Ticket.defaultLimit
will give a typecheck error, because the property ‘defaultLimit’ does not exist on type TicketStatic
.