Documentation ¶
Index ¶
- Variables
- func DownloadCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func MemeCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func StableDiffusionCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func TextToSpeechCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func ToAudioCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func ToImageCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func ToStickerCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func TranscribeCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
- func VoicevoxCommand(client *whatsmeow.Client, chat types.JID, user string, ...) (*waProto.Message, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var FlipHCommand = utils.CreateImgCmd(imaging.FlipH)
View Source
var FlipVCommand = utils.CreateImgCmd(imaging.FlipV)
View Source
var GrayscaleCommand = utils.CreateImgCmd(imaging.Grayscale)
View Source
var InvertCommand = utils.CreateImgCmd(imaging.Invert)
View Source
var Rotate180Command = utils.CreateImgCmd(imaging.Rotate180)
View Source
var Rotate270Command = utils.CreateImgCmd(imaging.Rotate270)
View Source
var Rotate90Command = utils.CreateImgCmd(imaging.Rotate90)
Functions ¶
func DownloadCommand ¶
func MemeCommand ¶
func StableDiffusionCommand ¶
func TextToSpeechCommand ¶
func ToAudioCommand ¶
func ToImageCommand ¶
func ToStickerCommand ¶
func TranscribeCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.