Home
last modified time | relevance | path

Searched defs:noforwards (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h727 bool noforwards = false; member
803 bool noforwards = false; member
H A DMessagesManager.h1092 bool noforwards = false; member
H A DContactsManager.cpp13086 void ContactsManager::on_update_chat_noforwards(Chat *c, ChatId chat_id, bool noforwards) { in on_update_chat_noforwards()
13422 … ContactsManager::on_update_channel_noforwards(Channel *c, ChannelId channel_id, bool noforwards) { in on_update_channel_noforwards()
H A DMessagesManager.cpp13571 bool noforwards = (flags & MESSAGE_FLAG_NOFORWARDS) != 0; in create_message() local