+ @DBusProperty(name = "ConfigurationReadReceipts", type = Boolean.class)
+ @DBusProperty(name = "ConfigurationUnidentifiedDeliveryIndicators", type = Boolean.class)
+ @DBusProperty(name = "ConfigurationTypingIndicators", type = Boolean.class)
+ @DBusProperty(name = "ConfigurationLinkPreviews", type = Boolean.class)
+ interface Configuration extends DBusInterface, Properties {
+ }
+