Skip to content

Commit 81c0c98

Browse files
authored
test 2
1 parent f79720b commit 81c0c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ func (fs *FileService) CopyFile(c *gin.Context) (*schemas.FileOut, *types.AppErr
617617
media := item.Media.(*tg.MessageMediaDocument)
618618
document := media.Document.(*tg.Document)
619619

620-
caption := fmt.Sprintf("%s_%s", res[0].id, res[0].Name)
620+
caption := fmt.Sprintf("%s_%s", res[0].Id, res[0].Name)
621621

622622
id, _ := randInt64()
623623
request := tg.MessagesSendMediaRequest{

0 commit comments

Comments
 (0)