Home
last modified time | relevance | path

Searched refs:canPinMessages (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_pinned_section.cpp194 if (!_history->peer->canPinMessages()) { in setupClearButton()
430 const auto can = _history->peer->canPinMessages(); in refreshClearButtonText()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_peer.cpp492 bool PeerData::canPinMessages() const { in canPinMessages() function in PeerData
514 ? channel->canPinMessages() in canEditMessagesIndefinitely()
H A Ddata_peer.h398 [[nodiscard]] bool canPinMessages() const;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_item.cpp607 return _history->peer->canPinMessages(); in canPin()
H A Dhistory_widget.cpp5846 const auto hiddenId = _peer->canPinMessages() in checkPinnedBarState()
6378 if (_peer->canPinMessages()) { in hidePinnedMessage()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dedit_peer_info_box.cpp641 : (channel->canPinMessages() in showEditLinkedChatBox()