From 563d9f9413f548bc0e83749507fd78cc804c0060 Mon Sep 17 00:00:00 2001 From: tyler Date: Tue, 21 May 2024 15:43:04 -0400 Subject: [PATCH] Added badge constants --- chat.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chat.go b/chat.go index eff8078..c839a48 100644 --- a/chat.go +++ b/chat.go @@ -19,6 +19,9 @@ import ( ) const ( + ChatBadgeRecurringSubscription = "recurring_subscription" + ChatBadgeLocalsSupporter = "locals_supporter" + ChatTypeInit = "init" ChatTypeMessages = "messages" ChatTypeMuteUsers = "mute_users"