format final video download message

This commit is contained in:
2026-03-05 19:35:13 -05:00
parent 6fd6160edf
commit 890a0dd5c9
3 changed files with 39 additions and 9 deletions

View File

@@ -36,10 +36,13 @@ type ProgressUpdate struct {
// InteractionState holds the state for a specific interaction
type InteractionState struct {
URL string
FormatOptions *FormatOptions
VideoFormatID string
AudioFormatID string
Requester string
URL string
FormatOptions *FormatOptions
VideoFormatID string
VideoFormatName string
AudioFormatID string
AudioFormatName string
}
// DownloadResult represents the result of an async download operation