Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed Jun 17, 2024
1 parent 5fefb2b commit c5702ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c5702ad

Please sign in to comment.