Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "send-message", Short: "Send a message to a Telegram chat", Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { telegram_utils.TelegramSendMessageMarkdown(FlagBotToken, FlagChatID, FlagMessage) }, }
View Source
var FlagBotToken string
View Source
var FlagChatID int64
View Source
var FlagMessage string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.