TelegramBot.ForwardMessages returns wrong type #40
-
|
Telegram bot API documentation says:
But in the library ForwardMessages method has signature that returns boolean instead of MessageId[]: I'm just getting an error from parser, because Newtonsoft.Json can't parse the result. But if I request api directly it returns: So it looks like that the RxLibrary gets the same result and it can't parse the value of the P.S. Ah. We have open source. Probably I will fix it by myself. And I'm also going to implement copyMessages. :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Has been fixed. Please feel free to create an issue for problems like these. |
Beta Was this translation helpful? Give feedback.
Has been fixed. Please feel free to create an issue for problems like these.