send_message

package
v0.93.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2025 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL