levlam
|
ccc9169051
|
Load all service accounts in getUser.
GitOrigin-RevId: 6e36be3e2e9e8decae1cc599b714ff218b892841
|
2020-10-05 00:19:49 +03:00 |
|
levlam
|
6d9953aea5
|
Add add_anonymous_bot_user.
GitOrigin-RevId: 9eadd5f3621f7c5a2dc065d51d105c07ffc25616
|
2020-10-04 23:33:21 +03:00 |
|
levlam
|
c36741034c
|
Improve chatMemberStatus.is_anonymous documentation.
GitOrigin-RevId: 7d158b884e18dac088a8ed31e4c8b137430b229e
|
2020-10-04 13:04:15 +03:00 |
|
levlam
|
f50e017c1f
|
Add seq overflow handling.
GitOrigin-RevId: 082d5989e061b8408f88dd92a3bf1665d3db6d79
|
2020-10-04 13:01:53 +03:00 |
|
levlam
|
00ff276a1f
|
tg_cli: keep client settings after reset.
GitOrigin-RevId: c3bd45d9369250f9eb867e9500d6854d0dda19a9
|
2020-10-04 01:30:59 +03:00 |
|
levlam
|
62d7423bc3
|
Fix TdApi.LogStreamFile usage in examples.
GitOrigin-RevId: 25af774fee360bd1071ef911d78e50a25b78372a
|
2020-10-03 22:05:55 +03:00 |
|
LionZXY
|
e104766de3
|
Fix java example build (#1225)
|
2020-10-03 22:01:29 +03:00 |
|
levlam
|
7c7804ff9e
|
Document that getMessageStatistics and getMessagePublicForwards shouldn't be used yet.
GitOrigin-RevId: 64181ec55a95c06f3b93da7262ad76ee546abde5
|
2020-10-03 21:52:19 +03:00 |
|
levlam
|
c916566e76
|
Fix MessagesManager::get_chat_object.
GitOrigin-RevId: a5dddba5f844b8064fe7083c8532f9d2286b9dba
|
2020-10-03 21:47:12 +03:00 |
|
levlam
|
99163ff431
|
Fix canGetMessageThread.
GitOrigin-RevId: 688fd7615bc841284611393f77e8598e7d9cba13
|
2020-10-02 15:01:11 +03:00 |
|
levlam
|
ce1138ea13
|
Fix handling of wrong is_outgoing flag.
GitOrigin-RevId: 2b5a98ddc37139aaae39615fb5719cd0ed84ed7a
|
2020-10-02 14:31:41 +03:00 |
|
levlam
|
952cfd0cba
|
Fix self Creator status in channels.
GitOrigin-RevId: 883cb8a08cb01e8534001e1f2936f60398ede681
|
2020-10-02 14:12:24 +03:00 |
|
levlam
|
187ebc603c
|
Make function name unique.
GitOrigin-RevId: 2d8e805b36376e2c5f2a5630794ed9797254496c
|
2020-10-02 13:22:06 +03:00 |
|
levlam
|
86e7186bae
|
Rename "chat_unload_delay" option and fix its implementation.
GitOrigin-RevId: a81de53455816c959986cd3924674600d0086adc
|
2020-10-02 12:42:16 +03:00 |
|
Andrea Cavalli
|
e0b335bc3e
|
Option "chat_unload_delay" for bots (#1219)
* Option "chat_unload_delay"
This option allows to override the default chat unload delay. The allowed range is from 60 to 86400 seconds (1 day)
|
2020-10-02 12:19:43 +03:00 |
|
levlam
|
771ace5c8d
|
Minor fixes.
GitOrigin-RevId: 7cc15963615dd50f1be3aa37c336214b28f93bb4
|
2020-10-02 02:17:58 +03:00 |
|
levlam
|
e1954304ea
|
Remove 'using namespace td' from a test.
GitOrigin-RevId: 77374ec20c363e09e497744c3bed67a71b8e2b20
|
2020-10-02 01:34:32 +03:00 |
|
levlam
|
13cb7c6a13
|
Fix test.
GitOrigin-RevId: 7416bb7aa65805038267767213634ec0950b3885
|
2020-10-02 01:24:35 +03:00 |
|
levlam
|
7d5b47990b
|
Do not handle errors of messages.getReplies in channels.
GitOrigin-RevId: f80a65a578fa4ced3596acc635fa6759feb8e844
|
2020-10-01 22:57:24 +03:00 |
|
levlam
|
610443fc22
|
Send updateMessageInteractionInfo after ReplyInfo change, only if reply info is visible.
GitOrigin-RevId: ccafd95ce42cfe318a4a9fb096e0580093decf4c
|
2020-10-01 22:43:13 +03:00 |
|
levlam
|
ca1594c8ec
|
Update reply info if linked_channel_id is changed.
GitOrigin-RevId: 629721095881d2c9a401519d26f75bbbba4446f9
|
2020-10-01 22:28:54 +03:00 |
|
levlam
|
1169365710
|
Fix documentation.
GitOrigin-RevId: 9c5b310b278d35ae7e408b03f5c52d17247174d9
|
2020-10-01 19:39:58 +03:00 |
|
levlam
|
ad2f6d8168
|
Make DialogAction fields private.
GitOrigin-RevId: 2d826e7fcf58428dbbf062baddbde01629708475
|
2020-10-01 19:35:54 +03:00 |
|
levlam
|
8c4a9e7553
|
Add DialogAction::get_typing_action().
GitOrigin-RevId: a2abad1076b6a54135ee945f8f75a0f8b2c04af7
|
2020-10-01 19:30:07 +03:00 |
|
levlam
|
711b0cfd4f
|
Introduce DialogAction class.
GitOrigin-RevId: f94011c1b70cdc17115bfbb981c6e000110adfbf
|
2020-10-01 19:28:10 +03:00 |
|
levlam
|
c6cdfb377c
|
Improve language code processing in searchEmojis.
GitOrigin-RevId: 9c5de24f89a1614a2cd058185156678a0b0049c4
|
2020-10-01 17:21:26 +03:00 |
|
levlam
|
c332f26352
|
Introduce messageReplyInfo.
GitOrigin-RevId: 10e757b71fde4e29aa81905bfba5fc4ca5523bbb
|
2020-10-01 16:12:20 +03:00 |
|
levlam
|
d66c404f3a
|
Fix can_get_message_thread flag.
GitOrigin-RevId: 4f44e18cecabd3e7f1aff85a91078b3749e76bfc
|
2020-10-01 15:52:19 +03:00 |
|
levlam
|
6e9108a69d
|
Disallow message threads in not-linked chats.
GitOrigin-RevId: aaf20c0076c3fe2ceb30b65d1f9fef602aa8e51d
|
2020-10-01 15:47:58 +03:00 |
|
levlam
|
6c63c859c9
|
Add MessagesManager::get_top_thread_full_message_id.
GitOrigin-RevId: 002b7503278a9a84c96b41088b888220498b10f6
|
2020-10-01 15:25:54 +03:00 |
|
levlam
|
6944b4d435
|
Pass expected_idalog_id instead of channel_id in GetDiscussionMessageQuery.
GitOrigin-RevId: b5e537a49e25c5d342e8dd682cb6ca7e4bfc2686
|
2020-10-01 14:47:02 +03:00 |
|
levlam
|
b8f81b2ac0
|
Fix message_thread_id in td_api::messageThreadInfo.
GitOrigin-RevId: f308844f1ea02eab8993df5c660d7cf1242484bc
|
2020-10-01 12:13:20 +03:00 |
|
levlam
|
f26689d557
|
Remove unexisting vcpkg option usage.
GitOrigin-RevId: ce4d7fdcdc1b7371f2615be42fb36b3e672c1df8
|
2020-10-01 11:04:33 +03:00 |
|
levlam
|
3d2067475e
|
Fix secret chat test.
GitOrigin-RevId: e69725eca0bcaeab7552f83dba353994f136c323
|
2020-09-30 23:01:58 +03:00 |
|
levlam
|
30921606c5
|
Increase version to 1.6.9.
GitOrigin-RevId: 55cb12c94aaa4d10362a6429eb92c56b67ed73a0
|
2020-09-30 22:51:46 +03:00 |
|
levlam
|
da9141a431
|
Update ContactsManager::have_input_peer_channel.
GitOrigin-RevId: ae8fb4a5d3ee7f7c7740382f35ff01a287770b53
|
2020-09-30 22:40:34 +03:00 |
|
levlam
|
3d3ddf655b
|
Explicitly convert int64 to double.
GitOrigin-RevId: afdf35ee316ebb7e317921d4e4734582203783e3
|
2020-09-30 22:21:32 +03:00 |
|
levlam
|
f83022c406
|
Fix warning.
GitOrigin-RevId: 0457285fd8f7313917718c01ef801037257e1053
|
2020-09-30 22:19:46 +03:00 |
|
levlam
|
96c6769353
|
Fix CE.
GitOrigin-RevId: ad60d2d91125f05eef4c20a0ab342447ea997c13
|
2020-09-30 22:18:01 +03:00 |
|
levlam
|
16615d75e8
|
Fix integer conversion.
GitOrigin-RevId: 7ba9a274f6bff6733818596a676c5169bda24acf
|
2020-09-30 22:04:57 +03:00 |
|
levlam
|
0c1e5816d4
|
Fix CE.
GitOrigin-RevId: 642a7ef5ef39d8513acffb1d812546c2e7bd066d
|
2020-09-30 22:02:39 +03:00 |
|
levlam
|
3eb7714411
|
Fix ContactsManager::have_input_peer_channel.
GitOrigin-RevId: b1b1c702291192a56f8a1ce3675453b84e644356
|
2020-09-30 21:48:50 +03:00 |
|
levlam
|
3d21c09ca8
|
Drop pending seq/qts updates after receiving empty difference.
GitOrigin-RevId: 2e1e66568a9b565f990a68059729affbae1aa68d
|
2020-09-30 21:42:32 +03:00 |
|
levlam
|
dd75a08e65
|
Add comment, why reply_info never dropped.
GitOrigin-RevId: 568023da3a41415bf48c7230cd32cb5b46b86cf8
|
2020-09-30 15:47:42 +03:00 |
|
levlam
|
ffc1dec3d1
|
Fix misprint.
GitOrigin-RevId: 804992332900aa4ebece09a0855414b01e15686d
|
2020-09-30 14:05:35 +03:00 |
|
levlam
|
476a18630f
|
Initialize top_thread_message_id when reply_info is changed.
GitOrigin-RevId: 1cf186d342468dc9d5f0c2cd9c5052905a102f62
|
2020-09-30 14:01:40 +03:00 |
|
levlam
|
98524b6748
|
Improve Message.can_get_message_thread.
GitOrigin-RevId: 2f5df56934729c09b52c9324d8bd654570daa3c5
|
2020-09-30 11:57:52 +03:00 |
|
levlam
|
fcd5fd0eb7
|
Duplicate per-thread chat actions to the main chat.
GitOrigin-RevId: 10fe6e5e44f431409d41526d195b7c9bab2d39a6
|
2020-09-30 04:59:03 +03:00 |
|
levlam
|
aa180ebed2
|
Add MessagesManager::send_update_user_chat_action.
GitOrigin-RevId: ee85fa091db96aa88abf9aa13e7f2a6609b4e69e
|
2020-09-30 04:40:30 +03:00 |
|
levlam
|
8afd5a8508
|
Disable commands highlighting in the chat with the Replies bot.
GitOrigin-RevId: 398db6133f1c2f23c4367b240bc35e4c499483c8
|
2020-09-30 04:32:28 +03:00 |
|