friend_get_typing


Description:

[ Version ( deprecated = true , deprecated_since = "0.2.0" ) ]
public bool friend_get_typing (uint32 friend_number, out ErrFriendQuery error = null)

Warning: friend_get_typing is deprecated since "0.2.0".

Check whether a friend is currently typing a message.

Parameters:

friend_number

The friend number for which to query the typing status.

Returns:

true if the friend is typing.

false if the friend is not typing, or the friend number was invalid. Inspect the error code to determine which case it is.