Implemented Telegram's currency API \TgBotLib\Classes\Utilities::getCurrency
to get basic information about the currency of the specified country, see [Telegram's currency API](https://core.telegram.org/bots/payments) for more information.
https://git.n64.cc/nosial/libs/tgbot/-/issues/3
This commit is contained in:
parent
e025f34a2e
commit
3c91058235
4 changed files with 60 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Exceptions;
|
||||
|
||||
class CurrencyNotSupportedException
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue