self_set_typing


Description:

public bool self_set_typing (uint32 friend_number, bool typing, out ErrSetTyping error = null)

Set the client's typing status for a friend.

The client is responsible for turning it on or off.

Parameters:

friend_number

The friend to which the client is typing a message.

typing

The typing status. True means the client is typing.

Returns:

true on success.