Archived
1

Add fixes and linter improvements to talkers package

This commit is contained in:
2018-03-31 17:25:41 +04:00
parent 4abfc457ce
commit c4d146ba20
8 changed files with 50 additions and 31 deletions

View File

@@ -13,4 +13,5 @@ type SenderInterface interface {
SendMarkdownAnswer(update *tgbotapi.Update, message string)
SendMarkdownMessageToChatID(chatID int64, message string)
SendMarkdownReply(update *tgbotapi.Update, message string, messageID int)
}