aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/InputMessageText.cpp
AgeCommit message (Expand)Author
2026-06-05Add td_api::DraftMessageContent.levlam
2026-01-01Update copyright year.levlam
2025-03-19Use true fields in InputMedia and InputFileLocation.levlam
2025-01-01Update copyright year.levlam
2024-07-21Pass UserManager to get_text_entity_object.levlam
2024-04-02Rename rest of ContactsManager to ChatManager.levlam
2024-01-01Update copyright year.levlam
2023-11-01Return Slice from get_first_url().levlam
2023-10-30Minor improvements.levlam
2023-10-22Add linkPreviewOptions.show_above_text.levlam
2023-10-17Add InputMessageText::add_dependencies.levlam
2023-10-17Allow empty text witn non-empty link preview.levlam
2023-10-17Always use the first URL as web_page_url in secret chats.levlam
2023-10-17Clear web_page_url in outgoing messages if preview is disabled.levlam
2023-10-16Ignore force_*_media if url isn't specified exlicitly.levlam
2023-10-16Move get_input_message_text_object inside InputMessageText class.levlam
2023-10-16Add td_api::linkPreviewOptions.levlam
2023-01-01Update copyright year.levlam
2022-08-16Improve includes.levlam
2022-08-15Add additional parameters to get_formatted_text.levlam
2022-08-15Add get_formatted_text function.levlam
2022-07-27Improve remove_unallowed_entities.levlam
2022-07-22Prepare for removing premium custom emoji if have no premium.levlam
2022-07-22Remove spoiler and custom emoji entities for messages sent to secret chats.levlam
2022-01-01Update copyright year.levlam
2021-08-04Hide too big media timestamps.levlam
2021-07-26Add skip_media_timestamps parameter to get_formatted_text.levlam
2021-07-22Skip bot command entities if needed.levlam
2021-07-22Rename need_skip_bot_commands to need_always_skip_bot_commands.levlam
2021-01-01Update copyright year.levlam
2020-03-12Add "always_parse_markdown" option.levlam
2020-01-01Update copyright year.levlam
2019-02-12Remove unneded includes of td/utils/loggging.h.levlam
2019-01-01Update copyright year.levlam
2018-09-29Move DraftMessage to separate files.levlam
2018-09-28Move MessageContent and InputMessageText implementations to corresponding files.levlam