When I attempt to load the chat history of a supergroup prior to it's upgrade from a basic group (using the upgraded_from_basic_group_id and the upgraded_from_max_message_id), I get an error:
code: 6
message: Chat not found
Do I misunderstand the use if those fields?
As I understand it: To get message from the supergroup from before the upgrade, I have to request messages from the basic group.
When I attempt to load the chat history of a supergroup prior to it's upgrade from a basic group (using the
upgraded_from_basic_group_idand theupgraded_from_max_message_id), I get an error:code: 6message: Chat not foundDo I misunderstand the use if those fields?
As I understand it: To get message from the supergroup from before the upgrade, I have to request messages from the basic group.