From 36b982916d6ee88bc18c191e9f9149f454104feb Mon Sep 17 00:00:00 2001 From: namhq1989 Date: Wed, 1 Mar 2023 17:36:01 +0700 Subject: [PATCH] add stream chat --- constant.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant.go b/constant.go index 18076ae..3f2c127 100644 --- a/constant.go +++ b/constant.go @@ -8,6 +8,7 @@ var AllStreams = struct { Withdrawal string Jobs string Auth string + Chat string }{ Selly: "selly", User: "user", @@ -16,6 +17,7 @@ var AllStreams = struct { Withdrawal: "withdrawal", Jobs: "jobs", Auth: "auth", + Chat: "chat", } var AllServers = struct {