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