Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SenderInterface ¶
type SenderInterface interface { Init() SendMarkdownAnswer(update *tgbotapi.Update, message string) SendMarkdownMessageToChatID(chatID int64, message string) SendMarkdownReply(update *tgbotapi.Update, message string, messageID int) }
SenderInterface implements Sender for importing via appcontext
Click to show internal directories.
Click to hide internal directories.