TelegramBotAPI-examples/settings.gradle

62 lines
982 B
Groovy
Raw Normal View History

2020-11-02 22:44:15 +06:00
include ":ForwardInfoSenderBot"
2020-06-02 19:28:10 +06:00
include ":RandomFileSenderBot"
2020-06-02 21:22:09 +06:00
include ":HelloBot"
2023-08-20 02:30:18 +06:00
include ":PollsBot"
2020-06-02 21:48:07 +06:00
include ":GetMeBot"
2022-08-26 12:21:24 +06:00
include ":DeepLinksBot"
2020-08-23 21:52:13 +06:00
include ":FilesLoaderBot"
include ":ResenderBot:ResenderBotLib"
include ":ResenderBot:jvm_launcher"
2023-04-19 20:20:11 +06:00
include ":ResenderBot:native_launcher"
include ":KeyboardsBot:KeyboardsBotLib"
include ":KeyboardsBot:jvm_launcher"
include ":StickerInfoBot:StickerInfoBotLib"
include ":StickerInfoBot:jvm_launcher"
2020-11-02 22:35:05 +06:00
include ":SlotMachineDetectorBot"
2022-10-30 19:57:11 +06:00
include ":ChatAvatarSetter"
include ":WebApp"
2021-06-30 13:12:15 +06:00
include ":FSMBot"
2022-12-31 15:45:48 +06:00
include ":TopicsHandling"
2023-02-05 23:43:27 +06:00
include ":UserChatShared"
2023-02-06 12:08:25 +06:00
include ":RightsChangerBot"
include ":LiveLocationsBot"
include ":StickerSetHandler"
2023-04-21 23:21:15 +06:00
include ":InlineQueriesBot"
2024-01-08 15:46:23 +06:00
include ":ReactionsInfoBot"
2024-01-09 17:56:33 +06:00
include ":LinkPreviewsBot"
2024-01-12 00:49:59 +06:00
include ":BoostsInfoBot"
2024-04-19 18:10:46 +06:00
include ":BusinessConnectionsBot"
2024-05-10 18:46:47 +06:00
2024-06-24 18:13:19 +06:00
include ":StarTransactionsBot"
2024-09-08 19:33:43 +06:00
include ":GiveawaysBot"
2024-05-10 18:46:47 +06:00
include ":CustomBot"
include ":MemberUpdatedWatcherBot"
include ":WebHooks"