Minor improvements.
This commit is contained in:
parent
d8472358dc
commit
2e5caa9f13
@ -787,6 +787,7 @@ set(TDLIB_SOURCE
|
|||||||
td/telegram/StoryInteractionInfo.h
|
td/telegram/StoryInteractionInfo.h
|
||||||
td/telegram/StoryListId.h
|
td/telegram/StoryListId.h
|
||||||
td/telegram/StoryManager.h
|
td/telegram/StoryManager.h
|
||||||
|
td/telegram/StoryNotificationSettings.h
|
||||||
td/telegram/StoryStealthMode.h
|
td/telegram/StoryStealthMode.h
|
||||||
td/telegram/StoryViewer.h
|
td/telegram/StoryViewer.h
|
||||||
td/telegram/SuggestedAction.h
|
td/telegram/SuggestedAction.h
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include "td/telegram/NotificationGroupKey.h"
|
#include "td/telegram/NotificationGroupKey.h"
|
||||||
#include "td/telegram/NotificationId.h"
|
#include "td/telegram/NotificationId.h"
|
||||||
|
|
||||||
|
#include "td/utils/common.h"
|
||||||
|
#include "td/utils/StringBuilder.h"
|
||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
|
|
||||||
class NotificationGroupInfo {
|
class NotificationGroupInfo {
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "td/telegram/NotificationGroupInfo.h"
|
#include "td/telegram/NotificationGroupInfo.h"
|
||||||
|
#include "td/telegram/Version.h"
|
||||||
|
|
||||||
#include "td/utils/common.h"
|
#include "td/utils/common.h"
|
||||||
#include "td/utils/tl_helpers.h"
|
#include "td/utils/tl_helpers.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user