Minor improvements.

This commit is contained in:
levlam 2023-08-22 19:10:22 +03:00
parent d8472358dc
commit 2e5caa9f13
3 changed files with 5 additions and 0 deletions

View File

@ -787,6 +787,7 @@ set(TDLIB_SOURCE
td/telegram/StoryInteractionInfo.h
td/telegram/StoryListId.h
td/telegram/StoryManager.h
td/telegram/StoryNotificationSettings.h
td/telegram/StoryStealthMode.h
td/telegram/StoryViewer.h
td/telegram/SuggestedAction.h

View File

@ -11,6 +11,9 @@
#include "td/telegram/NotificationGroupKey.h"
#include "td/telegram/NotificationId.h"
#include "td/utils/common.h"
#include "td/utils/StringBuilder.h"
namespace td {
class NotificationGroupInfo {

View File

@ -7,6 +7,7 @@
#pragma once
#include "td/telegram/NotificationGroupInfo.h"
#include "td/telegram/Version.h"
#include "td/utils/common.h"
#include "td/utils/tl_helpers.h"