Versions in this module Expand all Collapse all v0 v0.1.1 Apr 25, 2024 v0.1.0 Apr 25, 2024 Changes in this version + type Config struct + Authorization string + Log *Log + RootDir string + TelegramBot *TelegramBot + type FileModel struct + FileID string + FilePath string + FileSize int64 + FileType FileType + ForwardDate int64 + Json datatypes.JSONType[*tgbotapi.Message] + MessageID int64 + Text string + UserID int64 + UserName string + func (m *FileModel) GetForwardFrom() string + func (m *FileModel) IsValid() bool + type FileType string + const Document + const Photo + const Text + const Video + const Voice + func (ft *FileType) Scan(value interface{}) error + func (ft FileType) Value() (driver.Value, error) + type Log struct + Aging time.Duration + Colorful bool + ForceNew bool + Level string + type Static struct + MB float64 + Rows int64 + type TelegramBot struct + Debug bool + Endpoint string + Token string + type UserModel struct + UserID int64