PoshGram
PoshGram copied to clipboard
PoshGram not sending message
The message was sent successfully when I first exectuted, again executing gives me the error. It's the same with when I test with Test-BotToken
- powershell version 7.4.1
- PoshGram version 2.3.0
I updated the module to latest version, but still not working...
I am unable to reproduce this issue on my workstation or in infra tests. No other users are reporting an issue.
Are you still experiencing an issue?
If so, can you try running with -Verbose and -Debug switches?
Send-TelegramTextMessage -BotToken $token -ChatID $channel -Message "hello world" -Verbose -Debug