tgbot-cpp icon indicating copy to clipboard operation
tgbot-cpp copied to clipboard

editMessageReplyMarkup will always throw for default values

Open GitSparTV opened this issue 2 years ago • 0 comments

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

GitSparTV avatar May 24 '23 15:05 GitSparTV