forked from CIT/Vmeda.Online
		
	MOBILE-3752 lint: Remove duplicated spaces
This commit is contained in:
		
							parent
							
								
									5d20d4faa7
								
							
						
					
					
						commit
						2a1e8a44e8
					
				@ -3377,7 +3377,7 @@ export type AddonMessagesMarkMessageReadResult = {
 | 
				
			|||||||
 * Result of WS core_message_send_instant_messages.
 | 
					 * Result of WS core_message_send_instant_messages.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
export type AddonMessagesSendInstantMessagesMessage = {
 | 
					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.
 | 
					    clientmsgid?: string; // Your own id for the message.
 | 
				
			||||||
    errormessage?: string; // Error message - if it failed.
 | 
					    errormessage?: string; // Error message - if it failed.
 | 
				
			||||||
    text?: string; // @since 3.6. The text of the message.
 | 
					    text?: string; // @since 3.6. The text of the message.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user