From c5702ad508d7c924dce6b8e885ed42e6f696aaff Mon Sep 17 00:00:00 2001 From: Artem Yadelskyi Date: Mon, 17 Jun 2024 11:58:05 +0300 Subject: [PATCH] Fix typo --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 5f7d74d..575f3e8 100644 --- a/types.go +++ b/types.go @@ -3559,7 +3559,7 @@ type ChatID struct { // ID - Unique identifier for the target chat ID int64 - // Username - Channel or group username of the target chat (in the format @chanel_username) + // Username - Channel or group username of the target chat (in the format @channel_username) // Note: User username can't be used here, you have to use integer chat ID Username string }