mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-18 18:03:27 +02:00
translator, remove message tail, hide fast share, drawer customization, quick admin shortcuts, disable crash reports, donations
13 lines
No EOL
413 B
C
13 lines
No EOL
413 B
C
// This is the source code of AyuGram for Desktop.
|
|
//
|
|
// We do not and cannot prevent the use of our code,
|
|
// but be respectful and credit the original author.
|
|
//
|
|
// Copyright @Radolyn, 2025
|
|
#pragma once
|
|
|
|
QString IDString(not_null<PeerData*> peer);
|
|
QString IDString(MsgId topicRootId);
|
|
|
|
rpl::producer<TextWithEntities> IDValue(not_null<PeerData*> peer);
|
|
rpl::producer<TextWithEntities> IDValue(MsgId topicRootId); |