Skip to content

Commit

Permalink
лоханулся
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokinmax committed Mar 4, 2024
1 parent 85bfb9b commit 490de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
tb "gopkg.in/telebot.v3"
)

func TgSendMessage(botToken string, msg string, chatID int) (responce *tb.Message) {
func TgSendMessage(botToken string, msg string, chatID int64) (responce *tb.Message) {
log.Printf("Sending to chat: %d", chatID)

tbot, err := tb.NewBot(tb.Settings{
Expand Down

0 comments on commit 490de80

Please sign in to comment.