chat_state_changed
Description:
[ Version ( deprecated = true , since = "0.11.3" ) ]
public signal void chat_state_changed (uint contact, uint state)
public signal void chat_state_changed (uint contact, uint state)
Warning: chat_state_changed is deprecated.
Emitted when a contact's chat state changes after prepare_async
has finished preparing the feature TP_CHANNEL_FEATURE_CHAT_STATES.
Note:
Use contact_chat_state_changed instead
Parameters:
| contact |
a contact handle for the local user or another contact |
| state |
the new ChannelChatState for the contact |