MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / Text1

Function Text1

Telegram/SourceFiles/boxes/about_box.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace {
35
36rpl::producer<TextWithEntities> Text1() {
37 return tr::lng_about_text4(
38 lt_api_link,
39 tr::lng_about_text4_api(tr::url(u"https://core.telegram.org/api"_q)),
40 tr::marked);
41}
42
43rpl::producer<TextWithEntities> Text2() {
44 return tr::lng_about_text2(

Callers 1

AboutBoxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected