Add group_id to Data

pull/97/head
Jm Casler 2022-02-19 22:32:11 -08:00
rodzic 6a66f8b1f8
commit 5f98af3261
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -525,6 +525,12 @@ message Data {
* a message a heart or poop emoji. * a message a heart or poop emoji.
*/ */
bool is_tapback = 8; 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;
} }
/* /*