fix ffi and bindings, error is already logged in core

This commit is contained in:
B. Petersen
2020-10-04 18:54:21 +02:00
parent 47f4f2bd08
commit 66cb3d4358
3 changed files with 7 additions and 13 deletions

View File

@@ -1144,7 +1144,7 @@ pub struct ChatInfo {
///
/// On the C API this number is one of the
/// `DC_CHAT_TYPE_UNDEFINED`, `DC_CHAT_TYPE_SINGLE`,
/// `DC_CHAT_TYPE_GROUP` or `DC_CHAT_TYPE_VERIFIED_GROUP`
/// or `DC_CHAT_TYPE_GROUP`
/// constants.
#[serde(rename = "type")]
pub type_: u32,