sendChat

suspend fun IMessageSender.sendChat(    message: String,     tag: IUserMessageTag = DefaultCategory.Chat.defaultTag,     category: IUserMessageCategory = DefaultCategory.Chat)

Send a text notification with the DefaultCategory.Chat category and tag