Documentation ¶
Index ¶
- Variables
- func Server()
- type Aio
- func (t *Aio) AppendMsg(id int64, msgId int, msg string)
- func (t *Aio) DeleteAfterSendMarkdown(id int64, msg string, preview bool)
- func (t *Aio) DeleteAfterSendMessage(msg string)
- func (t *Aio) LocalServerSendFile(id int64, filepath string, filename string)
- func (t *Aio) NewBot(token string, local string)
- func (t *Aio) SendAudio(id int64, cfg []interface{})
- func (t *Aio) SendFile(id int64, file string)
- func (t *Aio) SendImg(id int64, img string)
- func (t *Aio) SendMarkdown(id int64, msg string, preview bool) (tgbotapi.Message, error)
- func (t *Aio) SendMessage(msg string)
- func (t *Aio) SendMsg(id int64, msg string)
- func (t *Aio) SendVideo(id int64, video string)
- func (t *Aio) WaitToSend()
- type Gif
- type Sticker
Constants ¶
This section is empty.
Variables ¶
View Source
var ChatId int64
View Source
var Cmd string
Functions ¶
Types ¶
type Aio ¶
type Aio struct { CryptoApi *crypto.CryptoMonitor ChatGPTApi *chatgpt.ChatGPT VpsApi *vps.VpsMonitor PhotoApi *photo.Cutouts CryptoV2Api *crypto.Probe Cron *cron.Task Video *video.VideoDownload Gif *Gif Sticker *Sticker Utils *utils.Utils Lists *lists.Lists Track *crypto.Track // contains filtered or unexported fields }
func (*Aio) DeleteAfterSendMarkdown ¶ added in v0.0.36
func (*Aio) DeleteAfterSendMessage ¶ added in v1.0.2
func (*Aio) LocalServerSendFile ¶
func (*Aio) SendMarkdown ¶
func (*Aio) SendMessage ¶
func (*Aio) WaitToSend ¶
func (t *Aio) WaitToSend()
type Gif ¶
func (*Gif) GifDownload ¶
Click to show internal directories.
Click to hide internal directories.