..
api_attached_stickers.cpp
Simplify stickers inner API.
2022-08-15 11:34:22 +03:00
api_attached_stickers.h
…
api_authorizations.cpp
Use default-constructed QLocale for date/time/whatever else formatting
2022-10-17 08:33:22 +04:00
api_authorizations.h
…
api_blocked_peers.cpp
Added auto-unblocking of bot when it is auto-submitted.
2022-07-26 20:12:11 +03:00
api_blocked_peers.h
Added auto-unblocking of bot when it is auto-submitted.
2022-07-26 20:12:11 +03:00
api_bot.cpp
Push click handler context to Api::ActivateBotCommand.
2022-07-28 20:03:38 +03:00
api_bot.h
Push click handler context to Api::ActivateBotCommand.
2022-07-28 20:03:38 +03:00
api_chat_filters.cpp
Show limit toasts and boxes.
2022-05-19 17:27:02 +04:00
api_chat_filters.h
…
api_chat_invite.cpp
Implement animated spoilers.
2022-09-18 16:52:30 +04:00
api_chat_invite.h
Make MTP* optional in ConfirmInviteBox.
2022-08-11 09:02:41 +03:00
api_chat_participants.cpp
Added ability to choose to show recent group history for each new user.
2022-07-26 20:12:10 +03:00
api_chat_participants.h
Added ability to choose to show recent group history for each new user.
2022-07-26 20:12:10 +03:00
api_cloud_password.cpp
Added ability to recover cloud password from Api::CloudPassword.
2022-05-10 08:53:31 +03:00
api_cloud_password.h
Added ability to recover cloud password from Api::CloudPassword.
2022-05-10 08:53:31 +03:00
api_common.h
Send GIFs search results without "via @bot".
2022-03-07 11:09:14 +04:00
api_confirm_phone.cpp
Update API scheme on layer 145.
2022-09-02 21:14:29 +04:00
api_confirm_phone.h
…
api_editing.cpp
Don't pass redundant MTPUpdates arguments.
2022-08-05 13:37:41 +03:00
api_editing.h
Don't pass redundant MTPUpdates arguments.
2022-08-05 13:37:41 +03:00
api_global_privacy.cpp
…
api_global_privacy.h
…
api_hash.cpp
Request and cache featured emoji sets.
2022-07-26 20:12:13 +03:00
api_hash.h
Request and cache featured emoji sets.
2022-07-26 20:12:13 +03:00
api_invite_links.cpp
Update API scheme on layer 142.
2022-05-19 17:27:01 +04:00
api_invite_links.h
Update API scheme on layer 142.
2022-05-19 17:27:01 +04:00
api_media.cpp
Explicitly specify QVector element type to fix build with clang13+rangev3+qt6
2022-05-03 15:15:20 +04:00
api_media.h
…
api_messages_search.cpp
Fix crash in MessagesSearch requests.
2022-04-19 12:02:11 +04:00
api_messages_search.h
Fix crash in MessagesSearch requests.
2022-04-19 12:02:11 +04:00
api_messages_search_merged.cpp
Fix build on Windows.
2022-04-19 18:13:27 +04:00
api_messages_search_merged.h
Moved out nested class for merged message search to separated file.
2022-04-07 19:18:47 +03:00
api_peer_photo.cpp
Moved out api for user photos to related separated module.
2022-06-14 18:51:38 +04:00
api_peer_photo.h
Moved out api for user photos to related separated module.
2022-06-14 18:51:38 +04:00
api_polls.cpp
Remove MTP from Polls::create interface.
2022-08-11 09:06:43 +03:00
api_polls.h
Remove MTP from Polls::create interface.
2022-08-11 09:06:43 +03:00
api_premium.cpp
Unified parsing of MTP gift and subscription options in separate file.
2022-09-02 21:14:32 +04:00
api_premium.h
Unified parsing of MTP gift and subscription options in separate file.
2022-09-02 21:14:32 +04:00
api_premium_option.cpp
Unified parsing of MTP gift and subscription options in separate file.
2022-09-02 21:14:32 +04:00
api_premium_option.h
Unified parsing of MTP gift and subscription options in separate file.
2022-09-02 21:14:32 +04:00
api_report.cpp
Added ability to report profile photos.
2022-04-19 09:39:01 +04:00
api_report.h
Added ability to report profile photos.
2022-04-19 09:39:01 +04:00
api_ringtones.cpp
Add convenient appConfig().get<int>(..).
2022-08-02 13:20:38 +03:00
api_ringtones.h
Update API scheme to layer 143.
2022-05-19 17:27:02 +04:00
api_self_destruct.cpp
…
api_self_destruct.h
…
api_send_progress.cpp
…
api_send_progress.h
…
api_sending.cpp
Fix sending custom emoji based on Dice-type game emoji.
2022-09-14 20:41:24 +04:00
api_sending.h
Added ability to send existing media with pre-generated local msgId.
2022-02-25 19:41:15 +03:00
api_sensitive_content.cpp
…
api_sensitive_content.h
…
api_single_message_search.cpp
FullMsgId rely on PeerId instead of ChannelId.
2021-12-22 10:11:57 +00:00
api_single_message_search.h
…
api_text_entities.cpp
Simplify CustomEmojiId.
2022-08-15 13:17:24 +03:00
api_text_entities.h
…
api_toggling_media.cpp
Show limit toasts and boxes.
2022-05-19 17:27:02 +04:00
api_toggling_media.h
Show limit toasts and boxes.
2022-05-19 17:27:02 +04:00
api_transcribes.cpp
Handle MSG_VOICE_TOO_LONG for voice messages.
2022-06-06 18:04:27 +04:00
api_transcribes.h
Handle MSG_VOICE_TOO_LONG for voice messages.
2022-06-06 18:04:27 +04:00
api_unread_things.cpp
Improve unread reactions list consistency.
2022-01-31 23:16:56 +03:00
api_unread_things.h
Track unread mentions and unread reactions the same way.
2022-01-28 19:10:07 +03:00
api_updates.cpp
Update extended media, hide inline keyboard.
2022-09-12 16:10:56 +04:00
api_updates.h
…
api_user_privacy.cpp
Added initial support of privacy setting for voice messages.
2022-07-26 20:12:11 +03:00
api_user_privacy.h
Added initial support of privacy setting for voice messages.
2022-07-26 20:12:11 +03:00
api_views.cpp
Short poll extended media.
2022-09-12 18:18:31 +04:00
api_views.h
Short poll extended media.
2022-09-12 18:18:31 +04:00
api_who_reacted.cpp
Support custom emoji reactions in WhoReacted.
2022-09-02 21:14:31 +04:00
api_who_reacted.h
Display custom emoji reactions under messages.
2022-09-02 21:14:31 +04:00