Hierarchy

  • ReturnsItem

Properties

candeletemessagesforallusers?: null | boolean

If the user can delete messages in the conversation for all users

clientmsgid: null | string

your own id for the message

conversationid: null | number

The conversation id for this message

errormessage: null | string

error message - if it failed

msgid: null | number

test this to know if it succeeds: id of the created message if it succeeded, -1 when failed

text: null | string

The text of the message

timecreated: null | number

The timecreated timestamp for the message

useridfrom: null | number

The user id who sent the message

Generated using TypeDoc