PR Feedback: align proto definition
This commit is contained in:
parent
1405e46e62
commit
be9b96bf4b
@ -227,11 +227,11 @@ message DataMessage {
|
||||
|
||||
message Preview {
|
||||
// @required
|
||||
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 previewDescription = 4;
|
||||
optional uint64 date = 5;
|
||||
optional uint64 date = 5;
|
||||
}
|
||||
|
||||
message Sticker {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user