Skip to content

Commit

Permalink
fixed sendAudio method posting the wrong data
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Mar 9, 2022
1 parent abc6d9e commit feece9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure/TelegramAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export class TelegramAPI {
} else {
params = {
chat_id: chat_id,
photo: audio,
audio: audio,
...options,
};
}
Expand Down

0 comments on commit feece9f

Please sign in to comment.