Commit graph

674 commits

Author SHA1 Message Date
netkas
4be031f96c Add GetChat method to retrieve chat details 2024-11-06 17:17:13 -05:00
netkas
1661e744ab Add LeaveChat method to bot API 2024-11-06 17:14:20 -05:00
netkas
7ee714b36c Add unpinAllChatMessages method 2024-11-06 17:13:08 -05:00
netkas
94d8922a49 Add method to unpin chat messages 2024-11-06 17:11:45 -05:00
netkas
2aca204f16 Add PinChatMessage method 2024-11-06 17:10:01 -05:00
netkas
5bf3dde316 Add SetChatDescription method 2024-11-06 17:08:25 -05:00
netkas
3acdb17d46 Add SetChatTitle method 2024-11-06 15:46:39 -05:00
netkas
4d40f8f3a3 Add DeleteChatPhoto method 2024-11-06 15:44:14 -05:00
netkas
17f1599797 Add SetChatPhoto method to handle chat photo updates 2024-11-06 15:42:43 -05:00
netkas
9889abf149 Add DeclineChatJoinRequest Method 2024-11-06 15:39:58 -05:00
netkas
78b4f8c24d Add ApproveChatJoinRequest method 2024-11-06 15:20:41 -05:00
netkas
5b05fe155b Add RevokeChatInviteLink method 2024-11-06 15:18:38 -05:00
netkas
b116ec4447 Add EditChatSubscriptionInviteLink method 2024-11-06 15:15:15 -05:00
netkas
59af689364 Correction 2024-11-06 15:10:25 -05:00
netkas
9817608eb7 Add CreateChatSubscriptionInviteLink method 2024-11-06 15:06:07 -05:00
netkas
646c77c4ba Move UpdateEvent to Events and remove unused import 2024-11-06 15:02:43 -05:00
netkas
24fe2f2b91 Add EditChatInviteLink method to the library 2024-11-06 15:01:52 -05:00
netkas
6315f5840d Add CreateChatInviteLink method to the library 2024-11-06 14:59:07 -05:00
netkas
2f2fefbe9d Add ExportChatInviteLink method to TgBotLib 2024-11-06 00:24:46 -05:00
netkas
307521debc Add SetChatPermissions method to TgBotLib 2024-11-06 00:23:10 -05:00
netkas
db3500d46e Add unban chat sender functionality 2024-11-06 00:20:22 -05:00
netkas
3757b9106a Add BanChatSenderChat method to TgBotLib 2024-11-06 00:18:45 -05:00
netkas
c535977bac Add SetChatAdministratorCustomTitle method 2024-11-06 00:16:34 -05:00
netkas
47fde54d40 Add PromoteChatMember method to TgBotLib 2024-11-05 21:27:13 -05:00
netkas
8119e791e4 Add RestrictChatMember method to bot library 2024-11-05 21:22:33 -05:00
netkas
2377b239f3 Add UnbanChatMember method to TgBotLib 2024-11-05 19:26:16 -05:00
netkas
9e2e19d593 Add BanChatMember method to TgBotLib 2024-11-05 19:24:25 -05:00
netkas
d9dd03f601 Refactor user profile photos request handling. 2024-11-05 19:22:13 -05:00
netkas
3cac471f1e Add GetFile method to fetch file details from Telegram API 2024-11-05 19:21:54 -05:00
netkas
44260ccaee Add 'GetUserProfilePhotos' method support 2024-11-05 19:19:14 -05:00
netkas
ee2dff1e31 Add new source folder and fix method enums 2024-11-05 15:44:03 -05:00
netkas
2900b708da Handle exceptions in command and event handlers 2024-11-05 15:42:34 -05:00
netkas
12a091ce80 Refactor command inclusion logic in getText and getCaption 2024-11-05 13:11:04 -05:00
netkas
b826d0d4dd Add includeCommand parameter to getAnyText method 2024-11-05 13:07:25 -05:00
netkas
6c6d7abb56 Add command stripping option to getText and getCaption 2024-11-05 11:54:23 -05:00
netkas
946e110131 Add child process management for polling updates 2024-11-04 22:04:58 -05:00
netkas
87f9321280 Add abstract handle method in UpdateEvent 2024-11-04 15:19:29 -05:00
netkas
f03490cb6c Improve command handling in PollingBot 2024-11-04 13:49:50 -05:00
netkas
439ccdb123 Improve command handling in PollingBot 2024-11-04 01:22:30 -05:00
netkas
a4af8fd1b7 Refactor command handler invocation in PollingBot 2024-11-04 01:20:06 -05:00
netkas
42c3138d3b Refactor command handling in PollingBot 2024-11-04 01:19:44 -05:00
netkas
e2bc3010af Fix nullable update handling in PollingBot 2024-11-04 01:17:47 -05:00
netkas
ba6e991b23 Add method to retrieve any available message 2024-11-04 01:17:15 -05:00
netkas
513344b4a6 Add command handling in PollingBot 2024-11-04 01:17:03 -05:00
netkas
7cfd6c0c5f Add methods to retrieve text and commands from messages 2024-11-04 01:16:55 -05:00
netkas
6b9ecaa153 Add CommandEvent to EventType enum 2024-11-04 01:16:47 -05:00
netkas
53824b7126 Add method to retrieve event handlers by command 2024-11-04 01:16:35 -05:00
netkas
1cf82401c3 Add CommandEvent class to handle bot commands 2024-11-04 01:16:21 -05:00
netkas
89d52f81aa Add net.nosial.optslib dependency 2024-11-04 01:06:23 -05:00
netkas
3e860ea089 Refactor README: Remove detailed sections 2024-11-04 00:58:24 -05:00