gramjs
gramjs copied to clipboard
fix #585: Dialog's top message can be undefined
Fixes #585 by making Dialog's date property optional. This prop is the dialog's "top message" date and since that can be undefined, the date can be undefined, too.
With this change, I can use getDialogs and do not experience any unwanted side effects.