Hierarchy

  • Params

Properties

limitfrom?: null | number

limit from

limitnum?: null | number

limit number

newestfirst?: null | boolean

true for ordering by newest first, false for oldest first

read?: null | number

1 for getting read messages, 0 for unread, 2 for both

type?: null | string

type of message to return, expected values are: notifications, conversations and both

useridfrom?: null | number

the user id who send the message, 0 for any user. -10 or -20 for no-reply or support user

useridto: null | number

the user id who received the message, 0 for any user

Generated using TypeDoc