Home
last modified time | relevance | path

Searched refs:ChannelLogEvent (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h978 class ChannelLogEvent; variable
H A DContactsManager.cpp8957 class ContactsManager::ChannelLogEvent { class in td::ContactsManager
8962 ChannelLogEvent() = default;
8964 ChannelLogEvent(ChannelId channel_id, const Channel &c) : channel_id(channel_id), c(c) { in ChannelLogEvent() function in td::ContactsManager::ChannelLogEvent
8987 auto log_event = ChannelLogEvent(channel_id, *c); in save_channel()
9007 ChannelLogEvent log_event; in on_binlog_channel_event()