mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Payments.
Co-authored-by: Alan Evans <alan@signal.org> Co-authored-by: Alex Hart <alex@signal.org> Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
@@ -70,6 +70,16 @@ message BodyRangeList {
|
||||
repeated BodyRange ranges = 1;
|
||||
}
|
||||
|
||||
message CryptoValue {
|
||||
oneof Value {
|
||||
MobileCoinValue mobileCoinValue = 1;
|
||||
}
|
||||
|
||||
message MobileCoinValue {
|
||||
string picoMobileCoin = 1;
|
||||
}
|
||||
}
|
||||
|
||||
message GroupCallUpdateDetails {
|
||||
string eraId = 1;
|
||||
string startedCallUuid = 2;
|
||||
|
||||
Reference in New Issue
Block a user