public void TypingMessageEnded(GroupChannel channel) { if (channel != null) { channel.EndTyping(); } }