I would like to know about the message id of chats. Could these message id of different chats (channel, private chat etc.) be ever matched, or are they unique in all chats? that means, chat A has the id -10000000045 and has the message id -430000000067, chat B has the id 100000048, could chat B have the same id number but with different content?
Because currently I hold these message id in a map, then if it the case that different chat could have same message id number with diffenrent content, then the map that I am using would be overwritten by the last message.
I would like to know about the message id of chats. Could these message id of different chats (channel, private chat etc.) be ever matched, or are they unique in all chats? that means, chat A has the id -10000000045 and has the message id -430000000067, chat B has the id 100000048, could chat B have the same id number but with different content?
Because currently I hold these message id in a map, then if it the case that different chat could have same message id number with diffenrent content, then the map that I am using would be overwritten by the last message.