Add support for article dates in link previews.

This commit is contained in:
Greyson Parrelli
2020-08-26 16:03:52 -04:00
committed by Alan Evans
parent bfed03b7b5
commit dd8b9ff8fb
13 changed files with 124 additions and 23 deletions

View File

@@ -207,6 +207,7 @@ message DataMessage {
optional string title = 2;
optional AttachmentPointer image = 3;
optional string description = 4;
optional uint64 date = 5;
}
message Sticker {