Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogDb.cpp231 get_last_notification_date(get_notification_group_stmt_, 1)); in get_notification_group()
284 get_last_notification_date(stmt, 2)); in get_notification_groups_by_last_notification_date()
313 static int32 get_last_notification_date(SqliteStatement &stmt, int id) { in get_last_notification_date() function in td::DialogDbImpl