mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-07-12 16:02:05 +08:00
fix: remove unused ChatTitle field from FilenameTemplateData struct
This commit is contained in:
@@ -32,7 +32,6 @@ type FilenameTemplateData struct {
|
|||||||
MsgDate string `json:"msgdate,omitempty"`
|
MsgDate string `json:"msgdate,omitempty"`
|
||||||
OrigName string `json:"origname,omitempty"`
|
OrigName string `json:"origname,omitempty"`
|
||||||
ChatID string `json:"chatid,omitempty"`
|
ChatID string `json:"chatid,omitempty"`
|
||||||
ChatTitle string `json:"chattitle,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f FilenameTemplateData) ToMap() map[string]string {
|
func (f FilenameTemplateData) ToMap() map[string]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user