Skip to content

Commit

Permalink
Merge pull request #18 from tmpMeM/main
Browse files Browse the repository at this point in the history
v0.1.3 debug
  • Loading branch information
dbidib authored Aug 9, 2024
2 parents eb98259 + d7fcdf7 commit 4015080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/send_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func SendMessage(
chatID, _ := strconv.ParseInt(chatIDStr, 10, 64)

chatUsername := GetUsername(chatID)
chatTitle := GetUserFirstLastName(chatID)
chatTitle := GetChatTitle(chatID)
senderUsername := GetUsername(senderID)
senderTitle := GetUserFirstLastName(senderID)

Expand Down

0 comments on commit 4015080

Please sign in to comment.