Send related emoji along with Sticker, fix SendMessage types

This commit is contained in:
Scott Nonnenberg
2021-10-05 15:10:08 -07:00
committed by GitHub
parent 3c91dce993
commit bd380086a4
35 changed files with 522 additions and 376 deletions

View File

@@ -220,6 +220,7 @@ message DataMessage {
optional bytes packKey = 2;
optional uint32 stickerId = 3;
optional AttachmentPointer data = 4;
optional string emoji = 5;
}
message Reaction {