Add support for link preview descriptions.

This commit is contained in:
Greyson Parrelli
2020-08-25 16:05:39 -04:00
committed by GitHub
parent a3438c4f8d
commit c78e098cb4
19 changed files with 151 additions and 58 deletions

View File

@@ -203,9 +203,10 @@ message DataMessage {
}
message Preview {
optional string url = 1;
optional string title = 2;
optional AttachmentPointer image = 3;
optional string url = 1;
optional string title = 2;
optional AttachmentPointer image = 3;
optional string description = 4;
}
message Sticker {