Function
update_forward
(user_id, chat_id, start_time, toid, last_id, limit, forward_id, msg_id, fetched, total, duplicate, deleted, skip, filterd)
Source from the content-addressed store, hash-verified
| 675 | # Ask Doubt on telegram @KingVJ01 |
| 676 | |
| 677 | async def update_forward(user_id, chat_id, start_time, toid, last_id, limit, forward_id, msg_id, fetched, total, duplicate, deleted, skip, filterd): |
| 678 | details = { |
| 679 | 'chat_id': chat_id, |
| 680 | 'toid': toid, |
| 681 | 'forward_id': forward_id, |
| 682 | 'last_id': last_id, |
| 683 | 'limit': limit, |
| 684 | 'msg_id': msg_id, |
| 685 | 'start_time': start_time, |
| 686 | 'fetched': fetched, |
| 687 | 'offset': fetched, |
| 688 | 'deleted': deleted, |
| 689 | 'total': total, |
| 690 | 'duplicate': duplicate, |
| 691 | 'skip': skip, |
| 692 | 'filtered':filterd |
| 693 | } |
| 694 | await db.update_forward(user_id, details) |
| 695 | |
| 696 | # Don't Remove Credit Tg - @VJ_Botz |
| 697 | # Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ |
Tested by
no test coverage detected