This commit is contained in:
Andrea Maria Piana 2020-06-24 08:40:03 +02:00
parent 8716a8ce45
commit a2f273e616
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type QuotedMessage struct {
// Base64Audio is the converted base64 audio
Base64Audio string `json:"audio,omitempty"`
// AudioDurationMs is the audio duration in milliseconds
AudioDurationMs uint64 `json:"audioDuration,omitempty"`
AudioDurationMs uint64 `json:"audioDurationMs,omitempty"`
}
type CommandState int