-
Client.ForwardMessagesAsync, somehow works strangely, why do I get the id of a message that, just by one more than the id of the previous message from the chat. And when I try to find this message in this chat through the received id, I get an error. =[20:24:44]m_id[151400742912] message messages.Messages_[0].Id = 151400742913 when i get chathistory Or should I calculate this id myself so 151400742913 - 1 + 1048576 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think that it would be better to ask this from the upstream. I don't believe this is an issue of the API translation layer.
I don't believe you should calculate any message id manually. |
Beta Was this translation helpful? Give feedback.
I think that it would be better to ask this from the upstream. I don't believe this is an issue of the API translation layer.
I don't believe you should calculate any message id manually.