diff options
Diffstat (limited to 'chat.cpp')
-rw-r--r-- | chat.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,3 +70,9 @@ DcChat::isMuted() { return dc_chat_is_muted(m_chat); } + +int +DcChat::getVisibility() +{ + return dc_chat_get_visibility(m_chat); +} |