Add group_id to Data

This commit is contained in:
Jm Casler 2022-02-19 22:32:11 -08:00
parent 6a66f8b1f8
commit 5f98af3261

View file

@ -525,6 +525,12 @@ message Data {
* a message a heart or poop emoji.
*/
bool is_tapback = 8;
/*
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving
* a message a heart or poop emoji.
*/
uint32 group_id = 9;
}
/*