Replying with Media #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is probably a really stupid question but how do you send/reply a photo or any other media?
in Telegram.Bot this is possible with an easy and obvious Bot.SendPhoto or a Bot.SendVideo etc
here there is just a Reply() or a ResponseText() with no option to make them send media as far as i saw
there are also 0 examples in the Wiki
In any handler you can access bot client using protected property
Clientor throug containercontainer.ClientReplymethod inside handler is just proxy to extension methodIAbstractHandlerContainer<Message>.Reply().You can apply same logic to your use cases and contribute them to repo if you want! :)