diff options
| author | levlam <levlam@telegram.org> | 2023-04-03 17:28:51 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-04-03 17:28:51 +0300 |
| commit | 241021ae83f2ca5becc36ae017eca8b5686ed233 (patch) | |
| tree | 0f6de369ffa4d5dad7baf8f5fe0c6cf1abcd2496 /td/telegram/DialogFilterInviteLink.h | |
| parent | b34d1d2c25c494ec19b910e75055d3413a2a01e1 (diff) | |
Rename chat filters to chat folders.
Diffstat (limited to 'td/telegram/DialogFilterInviteLink.h')
| -rw-r--r-- | td/telegram/DialogFilterInviteLink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/DialogFilterInviteLink.h b/td/telegram/DialogFilterInviteLink.h index 65c79e029..2a0a95cd0 100644 --- a/td/telegram/DialogFilterInviteLink.h +++ b/td/telegram/DialogFilterInviteLink.h @@ -33,7 +33,7 @@ class DialogFilterInviteLink { DialogFilterInviteLink(Td *td, telegram_api::object_ptr<telegram_api::exportedChatlistInvite> exported_invite); - td_api::object_ptr<td_api::chatFilterInviteLink> get_chat_filter_invite_link_object() const; + td_api::object_ptr<td_api::chatFolderInviteLink> get_chat_folder_invite_link_object() const; bool is_valid() const { return !invite_link_.empty(); |
