tgbot-cpp
tgbot-cpp copied to clipboard
editMessageReplyMarkup will always throw for default values
https://github.com/reo7sp/tgbot-cpp/blob/9343618bdea96942c86fa8fc927a28f2885550af/src/Api.cpp#L1894
If the value is 0, get<string> will throw, if the value is "", get<int> will throw