package
Version:
v0.0.0-...-955412f
Opens a new window with list of versions in this module.
Published: Aug 26, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChatUser struct {
Id int `db:"id"`
Username string `db:"username"`
ChatId int `db:"chat_id"`
}
type Message struct {
Text string `json:"text"`
Telegram_chat_id int64 `json:"telegram-chat-id"`
Discord_channel_id string `json:"discord-channel-id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.