api: stock strings for calls

This commit is contained in:
link2xt
2025-10-01 14:51:24 +00:00
committed by l
parent 38e4919be1
commit a930ae27be
2 changed files with 55 additions and 0 deletions

View File

@@ -7820,6 +7820,21 @@ void dc_event_unref(dc_event_t* event);
/// "❤️ Seems you're enjoying Delta Chat!"… (donation request device message)
#define DC_STR_DONATION_REQUEST 193
/// "Outgoing Call"
#define DC_STR_OUTGOING_CALL 194
/// "Incoming Call"
#define DC_STR_INCOMING_CALL 195
/// "Declined Call"
#define DC_STR_DECLINED_CALL 196
/// "Canceled Call"
#define DC_STR_CANCELED_CALL 197
/// "Missed Call"
#define DC_STR_MISSED_CALL 198
/// "Contact". Deprecated, currently unused.
#define DC_STR_CONTACT 200