is_feature_disabled
Description:
public bool is_feature_disabled (
Type feature_type)
Get whether [iface@SessionFeature]s of the given feature_type (or a subclass of that type) are disabled on
this.
See [method@Message.disable_feature].
Parameters:
| this |
a Message
|
| feature_type |
the Type of a [iface@SessionFeature]
|
Returns:
|
true if feature is disabled, or false otherwise.
|