MOBILE-3752 lint: Remove duplicated spaces
parent
5d20d4faa7
commit
2a1e8a44e8
|
@ -3377,7 +3377,7 @@ export type AddonMessagesMarkMessageReadResult = {
|
|||
* Result of WS core_message_send_instant_messages.
|
||||
*/
|
||||
export type AddonMessagesSendInstantMessagesMessage = {
|
||||
msgid: number; // Test this to know if it succeeds: id of the created message if it succeeded, -1 when failed.
|
||||
msgid: number; // Test this to know if it succeeds: i of the created message if it succeeded, -1 when failed.
|
||||
clientmsgid?: string; // Your own id for the message.
|
||||
errormessage?: string; // Error message - if it failed.
|
||||
text?: string; // @since 3.6. The text of the message.
|
||||
|
|
Loading…
Reference in New Issue