diff options
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/context.cpp b/context.cpp index 802a555..59d8211 100644 --- a/context.cpp +++ b/context.cpp @@ -272,6 +272,12 @@ Context::sendMessage(uint32_t chatId, DcMessage *message) return dc_send_msg(m_context, chatId, message->m_message); } +uint32_t +Context::sendVChatInv(uint32_t chatId) +{ + return dc_send_videochat_invitation(m_context, chatId); +} + void Context::importBackup(QString tarfile) { |