Skip to content

Commit

Permalink
chore(consts): add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Sep 23, 2022
1 parent 2d48c66 commit 16a3208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/consts/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var (
}
)

// External designation, different from Telegram mtproto
const (
ChatGroup = "group"
ChatPrivate = "private"
Expand Down

0 comments on commit 16a3208

Please sign in to comment.