tdlight/td/telegram
2022-11-21 12:06:05 +03:00
..
files Avoid non-required file_id duping. 2022-11-21 12:06:05 +03:00
logevent Add td_api::deleteForumTopic. 2022-10-30 00:35:37 +03:00
net Use autogenerated constant instead of raw constructor number. 2022-11-01 13:22:56 +03:00
AccessRights.h
Account.cpp Use invokeAfter for self-edit queries. 2022-08-22 22:12:00 +03:00
Account.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
AffectedHistory.h
AnimationsManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
AnimationsManager.h Load animation search options on start and remove redundant fields. 2022-08-17 22:16:16 +03:00
AnimationsManager.hpp Use get_document if possible. 2022-08-03 23:23:32 +03:00
Application.cpp Fix compilation error. 2022-07-19 12:40:34 +03:00
Application.h Make td_api::saveApplicationLogEvent persistent. 2022-07-18 19:21:47 +03:00
AttachMenuManager.cpp Add openWebApp.message_thread_id. 2022-10-27 12:36:17 +03:00
AttachMenuManager.h Add openWebApp.message_thread_id. 2022-10-27 12:36:17 +03:00
AudiosManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
AudiosManager.h Append album cover file identifiers to audio file identifiers. 2022-08-06 11:03:48 +03:00
AudiosManager.hpp Use get_document if possible. 2022-08-03 23:23:32 +03:00
AuthManager.cpp Simplify authorization state timeout handling. 2022-11-15 11:36:39 +03:00
AuthManager.h Simplify authorization state timeout handling. 2022-11-15 11:36:39 +03:00
AuthManager.hpp Simplify authorization state timeout handling. 2022-11-15 11:36:39 +03:00
AutoDownloadSettings.cpp
AutoDownloadSettings.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
BackgroundId.h
BackgroundManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
BackgroundManager.h Use request promise in setBackground. 2022-11-17 18:48:48 +03:00
BackgroundType.cpp Fix solid backgrounds. 2022-11-02 07:21:20 +03:00
BackgroundType.h
BackgroundType.hpp
BotCommand.cpp
BotCommand.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
BotCommandScope.cpp
BotCommandScope.h
BotMenuButton.cpp Always use "must be non-empty". 2022-09-10 22:48:34 +03:00
BotMenuButton.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
CallActor.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
CallActor.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
CallbackQueriesManager.cpp Improve log and error messages. 2022-10-05 21:29:05 +03:00
CallbackQueriesManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
CallDiscardReason.cpp
CallDiscardReason.h
CallId.h
CallManager.cpp Fix call discarding. 2022-10-08 21:00:15 +03:00
CallManager.h Minor improvements. 2022-10-12 15:59:58 +03:00
ChainId.h Use InvokeAfter for requests changing channels. 2022-10-24 17:36:31 +03:00
ChannelId.h
ChannelParticipantFilter.cpp
ChannelParticipantFilter.h
ChannelType.h
ChatId.h
ChatReactions.cpp Sort reactions returned in getMessageAvailableReactions. 2022-09-13 19:19:35 +03:00
ChatReactions.h Sort reactions returned in getMessageAvailableReactions. 2022-09-13 19:19:35 +03:00
cli.cpp Rename forum topic title to topic name. 2022-11-02 17:31:25 +03:00
Client.cpp Replace ConcurrentScheduler::init with constructor. 2022-09-14 15:06:52 +03:00
Client.h Clarify verbosiy level range in the documentation. 2022-07-08 11:21:31 +03:00
ClientActor.cpp ClientActor: create Td on desired thread. 2022-10-04 19:02:31 +03:00
ClientActor.h ClientActor: create Td on desired thread. 2022-10-04 19:02:31 +03:00
ClientDotNet.cpp Add Client.setLogMessageHandler to Java example. 2022-07-08 15:01:38 +03:00
ClientJson.cpp Avoid redundant usages of Status::error(). 2022-10-09 14:15:54 +03:00
ClientJson.h
ConfigManager.cpp Make SslCtx public. 2022-11-11 14:23:43 +03:00
ConfigManager.h Minor improvements. 2022-08-18 23:31:14 +03:00
ConnectionState.cpp
ConnectionState.h
Contact.cpp
Contact.h
ContactsManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
ContactsManager.h Use WaitFreeHashMap for user photos. 2022-11-20 23:16:21 +03:00
CountryInfoManager.cpp Remove unused ActorId methods. 2022-10-01 11:29:09 +03:00
CountryInfoManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
CustomEmojiId.h Add class CustomEmojiId. 2022-10-03 01:26:32 +03:00
DelayDispatcher.cpp
DelayDispatcher.h
Dependencies.cpp
Dependencies.h
DeviceTokenManager.cpp Remove my_id from Global. 2022-08-18 20:21:40 +03:00
DeviceTokenManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
DhCache.cpp Optimize the very first key generation. 2022-10-22 00:00:32 +03:00
DhCache.h
DhConfig.h
DialogAction.cpp Add messageForumTopicEdited. 2022-10-18 22:16:03 +03:00
DialogAction.h
DialogActionBar.cpp
DialogActionBar.h
DialogAdministrator.cpp
DialogAdministrator.h
DialogDate.h
DialogDb.cpp Flush DialogDb on closing. 2022-11-10 19:20:17 +03:00
DialogDb.h Flush DialogDb on closing. 2022-11-10 19:20:17 +03:00
DialogEventLog.cpp Improve actor of TopicCreated chat log event. 2022-11-04 17:52:26 +03:00
DialogEventLog.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
DialogFilter.cpp Proxy all option-related requests through G. 2022-08-17 16:11:13 +03:00
DialogFilter.h
DialogFilter.hpp
DialogFilterId.h
DialogId.cpp
DialogId.h
DialogInviteLink.cpp Fix log formatting. 2022-06-20 17:56:06 +03:00
DialogInviteLink.h
DialogListId.h Improve output of DialogListId to log. 2022-08-27 16:59:34 +03:00
DialogLocation.cpp
DialogLocation.h
DialogNotificationSettings.cpp Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
DialogNotificationSettings.h Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
DialogNotificationSettings.hpp Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
DialogParticipant.cpp Support can_manage_topics administrator right and chat permission. 2022-10-23 13:20:53 +03:00
DialogParticipant.h Support can_manage_topics administrator right and chat permission. 2022-10-23 13:20:53 +03:00
DialogParticipantFilter.cpp
DialogParticipantFilter.h
DialogSource.cpp
DialogSource.h
Dimensions.cpp
Dimensions.h
Dimensions.hpp
Document.cpp Append album cover file identifiers to audio file identifiers. 2022-08-06 11:03:48 +03:00
Document.h
Document.hpp
DocumentsManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
DocumentsManager.h Use WaitFreeHashMap for document storages. 2022-08-04 10:50:34 +03:00
DocumentsManager.hpp Minor fixes. 2022-08-14 15:04:08 +03:00
DownloadManager.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
DownloadManager.h Remove unused DownloadManager::update_file_deleted. 2022-09-05 18:02:41 +03:00
DownloadManagerCallback.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
DownloadManagerCallback.h Minor fixes. 2022-08-14 15:04:08 +03:00
DraftMessage.cpp Prepare for removing premium custom emoji if have no premium. 2022-07-22 18:11:55 +03:00
DraftMessage.h Prepare for removing premium custom emoji if have no premium. 2022-07-22 18:11:55 +03:00
DraftMessage.hpp
EmailVerification.cpp Add class EmailVerification. 2022-09-06 23:29:57 +03:00
EmailVerification.h Add class EmailVerification. 2022-09-06 23:29:57 +03:00
EmojiStatus.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
EmojiStatus.h Add class CustomEmojiId. 2022-10-03 01:26:32 +03:00
EncryptedFile.h
FileReferenceManager.cpp Use WaitFreeHashMap to store nodes in FileReferenceManager. 2022-11-17 19:13:36 +03:00
FileReferenceManager.h Use WaitFreeHashMap to store nodes in FileReferenceManager. 2022-11-17 19:13:36 +03:00
FileReferenceManager.hpp Support file reference repair for files of attachment menu bots. 2022-08-10 21:12:05 +03:00
FolderId.h
ForumTopic.cpp Minor improvements. 2022-11-02 19:51:41 +03:00
ForumTopic.h Minor improvements. 2022-11-02 19:51:41 +03:00
ForumTopicEditedData.cpp Add separate messageForumTopicIsClosedToggled. 2022-10-27 19:40:37 +03:00
ForumTopicEditedData.h Add search text for topic service messages. 2022-11-17 13:22:24 +03:00
ForumTopicEditedData.hpp Add messageForumTopicEdited. 2022-10-18 22:16:03 +03:00
ForumTopicIcon.cpp Apply edited data from service message about forum topics. 2022-10-27 19:03:58 +03:00
ForumTopicIcon.h Apply edited data from service message about forum topics. 2022-10-27 19:03:58 +03:00
ForumTopicIcon.hpp Add messageForumTopicCreated. 2022-10-18 16:08:53 +03:00
ForumTopicInfo.cpp Apply edited data from service message about forum topics. 2022-10-27 19:03:58 +03:00
ForumTopicInfo.h Improve actor of TopicCreated chat log event. 2022-11-04 17:52:26 +03:00
ForumTopicManager.cpp Minor improvements. 2022-11-02 19:51:41 +03:00
ForumTopicManager.h Minor improvements. 2022-11-02 19:51:41 +03:00
FullMessageId.h
Game.cpp
Game.h
Game.hpp
GameManager.cpp
GameManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
GitCommitHash.cpp.in Generate GitCommitHash.cpp during building. 2022-07-11 12:20:31 +03:00
GitCommitHash.h Generate GitCommitHash.cpp during building. 2022-07-11 12:20:31 +03:00
Global.cpp Make OptionManager a plain class. 2022-08-18 18:52:59 +03:00
Global.h Add ForumTopicManager. 2022-10-25 15:03:35 +03:00
GroupCallId.h
GroupCallManager.cpp Check for close_flag as early as possible. 2022-08-10 13:57:41 +03:00
GroupCallManager.h Move MultiTimeout to MultiTimeout.h. 2022-07-02 23:32:18 +03:00
GroupCallParticipant.cpp
GroupCallParticipant.h
GroupCallParticipantOrder.cpp
GroupCallParticipantOrder.h
GroupCallVideoPayload.cpp
GroupCallVideoPayload.h
HashtagHints.cpp
HashtagHints.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
InlineQueriesManager.cpp Add support for multiple usernames. 2022-10-12 21:04:18 +03:00
InlineQueriesManager.h Allow to specify application name when opening Web App. 2022-08-25 23:15:53 +03:00
InputDialogId.cpp Use static helpers from InputDialogId. 2022-08-30 02:09:00 +03:00
InputDialogId.h Use static helpers from InputDialogId. 2022-08-30 02:09:00 +03:00
InputGroupCallId.cpp
InputGroupCallId.h
InputInvoice.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
InputInvoice.h Minor improvements. 2022-10-12 15:59:58 +03:00
InputInvoice.hpp Make struct Invoice private. 2022-09-24 23:09:40 +03:00
InputMessageText.cpp Improve includes. 2022-08-16 09:43:32 +03:00
InputMessageText.h Prepare for removing premium custom emoji if have no premium. 2022-07-22 18:11:55 +03:00
InputMessageText.hpp
JsonValue.cpp Add "themed_premium_statuses_sticker_set_id" option. 2022-08-31 19:03:26 +03:00
JsonValue.h Add "themed_premium_statuses_sticker_set_id" option. 2022-08-31 19:03:26 +03:00
LabeledPricePart.h Add LabeledPricePart.h. 2022-09-22 18:49:08 +03:00
LanguagePackManager.cpp Improve field name. 2022-08-31 11:11:37 +03:00
LanguagePackManager.h Init base LanguagePackManager fields in constuctor. 2022-08-17 22:49:05 +03:00
LinkManager.cpp Support forum message links in getInternalLinkType. 2022-11-04 14:56:25 +03:00
LinkManager.h Support whitelisted domains. 2022-10-27 00:57:28 +03:00
Location.cpp
Location.h
Log.cpp
Log.h
LogDotNet.cpp
Logging.cpp
Logging.h
MessageContent.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
MessageContent.h Apply edited data from service message about forum topics. 2022-10-27 19:03:58 +03:00
MessageContentType.cpp Add messageForumTopicEdited. 2022-10-18 22:16:03 +03:00
MessageContentType.h Add messageForumTopicEdited. 2022-10-18 22:16:03 +03:00
MessageCopyOptions.h Support forwarding of messages to message threads. 2022-10-21 18:02:39 +03:00
MessageDb.cpp Flush DialogDb on closing. 2022-11-10 19:20:17 +03:00
MessageDb.h Rename MessagesDb to MessageDb. 2022-11-09 20:35:22 +03:00
MessageEntity.cpp Improve handling of too long messages and captions. 2022-11-03 16:46:50 +03:00
MessageEntity.h Add class CustomEmojiId. 2022-10-03 01:26:32 +03:00
MessageEntity.hpp Add class CustomEmojiId. 2022-10-03 01:26:32 +03:00
MessageExtendedMedia.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
MessageExtendedMedia.h Minor improvements. 2022-10-12 15:59:58 +03:00
MessageExtendedMedia.hpp Minor improvements. 2022-10-12 15:59:58 +03:00
MessageId.cpp
MessageId.h
MessageLinkInfo.h Support message links for forum topics. 2022-11-04 14:40:57 +03:00
MessageReaction.cpp Ignore MESSAGE_NOT_MODIFIED error for added reactions. 2022-11-01 14:38:49 +03:00
MessageReaction.h Make most MessageReaction methods private. 2022-09-24 21:32:50 +03:00
MessageReaction.hpp Save chosen reaction order. 2022-09-11 13:35:25 +03:00
MessageReplyHeader.cpp Improve MessateReplyHeader processing. 2022-11-02 14:04:43 +03:00
MessageReplyHeader.h Improve MessateReplyHeader processing. 2022-11-02 14:04:43 +03:00
MessageReplyInfo.cpp Improve updating of reply info. 2022-11-19 11:21:41 +03:00
MessageReplyInfo.h Keep information about dropped MessageReplyInfo. 2022-10-29 20:18:49 +03:00
MessageReplyInfo.hpp
MessageSearchFilter.cpp
MessageSearchFilter.h
MessageSender.cpp Improve log and error messages. 2022-10-05 21:29:05 +03:00
MessageSender.h
MessagesManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
MessagesManager.h Improve source type in on_get_channel_error/on_get_dialog_error. 2022-11-17 14:18:11 +03:00
MessageThreadDb.cpp Add MessageThreadDatabase. 2022-11-10 19:46:17 +03:00
MessageThreadDb.h Add MessageThreadDatabase. 2022-11-10 19:46:17 +03:00
MessageThreadInfo.h
MessageTtl.cpp
MessageTtl.h
MinChannel.h
MinChannel.hpp
misc.cpp Move is_valid_username to misc.h. 2022-10-12 16:09:42 +03:00
misc.h Move is_valid_username to misc.h. 2022-10-12 16:09:42 +03:00
NewPasswordState.cpp
NewPasswordState.h
Notification.h
NotificationGroupId.h
NotificationGroupKey.h
NotificationGroupType.h
NotificationId.h
NotificationManager.cpp Update layer to 148. 2022-10-07 18:04:00 +03:00
NotificationManager.h Minor improvements. 2022-10-12 15:59:58 +03:00
NotificationSettingsManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
NotificationSettingsManager.h Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
NotificationSettingsScope.cpp Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
NotificationSettingsScope.h Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
NotificationSound.cpp Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
NotificationSound.h Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
NotificationSoundType.h
NotificationType.cpp
NotificationType.h
OptionManager.cpp Update version to 1.8.8. 2022-11-05 02:50:48 +03:00
OptionManager.h Don't send fake optionValueEmpty while logging out. 2022-10-06 17:59:19 +03:00
OrderInfo.cpp Add OrderInfo.h. 2022-09-22 19:28:39 +03:00
OrderInfo.h Minor improvements. 2022-10-12 15:59:58 +03:00
OrderInfo.hpp Move get_product_description_object to InputInvoice.h. 2022-09-22 19:37:02 +03:00
PasswordManager.cpp Add td_api::checkLoginEmailAddressCode. 2022-09-07 15:18:43 +03:00
PasswordManager.h Add td_api::checkLoginEmailAddressCode. 2022-09-07 15:18:43 +03:00
Payments.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
Payments.h Minor improvements. 2022-09-22 23:28:54 +03:00
PhoneNumberManager.cpp Always use "must be non-empty". 2022-09-10 22:48:34 +03:00
PhoneNumberManager.h
Photo.cpp Don't drop photo cache if only minithumbnail was changed. 2022-11-05 01:25:19 +03:00
Photo.h Move some functions to Photo.h. 2022-09-22 18:25:20 +03:00
Photo.hpp
PhotoFormat.h
PhotoSize.cpp Support documentAttributeCustomEmoji. 2022-07-14 17:11:36 +03:00
PhotoSize.h
PhotoSize.hpp Remove some unneeded logging. 2022-07-20 18:01:26 +03:00
PhotoSizeSource.cpp
PhotoSizeSource.h
PhotoSizeSource.hpp
PollId.h
PollId.hpp
PollManager.cpp Minor fixes. 2022-08-14 15:04:08 +03:00
PollManager.h Ensure that poll is removed from being_closed_polls_ after request is completed. 2022-07-24 12:19:51 +03:00
PollManager.hpp
Premium.cpp Add premiumFeatureForumTopicIcon. 2022-10-25 12:46:07 +03:00
Premium.h Add gift support in assignGooglePlayTransaction. 2022-07-18 15:17:01 +03:00
PremiumGiftOption.cpp Move check_currency_amount to misc.h. 2022-09-22 19:33:43 +03:00
PremiumGiftOption.h Add get_premium_payment_options_object fucntion. 2022-08-26 18:59:29 +03:00
PremiumGiftOption.hpp Add userFullInfo.premium_gift_options. 2022-07-01 15:57:38 +03:00
PrivacyManager.cpp Add userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages. 2022-07-16 21:20:18 +03:00
PrivacyManager.h Add userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages. 2022-07-16 21:20:18 +03:00
PtsManager.h
PublicDialogType.h
QueryCombiner.cpp
QueryCombiner.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
RecentDialogList.cpp Add support for multiple usernames. 2022-10-12 21:04:18 +03:00
RecentDialogList.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
ReplyMarkup.cpp Always use "must be non-empty". 2022-09-10 22:48:34 +03:00
ReplyMarkup.h Explicitly pass ContactsManager to 2022-06-28 18:34:53 +03:00
ReplyMarkup.hpp
ReportReason.cpp
ReportReason.h
RequestActor.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
RestrictionReason.cpp Support "restriction_add_platforms" app config parameter. 2022-11-02 20:38:52 +03:00
RestrictionReason.h
ScheduledServerMessageId.h
ScopeNotificationSettings.cpp Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
ScopeNotificationSettings.h Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
ScopeNotificationSettings.hpp Split NotificationSettings.h. 2022-10-25 01:22:04 +03:00
SecretChatActor.cpp Remove rarely used PromiseCreator::lambda with 2 lambdas. 2022-06-26 17:11:27 +03:00
SecretChatActor.h Make all operator bool const and nonexcept. 2022-10-09 19:30:18 +03:00
SecretChatDb.cpp
SecretChatDb.h
SecretChatId.h
SecretChatLayer.h Support spoiler and custom emoji entities in secret chats. 2022-07-27 21:10:18 +03:00
SecretChatsManager.cpp Proxy all option-related requests through G. 2022-08-17 16:11:13 +03:00
SecretChatsManager.h Asynchronously destroy some big data storages. 2022-07-20 13:40:14 +03:00
SecretInputMedia.cpp
SecretInputMedia.h
SecureManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
SecureManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
SecureStorage.cpp
SecureStorage.h
SecureValue.cpp Add OrderInfo.h. 2022-09-22 19:28:39 +03:00
SecureValue.h
SecureValue.hpp
SendCodeHelper.cpp Minor improvements. 2022-09-22 23:28:54 +03:00
SendCodeHelper.h Minor improvements. 2022-09-22 23:28:54 +03:00
SendCodeHelper.hpp Remove dangerous Timestamp::store. 2022-09-21 14:25:31 +03:00
SentEmailCode.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
SentEmailCode.h Add class SentEmailCode. 2022-09-06 14:46:11 +03:00
SequenceDispatcher.cpp Ensure that all network requests are sent and all their responses are processed asynchronously. 2022-10-02 01:53:56 +03:00
SequenceDispatcher.h
ServerMessageId.h
SetWithPosition.h
SpecialStickerSetType.cpp Add getForumTopicDefaultIcons. 2022-10-27 10:06:13 +03:00
SpecialStickerSetType.h Add getForumTopicDefaultIcons. 2022-10-27 10:06:13 +03:00
SponsoredMessageManager.cpp Drop sponsored message cache when Premium state is changed. 2022-10-21 15:51:32 +03:00
SponsoredMessageManager.h Support multiple sponsored messages. 2022-10-21 15:04:56 +03:00
StateManager.cpp Use free-standing function to create event promises. 2022-06-27 02:57:56 +03:00
StateManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
StickerFormat.cpp Minor fixes. 2022-08-14 15:04:08 +03:00
StickerFormat.h Support emoji stickers in get_max_sticker_file_size. 2022-07-17 23:49:46 +03:00
StickerSetId.h
StickerSetId.hpp
StickersManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
StickersManager.h Wait for emoji reactions to be loaded once in getEmojiReaction. 2022-11-04 00:59:45 +03:00
StickersManager.hpp Add lazy initialization for keyword_stickers_map_. 2022-09-27 16:16:36 +03:00
StickerType.cpp Add get_sticker_type function. 2022-09-02 18:18:18 +03:00
StickerType.h Add get_sticker_type function. 2022-09-02 18:18:18 +03:00
StorageManager.cpp Proxy all option-related requests through G. 2022-08-17 16:11:13 +03:00
StorageManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
SuggestedAction.cpp Proxy all option-related requests through G. 2022-08-17 16:11:13 +03:00
SuggestedAction.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
Support.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
Support.h Add setUserSupportInfo. 2022-08-15 16:58:28 +03:00
td_c_client.cpp
td_c_client.h
td_emscripten.cpp
td_json_client.cpp
td_json_client.h Clarify verbosiy level range in the documentation. 2022-07-08 11:21:31 +03:00
td_log.cpp
td_log.h
Td.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
Td.h Split API methods for chats and message threads. 2022-10-31 20:03:28 +03:00
TdCallback.h
TdDb.cpp Disable message thread database for now. 2022-11-12 09:59:56 +03:00
TdDb.h Add MessageThreadDatabase. 2022-11-10 19:46:17 +03:00
TdParameters.h
TermsOfService.cpp
TermsOfService.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
ThemeManager.cpp Minor improvements. 2022-10-12 15:59:58 +03:00
ThemeManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
TopDialogCategory.cpp
TopDialogCategory.h
TopDialogManager.cpp Use send_closure to load dialogs to ensure that MessagesManager is inited. 2022-09-03 10:21:04 +03:00
TopDialogManager.h Move Promise to tdutils. 2022-06-27 13:30:18 +03:00
TranscriptionInfo.cpp Fix warning. 2022-11-07 13:54:27 +03:00
TranscriptionInfo.h Minor improvements. 2022-11-02 19:51:41 +03:00
TranscriptionInfo.hpp Add class TranscriptionInfo. 2022-10-19 20:43:30 +03:00
UniqueId.h
UpdatesManager.cpp Add more logging for long update applying. 2022-11-20 22:41:50 +03:00
UpdatesManager.h Add more logging for long update applying. 2022-11-20 22:41:50 +03:00
UserId.h
Usernames.cpp Username fixes. 2022-10-24 13:34:20 +03:00
Usernames.h Fix Usernames store. 2022-10-18 21:53:18 +03:00
Venue.cpp
Venue.h Add support for multiple usernames. 2022-10-12 21:04:18 +03:00
Version.h Add MessageThreadDatabase. 2022-11-10 19:46:17 +03:00
VideoNotesManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
VideoNotesManager.h Minor improvements. 2022-11-02 19:51:41 +03:00
VideoNotesManager.hpp Support waveform for video notes. 2022-10-20 23:23:40 +03:00
VideosManager.cpp Add source to dup_file_id. 2022-11-21 11:40:43 +03:00
VideosManager.h Use WaitFreeHashMap for document storages. 2022-08-04 10:50:34 +03:00
VideosManager.hpp Use get_document if possible. 2022-08-03 23:23:32 +03:00
VoiceNotesManager.cpp Don't register VoiceNote and VideoNote messages for bots. 2022-11-12 10:51:57 +03:00
VoiceNotesManager.h Inline handling of transcribed audio update. 2022-10-20 20:03:49 +03:00
VoiceNotesManager.hpp Add class TranscriptionInfo. 2022-10-19 20:43:30 +03:00
WebPageBlock.cpp Add support for multiple usernames. 2022-10-12 21:04:18 +03:00
WebPageBlock.h Use the same template recursively for instant view links. 2022-09-26 19:24:39 +03:00
WebPageId.h
WebPagesManager.cpp Rename size() to calc_size() for WaitFree hash tables. 2022-11-18 13:16:24 +03:00
WebPagesManager.h Minor improvements. 2022-10-12 15:59:58 +03:00