Move request implementation to Requests.cpp/h.

This commit is contained in:
levlam 2024-08-15 10:31:43 +03:00
parent bf7a9b816a
commit c7eea9cf97
5 changed files with 9864 additions and 9661 deletions

View File

@ -536,6 +536,7 @@ set(TDLIB_SOURCE_PART2
td/telegram/ReplyMarkup.cpp
td/telegram/ReportReason.cpp
td/telegram/RequestedDialogType.cpp
td/telegram/Requests.cpp
td/telegram/RestrictionReason.cpp
td/telegram/SavedMessagesManager.cpp
td/telegram/SavedMessagesTopicId.cpp
@ -877,6 +878,7 @@ set(TDLIB_SOURCE_PART2
td/telegram/ReportReason.h
td/telegram/RequestActor.h
td/telegram/RequestedDialogType.h
td/telegram/Requests.h
td/telegram/RestrictionReason.h
td/telegram/SavedMessagesManager.h
td/telegram/SavedMessagesTopicId.h

8219
td/telegram/Requests.cpp Normal file

File diff suppressed because it is too large Load Diff

1631
td/telegram/Requests.h Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff