mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId.
This commit is contained in:
@@ -30,7 +30,7 @@ std::optional<ImageLocation> readImageLocation(
|
||||
QDataStream &stream);
|
||||
|
||||
uint32 peerSize(not_null<PeerData*> peer);
|
||||
void writePeer(QDataStream &stream, PeerData *peer);
|
||||
void writePeer(QDataStream &stream, not_null<PeerData*> peer);
|
||||
PeerData *readPeer(
|
||||
not_null<Main::Session*> session,
|
||||
int streamAppVersion,
|
||||
|
||||
Reference in New Issue
Block a user