diff --git a/telegram/utils.go b/telegram/utils.go index 0a0a3fc..b3e815f 100644 --- a/telegram/utils.go +++ b/telegram/utils.go @@ -221,7 +221,7 @@ func (c *Client) formatMessage(chatID int64, messageID int64, preview bool, mess MessageId: messageID, }) if err != nil { - return "" + return fmt.Sprintf("", err.Error()) } }