requested_status_message
Description:
[ NoAccessorMethod ]
[ Version ( since = "0.9.0" ) ]
public string requested_status_message { owned get; }
[ Version ( since = "0.9.0" ) ]
public string requested_status_message { owned get; }
The requested status message message of the account.
Since 0.13.8, one can receive change notifications on this property by connecting to the notify signal and using this property as the signal detail. Change notifications for requested-presence-type, requested-status and requested-status-message are always emitted together, so it is sufficient to connect to one of the notification signals.
This is not guaranteed to have been retrieved until
prepare_async has finished; until then, the value is null
.