Merge pull request #9 from DiegoMagdaleno/master
Fix: edited_timestamp should be either Date | null not Date | undefined
This commit is contained in:
		
						commit
						d2c924a28b
					
				| @ -16,7 +16,7 @@ export interface Message { | |||||||
| 	application_id?: string; | 	application_id?: string; | ||||||
| 	content?: string; | 	content?: string; | ||||||
| 	timestamp: Date; | 	timestamp: Date; | ||||||
| 	edited_timestamp?: Date; | 	edited_timestamp: Date | null; | ||||||
| 	tts?: boolean; | 	tts?: boolean; | ||||||
| 	mention_everyone?: boolean; | 	mention_everyone?: boolean; | ||||||
| 	mention_user_ids: string[]; | 	mention_user_ids: string[]; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Diego Magdaleno
						Diego Magdaleno