From 8e1ad9ffbcc50380d656d63f2627982a9def0628 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 4 Oct 2020 18:34:03 +0600 Subject: [PATCH] artifacts names has been changed --- CHANGELOG.md | 5 ++- README.md | 32 +++++++++---------- TelegramBotAPI/README.md | 16 ---------- settings.gradle | 8 ++--- .../README.md | 30 ++++++++--------- .../build.gradle | 0 .../maven.publish.gradle | 0 .../mpp_publish_template.kpsb | 0 .../publish.gradle | 0 .../tgbotapi/CommonAbstracts/Captioned.kt | 0 .../CommonAbstracts/CommonContactData.kt | 0 .../CommonAbstracts/CommonVenueData.kt | 0 .../tgbotapi/CommonAbstracts/Explained.kt | 0 .../inmo/tgbotapi/CommonAbstracts/Livable.kt | 0 .../tgbotapi/CommonAbstracts/Locationed.kt | 0 .../tgbotapi/CommonAbstracts/MimeTyped.kt | 0 .../tgbotapi/CommonAbstracts/Performerable.kt | 0 .../tgbotapi/CommonAbstracts/TextSource.kt | 0 .../inmo/tgbotapi/CommonAbstracts/Titled.kt | 0 .../CommonAbstracts/types/ChatRequest.kt | 0 .../types/DisableNotification.kt | 0 .../types/DisableWebPagePreview.kt | 0 .../types/InlineMessageAction.kt | 0 .../CommonAbstracts/types/MessageAction.kt | 0 .../CommonAbstracts/types/ReplyMarkup.kt | 0 .../CommonAbstracts/types/ReplyMessageId.kt | 0 .../CommonAbstracts/types/UntilDate.kt | 0 .../inmo/tgbotapi/bot/BaseRequestsExecutor.kt | 0 .../inmo/tgbotapi/bot/Ktor/KtorCallFactory.kt | 0 .../tgbotapi/bot/Ktor/KtorRequestsExecutor.kt | 0 .../Ktor/base/AbstractRequestCallFactory.kt | 0 .../base/DownloadFileRequestCallFactory.kt | 0 .../Ktor/base/MultipartRequestCallFactory.kt | 0 .../bot/Ktor/base/SimpleRequestCallFactory.kt | 0 .../dev/inmo/tgbotapi/bot/RequestsExecutor.kt | 0 .../bot/exceptions/RequestException.kt | 0 .../tgbotapi/bot/settings/ProxySettings.kt | 0 .../bot/settings/limiters/CommonLimiter.kt | 0 .../bot/settings/limiters/EmptyLimiter.kt | 0 .../bot/settings/limiters/PowLimiter.kt | 0 .../bot/settings/limiters/RequestLimiter.kt | 0 .../inmo/tgbotapi/requests/DeleteMessage.kt | 0 .../inmo/tgbotapi/requests/DownloadFile.kt | 0 .../inmo/tgbotapi/requests/ForwardMessage.kt | 0 .../dev/inmo/tgbotapi/requests/GetUpdates.kt | 0 .../dev/inmo/tgbotapi/requests/StopPoll.kt | 0 .../tgbotapi/requests/abstracts/InputFile.kt | 0 .../requests/abstracts/MultipartRequest.kt | 0 .../tgbotapi/requests/abstracts/Request.kt | 0 .../requests/abstracts/SimpleRequest.kt | 0 .../requests/answers/AnswerCallbackQuery.kt | 0 .../requests/answers/AnswerInlineQuery.kt | 0 .../payments/AnswerPreCheckoutQuery.kt | 0 .../answers/payments/AnswerShippingQuery.kt | 0 .../abstracts/AnswerPreCheckoutQuery.kt | 0 .../payments/abstracts/AnswerShippingQuery.kt | 0 .../dev/inmo/tgbotapi/requests/bot/GetMe.kt | 0 .../tgbotapi/requests/bot/GetMyCommands.kt | 0 .../tgbotapi/requests/bot/SetMyCommands.kt | 0 .../requests/chat/ExportChatInviteLink.kt | 0 .../inmo/tgbotapi/requests/chat/LeaveChat.kt | 0 .../chat/abstracts/ChatMemberRequest.kt | 0 .../tgbotapi/requests/chat/get/GetChat.kt | 0 .../chat/get/GetChatAdministrators.kt | 0 .../requests/chat/get/GetChatMembersCount.kt | 0 .../requests/chat/members/GetChatMember.kt | 0 .../requests/chat/members/KickChatMember.kt | 0 .../chat/members/PromoteChatMember.kt | 0 .../chat/members/RestrictChatMember.kt | 0 .../SetChatAdministratorCustomTitle.kt | 0 .../requests/chat/members/UnbanChatMember.kt | 0 .../requests/chat/modify/DeleteChatPhoto.kt | 0 .../requests/chat/modify/PinChatMessage.kt | 0 .../chat/modify/SetChatDescription.kt | 0 .../chat/modify/SetChatPermissions.kt | 0 .../requests/chat/modify/SetChatPhoto.kt | 0 .../requests/chat/modify/SetChatTitle.kt | 0 .../requests/chat/modify/UnpinChatMessage.kt | 0 .../chat/stickers/DeleteChatStickerSet.kt | 0 .../chat/stickers/SetChatStickerSet.kt | 0 .../common/CommonMultipartFileRequest.kt | 0 .../EditChatMessageLiveLocation.kt | 0 .../EditInlineMessageLiveLocation.kt | 0 .../StopChatMessageLiveLocation.kt | 0 .../StopInlineMessageLiveLocation.kt | 0 .../ReplyMarkup/EditChatMessageReplyMarkup.kt | 0 .../EditInlineMessageReplyMarkup.kt | 0 .../edit/abstracts/EditChatMessage.kt | 0 .../EditDisableWebPagePreviewMessage.kt | 0 .../edit/abstracts/EditInlineMessage.kt | 0 .../edit/abstracts/EditLocationMessage.kt | 0 .../edit/abstracts/EditMediaMessage.kt | 0 .../edit/abstracts/EditReplyMessage.kt | 0 .../edit/abstracts/EditTextChatMessage.kt | 0 .../edit/caption/EditChatMessageCaption.kt | 0 .../edit/caption/EditInlineMessageCaption.kt | 0 .../edit/media/EditChatMessageMedia.kt | 0 .../edit/media/EditInlineMessageMedia.kt | 0 .../requests/edit/text/EditChatMessageText.kt | 0 .../edit/text/EditInlineMessageText.kt | 0 .../requests/games/GetGameHighScoresByChat.kt | 0 .../GetGameHighScoresByInlineMessageId.kt | 0 .../requests/games/SetGameScoreByChatId.kt | 0 .../games/SetGameScoreByInlineMessageId.kt | 0 .../games/abstracts/GetGameHighScores.kt | 0 .../requests/games/abstracts/SetGameScore.kt | 0 .../dev/inmo/tgbotapi/requests/get/GetFile.kt | 0 .../tgbotapi/requests/get/GetStickerSet.kt | 0 .../requests/get/GetUserProfilePhotos.kt | 0 .../inmo/tgbotapi/requests/send/SendAction.kt | 0 .../tgbotapi/requests/send/SendContact.kt | 0 .../inmo/tgbotapi/requests/send/SendDice.kt | 0 .../tgbotapi/requests/send/SendLocation.kt | 0 .../tgbotapi/requests/send/SendMessage.kt | 0 .../inmo/tgbotapi/requests/send/SendVenue.kt | 0 .../abstracts/DuratedSendMessageRequest.kt | 0 .../abstracts/PositionedSendMessageRequest.kt | 0 .../ReplyingMarkupSendMessageRequest.kt | 0 .../send/abstracts/SendChatMessageRequest.kt | 0 .../send/abstracts/SendMessageRequest.kt | 0 .../send/abstracts/SizedSendMessageRequest.kt | 0 .../abstracts/TextableSendMessageRequest.kt | 0 .../abstracts/ThumbedSendMessageRequest.kt | 0 .../abstracts/TitledSendMessageRequest.kt | 0 .../tgbotapi/requests/send/games/SendGame.kt | 0 .../requests/send/media/SendAnimation.kt | 0 .../tgbotapi/requests/send/media/SendAudio.kt | 0 .../requests/send/media/SendDocument.kt | 0 .../requests/send/media/SendMediaGroup.kt | 0 .../tgbotapi/requests/send/media/SendPhoto.kt | 0 .../requests/send/media/SendSticker.kt | 0 .../tgbotapi/requests/send/media/SendVideo.kt | 0 .../requests/send/media/SendVideoNote.kt | 0 .../tgbotapi/requests/send/media/SendVoice.kt | 0 .../requests/send/media/base/DataRequest.kt | 0 .../requests/send/media/base/Files.kt | 0 .../send/media/base/MultipartRequestImpl.kt | 0 .../requests/send/payments/SendInvoice.kt | 0 .../tgbotapi/requests/send/polls/SendPoll.kt | 0 .../stickers/AddAnimatedStickerToSet.kt | 0 .../stickers/AddStaticStickerToSet.kt | 0 .../stickers/CreateNewAnimatedStickerSet.kt | 0 .../stickers/CreateNewStaticStickerSet.kt | 0 .../requests/stickers/DeleteStickerFromSet.kt | 0 .../stickers/SetStickerPositionInSet.kt | 0 .../requests/stickers/SetStickerSetThumb.kt | 0 .../requests/stickers/UploadStickerFile.kt | 0 .../abstracts/StandardStickerSetAction.kt | 0 .../stickers/abstracts/StickerSetAction.kt | 0 .../requests/webhook/DeleteWebhook.kt | 0 .../requests/webhook/GetWebhookInfo.kt | 0 .../tgbotapi/requests/webhook/SetWebhook.kt | 0 .../dev/inmo/tgbotapi/types/BotCommand.kt | 0 .../types/CallbackQuery/CallbackQuery.kt | 0 .../types/CallbackQuery/DataCallbackQuery.kt | 0 .../GameShortNameCallbackQuery.kt | 0 .../InlineMessageIdCallbackQuery.kt | 0 .../InlineMessageIdDataCallbackQuery.kt | 0 ...lineMessageIdGameShortNameCallbackQuery.kt | 0 .../CallbackQuery/MessageCallbackQuery.kt | 0 .../CallbackQuery/MessageDataCallbackQuery.kt | 0 .../MessageGameShortNameCallbackQuery.kt | 0 .../types/CallbackQuery/RawCallbackQuery.kt | 0 .../dev/inmo/tgbotapi/types/ChatIdentifier.kt | 0 .../ChatMember/AdministratorChatMemberImpl.kt | 0 .../types/ChatMember/CreatorChatMember.kt | 0 .../types/ChatMember/KickedChatMember.kt | 0 .../types/ChatMember/LeftChatMember.kt | 0 .../types/ChatMember/MemberChatMember.kt | 0 .../types/ChatMember/RawChatMember.kt | 0 .../types/ChatMember/RestrictedChatMember.kt | 0 .../abstracts/AdministratorChatMember.kt | 0 .../ChatMember/abstracts/BannedChatMember.kt | 0 .../types/ChatMember/abstracts/ChatMember.kt | 0 .../abstracts/SpecialRightsChatMember.kt | 0 .../dev/inmo/tgbotapi/types/ChatPhoto.kt | 0 .../kotlin/dev/inmo/tgbotapi/types/Common.kt | 0 .../kotlin/dev/inmo/tgbotapi/types/Contact.kt | 0 .../BaseChosenInlineResult.kt | 0 .../LocationChosenInlineResult.kt | 0 .../RawChosenInlineResult.kt | 0 .../InlineQueryResultArticle.kt | 0 .../InlineQueryResultAudioCachedImpl.kt | 0 .../InlineQueryResultAudioImpl.kt | 0 .../InlineQueryResultContact.kt | 0 .../InlineQueryResultDocumentCachedImpl.kt | 0 .../InlineQueryResultDocumentImpl.kt | 0 .../InlineQueryResultGame.kt | 0 .../InlineQueryResultGifCachedImpl.kt | 0 .../InlineQueryResultGifImpl.kt | 0 .../InlineQueryResultLocation.kt | 0 .../InlineQueryResultMpeg4GifCachedImpl.kt | 0 .../InlineQueryResultMpeg4GifImpl.kt | 0 .../InlineQueryResultPhotoCachedImpl.kt | 0 .../InlineQueryResultPhotoImpl.kt | 0 .../InlineQueryResultStickerCached.kt | 0 .../InlineQueryResultVenue.kt | 0 .../InlineQueryResultVideoCachedImpl.kt | 0 .../InlineQueryResultVideoImpl.kt | 0 .../InlineQueryResultVoiceCachedImpl.kt | 0 .../InlineQueryResultVoiceImpl.kt | 0 .../abstracts/DescribedInlineQueryResult.kt | 0 .../abstracts/DuratedInlineResultQuery.kt | 0 .../abstracts/FileInlineQueryResult.kt | 0 .../abstracts/InlineQueryResult.kt | 0 .../OptionallyTitledInlineQueryResult.kt | 0 .../abstracts/SizedInlineQueryResult.kt | 0 .../abstracts/ThumbSizedInlineQueryResult.kt | 0 .../abstracts/ThumbedInlineQueryResult.kt | 0 .../abstracts/TitledInlineQueryResult.kt | 0 .../abstracts/UrlInlineQueryResult.kt | 0 .../abstracts/WithFileIdInlineQueryResult.kt | 0 ...ithInputMessageContentInlineQueryResult.kt | 0 .../results/audio/InlineQueryResultAudio.kt | 0 .../audio/InlineQueryResultAudioCached.kt | 0 .../audio/InlineQueryResultAudioCommon.kt | 0 .../document/InlineQueryResultDocument.kt | 0 .../InlineQueryResultDocumentCached.kt | 0 .../InlineQueryResultDocumentCommon.kt | 0 .../results/gif/InlineQueryResultGif.kt | 0 .../results/gif/InlineQueryResultGifCached.kt | 0 .../results/gif/InlineQueryResultGifCommon.kt | 0 .../mpeg4gif/InlineQueryResultMpeg4Gif.kt | 0 .../InlineQueryResultMpeg4GifCached.kt | 0 .../InlineQueryResultMpeg4GifCommon.kt | 0 .../results/photo/InlineQueryResultPhoto.kt | 0 .../photo/InlineQueryResultPhotoCached.kt | 0 .../photo/InlineQueryResultPhotoCommon.kt | 0 .../results/video/InlineQueryResultVideo.kt | 0 .../video/InlineQueryResultVideoCached.kt | 0 .../video/InlineQueryResultVideoCommon.kt | 0 .../results/voice/InlineQueryResultVoice.kt | 0 .../voice/InlineQueryResultVoiceCached.kt | 0 .../voice/InlineQueryResultVoiceCommon.kt | 0 .../InlineQueryResultSerializer.kt | 0 .../InputContactMessageContent.kt | 0 .../InputLocationMessageContent.kt | 0 .../InputTextMessageContent.kt | 0 .../InputVenueMessageContent.kt | 0 .../InputMessageContentSerializer.kt | 0 .../abstracts/ChosenInlineResult.kt | 0 .../InlineQueries/abstracts/InlineQuery.kt | 0 .../abstracts/InputMessageContent.kt | 0 .../InlineQueries/query/BaseInlineQuery.kt | 0 .../query/LocationInlineQuery.kt | 0 .../InlineQueries/query/RawInlineQuery.kt | 0 .../types/InputMedia/DuratedInputMedia.kt | 0 .../tgbotapi/types/InputMedia/InputMedia.kt | 0 .../types/InputMedia/InputMediaAnimation.kt | 0 .../types/InputMedia/InputMediaAudio.kt | 0 .../types/InputMedia/InputMediaDocument.kt | 0 .../types/InputMedia/InputMediaPhoto.kt | 0 .../types/InputMedia/InputMediaSerializer.kt | 0 .../types/InputMedia/InputMediaVideo.kt | 0 .../InputMedia/MediaGroupMemberInputMedia.kt | 0 .../MediaGroupMemberInputMediaSerializer.kt | 0 .../types/InputMedia/SizedInputMedia.kt | 0 .../types/InputMedia/ThumbedInputMedia.kt | 0 .../types/InputMedia/TitledInputMedia.kt | 0 .../dev/inmo/tgbotapi/types/Location.kt | 0 .../dev/inmo/tgbotapi/types/LoginURL.kt | 0 .../types/MessageEntity/RawMessageEntity.kt | 0 .../textsources/BoldTextSource.kt | 0 .../textsources/BotCommandTextSource.kt | 0 .../textsources/CashTagTextSource.kt | 0 .../textsources/CodeTextSource.kt | 0 .../textsources/EMailTextSource.kt | 0 .../textsources/HashTagTextSource.kt | 0 .../textsources/ItalicTextSource.kt | 0 .../textsources/MentionTextSource.kt | 0 .../textsources/PhoneNumberTextSource.kt | 0 .../textsources/PreTextSource.kt | 0 .../textsources/RegularTextSource.kt | 0 .../textsources/StrikethroughTextSource.kt | 0 .../textsources/TextLinkTextSource.kt | 0 .../textsources/TextMentionTextSource.kt | 0 .../textsources/URLTextSource.kt | 0 .../textsources/UnderlineTextSource.kt | 0 .../tgbotapi/types/ParseMode/ParseMode.kt | 0 .../dev/inmo/tgbotapi/types/RequestError.kt | 0 .../dev/inmo/tgbotapi/types/Response.kt | 0 .../tgbotapi/types/ResponseParametersRaw.kt | 0 .../dev/inmo/tgbotapi/types/TelegramDate.kt | 0 .../dev/inmo/tgbotapi/types/UpdateTypes.kt | 0 .../kotlin/dev/inmo/tgbotapi/types/User.kt | 0 .../inmo/tgbotapi/types/UserProfilePhotos.kt | 0 .../dev/inmo/tgbotapi/types/WebhookInfo.kt | 0 .../inmo/tgbotapi/types/actions/BotAction.kt | 0 .../dev/inmo/tgbotapi/types/buttons/Common.kt | 0 .../inmo/tgbotapi/types/buttons/ForceReply.kt | 0 .../InlineKeyboardButton.kt | 0 .../InlineKeyboardButtonSerializer.kt | 0 .../types/buttons/InlineKeyboardMarkup.kt | 0 .../tgbotapi/types/buttons/KeyboardButton.kt | 0 .../types/buttons/KeyboardButtonPollType.kt | 0 .../tgbotapi/types/buttons/KeyboardMarkup.kt | 0 .../types/buttons/KeyboardMarkupSerializer.kt | 0 .../types/buttons/ReplyKeyboardMarkup.kt | 0 .../types/buttons/ReplyKeyboardRemove.kt | 0 .../tgbotapi/types/chat/ChannelChatImpl.kt | 0 .../tgbotapi/types/chat/ChatPermissions.kt | 0 .../tgbotapi/types/chat/ChatSerializers.kt | 0 .../inmo/tgbotapi/types/chat/GroupChatImpl.kt | 0 .../tgbotapi/types/chat/PrivateChatImpl.kt | 0 .../tgbotapi/types/chat/SupergroupChatImpl.kt | 0 .../types/chat/abstracts/ChannelChat.kt | 0 .../tgbotapi/types/chat/abstracts/Chat.kt | 0 .../types/chat/abstracts/GroupChat.kt | 0 .../types/chat/abstracts/PrivateChat.kt | 0 .../types/chat/abstracts/PublicChat.kt | 0 .../types/chat/abstracts/SuperPublicChat.kt | 0 .../types/chat/abstracts/SupergroupChat.kt | 0 .../types/chat/abstracts/UsernameChat.kt | 0 .../abstracts/extended/ExtendedChannelChat.kt | 0 .../chat/abstracts/extended/ExtendedChat.kt | 0 .../abstracts/extended/ExtendedGroupChat.kt | 0 .../abstracts/extended/ExtendedPrivateChat.kt | 0 .../abstracts/extended/ExtendedPublicChat.kt | 0 .../extended/ExtendedSupergroupChat.kt | 0 .../chat/extended/ExtendedChannelChatImpl.kt | 0 .../chat/extended/ExtendedGroupChatImpl.kt | 0 .../chat/extended/ExtendedPrivateChatImpl.kt | 0 .../extended/ExtendedSupergroupChatImpl.kt | 0 .../dev/inmo/tgbotapi/types/dice/Dice.kt | 0 .../tgbotapi/types/dice/DiceAnimationType.kt | 0 .../tgbotapi/types/files/AnimationFile.kt | 0 .../inmo/tgbotapi/types/files/AudioFile.kt | 0 .../inmo/tgbotapi/types/files/DocumentFile.kt | 0 .../dev/inmo/tgbotapi/types/files/File.kt | 0 .../inmo/tgbotapi/types/files/PathedFile.kt | 0 .../inmo/tgbotapi/types/files/PhotoSize.kt | 0 .../dev/inmo/tgbotapi/types/files/Sticker.kt | 0 .../inmo/tgbotapi/types/files/VideoFile.kt | 0 .../tgbotapi/types/files/VideoNoteFile.kt | 0 .../inmo/tgbotapi/types/files/VoiceFile.kt | 0 .../files/abstracts/CustomNamedMediaFile.kt | 0 .../types/files/abstracts/MimedMediaFile.kt | 0 .../files/abstracts/PlayableMediaFile.kt | 0 .../types/files/abstracts/SizedMediaFile.kt | 0 .../files/abstracts/TelegramMediaFile.kt | 0 .../types/files/abstracts/ThumbedMediaFile.kt | 0 .../types/files/abstracts/TitledMediaFile.kt | 0 .../inmo/tgbotapi/types/games/CallbackGame.kt | 0 .../dev/inmo/tgbotapi/types/games/Game.kt | 0 .../tgbotapi/types/games/GameHighScore.kt | 0 .../dev/inmo/tgbotapi/types/games/RawGame.kt | 0 .../types/message/ChannelEventMessage.kt | 0 .../types/message/ChannelMediaGroupMessage.kt | 0 .../tgbotapi/types/message/ChannelMessage.kt | 0 .../message/ChatEvents/ChannelChatCreated.kt | 0 .../message/ChatEvents/DeleteChatPhoto.kt | 0 .../message/ChatEvents/GroupChatCreated.kt | 0 .../message/ChatEvents/LeftChatMember.kt | 0 .../message/ChatEvents/NewChatMembers.kt | 0 .../types/message/ChatEvents/NewChatPhoto.kt | 0 .../types/message/ChatEvents/NewChatTitle.kt | 0 .../types/message/ChatEvents/PinnedMessage.kt | 0 .../ChatEvents/SupergroupChatCreated.kt | 0 .../ChatEvents/abstracts/ChannelEvent.kt | 0 .../message/ChatEvents/abstracts/ChatEvent.kt | 0 .../ChatEvents/abstracts/CommonEvent.kt | 0 .../ChatEvents/abstracts/GroupEvent.kt | 0 .../ChatEvents/abstracts/SupergroupEvent.kt | 0 .../types/message/CommonGroupEventMessage.kt | 0 .../types/message/CommonMediaGroupMessage.kt | 0 .../types/message/CommonMessageImpl.kt | 0 .../message/CommonSupergroupEventMessage.kt | 0 .../tgbotapi/types/message/ForwardInfo.kt | 0 .../inmo/tgbotapi/types/message/RawMessage.kt | 0 .../message/abstracts/ChatEventMessage.kt | 0 .../types/message/abstracts/CommonMessage.kt | 0 .../types/message/abstracts/ContentMessage.kt | 0 .../message/abstracts/FromUserMessage.kt | 0 .../message/abstracts/GroupEventMessage.kt | 0 .../message/abstracts/MediaGroupMessage.kt | 0 .../types/message/abstracts/Message.kt | 0 .../abstracts/PossiblyEditedMessage.kt | 0 .../abstracts/PossiblyForwardedMessage.kt | 0 .../message/abstracts/PossiblyMarkedUp.kt | 0 .../abstracts/PossiblyPaymentMessage.kt | 0 .../message/abstracts/PossiblyReplyMessage.kt | 0 .../message/abstracts/PossiblySentViaBot.kt | 0 .../abstracts/SupergroupEventMessage.kt | 0 .../types/message/content/ContactContent.kt | 0 .../types/message/content/DiceContent.kt | 0 .../types/message/content/GameContent.kt | 0 .../types/message/content/LocationContent.kt | 0 .../types/message/content/PollContent.kt | 0 .../types/message/content/TextContent.kt | 0 .../types/message/content/VenueContent.kt | 0 .../abstracts/MediaCollectionContent.kt | 0 .../message/content/abstracts/MediaContent.kt | 0 .../content/abstracts/MediaGroupContent.kt | 0 .../content/abstracts/MessageContent.kt | 0 .../PossiblySentViaBotCommonMessage.kt | 0 .../content/abstracts/ResendableContent.kt | 0 .../message/content/media/AnimationContent.kt | 0 .../message/content/media/AudioContent.kt | 0 .../message/content/media/DocumentContent.kt | 0 .../message/content/media/PhotoContent.kt | 0 .../message/content/media/StickerContent.kt | 0 .../message/content/media/VideoContent.kt | 0 .../message/content/media/VideoNoteContent.kt | 0 .../message/content/media/VoiceContent.kt | 0 .../types/message/payments/InvoiceContent.kt | 0 .../message/payments/SuccessfulPaymentInfo.kt | 0 .../message/payments/abstracts/PaymentInfo.kt | 0 .../inmo/tgbotapi/types/payments/Invoice.kt | 0 .../tgbotapi/types/payments/LabeledPrice.kt | 0 .../inmo/tgbotapi/types/payments/OrderInfo.kt | 0 .../types/payments/PreCheckoutQuery.kt | 0 .../types/payments/ShippingAddress.kt | 0 .../tgbotapi/types/payments/ShippingOption.kt | 0 .../tgbotapi/types/payments/ShippingQuery.kt | 0 .../types/payments/SuccessfulPayment.kt | 0 .../types/payments/abstracts/Amounted.kt | 0 .../types/payments/abstracts/Currencied.kt | 0 .../types/payments/abstracts/Priced.kt | 0 .../dev/inmo/tgbotapi/types/polls/Poll.kt | 0 .../inmo/tgbotapi/types/polls/PollAnswer.kt | 0 .../inmo/tgbotapi/types/polls/PollOption.kt | 0 .../tgbotapi/types/stickers/MaskPosition.kt | 0 .../tgbotapi/types/stickers/StickerSet.kt | 0 .../types/update/CallbackQueryUpdate.kt | 0 .../types/update/ChannelPostUpdate.kt | 0 .../types/update/ChosenInlineResultUpdate.kt | 0 .../types/update/EditChannelPostUpdate.kt | 0 .../types/update/EditMessageUpdate.kt | 0 .../types/update/InlineQueryUpdate.kt | 0 .../ChannelPostMediaGroupUpdate.kt | 0 .../EditChannelPostMediaGroupUpdate.kt | 0 .../EditMessageMediaGroupUpdate.kt | 0 .../MediaGroupUpdates/MediaGroupUpdate.kt | 0 .../MessageMediaGroupUpdate.kt | 0 .../tgbotapi/types/update/MessageUpdate.kt | 0 .../tgbotapi/types/update/PollAnswerUpdate.kt | 0 .../inmo/tgbotapi/types/update/PollUpdate.kt | 0 .../types/update/PreCheckoutQueryUpdate.kt | 0 .../inmo/tgbotapi/types/update/RawUpdate.kt | 0 .../types/update/ShippingQueryUpdate.kt | 0 .../update/abstracts/BaseEditMessageUpdate.kt | 0 .../update/abstracts/BaseMessageUpdate.kt | 0 .../update/abstracts/BaseSentMessageUpdate.kt | 0 .../tgbotapi/types/update/abstracts/Update.kt | 0 .../dev/inmo/tgbotapi/types/venue/Venue.kt | 0 .../updateshandlers/FlowsUpdatesFilter.kt | 0 .../tgbotapi/updateshandlers/UpdatesFilter.kt | 0 .../dev/inmo/tgbotapi/utils/Annotations.kt | 0 .../BaseMessageUpdateToMediaGroupUpdate.kt | 0 .../inmo/tgbotapi/utils/BuiltinMimeTypes.kt | 0 .../utils/CaptionAndTextSourcesToText.kt | 0 .../dev/inmo/tgbotapi/utils/HandleSafely.kt | 0 .../kotlin/dev/inmo/tgbotapi/utils/JSON.kt | 0 .../kotlin/dev/inmo/tgbotapi/utils/Map.kt | 0 .../kotlin/dev/inmo/tgbotapi/utils/Matrix.kt | 0 .../dev/inmo/tgbotapi/utils/MimeType.kt | 0 .../utils/MultilevelTextSourceFormatting.kt | 0 .../dev/inmo/tgbotapi/utils/StorageFile.kt | 0 .../tgbotapi/utils/StringFileExtension.kt | 0 .../inmo/tgbotapi/utils/StringFormatting.kt | 0 .../tgbotapi/utils/TelegramAPIUrlsKeeper.kt | 0 .../tgbotapi/utils/ThrowErrorWithRange.kt | 0 .../utils/extensions/ReceiveChannel.kt | 0 .../inmo/tgbotapi/utils/extensions/String.kt | 0 .../dev/inmo/tgbotapi/SimpleInputFilesTest.kt | 0 .../dev/inmo/tgbotapi/TestsJsonFormat.kt | 0 .../dev/inmo/tgbotapi/types/BotActionTests.kt | 0 .../tgbotapi/types/ChatIdentifierTests.kt | 0 .../MessageEntity/TextPartsCreatingTests.kt | 0 .../dev/inmo/tgbotapi/types/ParseModeTests.kt | 0 .../inmo/tgbotapi/types/TelegramDateTests.kt | 0 .../tgbotapi/utils/StringFormattingTests.kt | 0 .../dev/inmo/tgbotapi/utils/MimeTypeActual.kt | 0 .../abstracts/InputFileFromJavaFile.kt | 0 .../dev/inmo/tgbotapi/types/UserLocale.kt | 0 .../tgbotapi/types/payments/Currencied.kt | 0 .../webhook/WebhookPrivateKeyConfig.kt | 0 .../dev/inmo/tgbotapi/utils/MimeTypeActual.kt | 0 .../dev/inmo/tgbotapi/utils/StorageFile.kt | 0 .../tgbotapi/utils/extensions/AsReference.kt | 0 .../README.md | 24 +++++++------- .../build.gradle | 4 +-- .../maven.publish.gradle | 0 .../mpp_publish_template.kpsb | 0 .../publish.gradle | 0 .../tgbotapi/extensions/api/BotBuilder.kt | 0 .../tgbotapi/extensions/api/BotExtensions.kt | 0 .../tgbotapi/extensions/api/DeleteMessage.kt | 0 .../tgbotapi/extensions/api/DownloadFile.kt | 0 .../tgbotapi/extensions/api/ForwardMessage.kt | 0 .../tgbotapi/extensions/api/GetUpdates.kt | 0 .../api/InternalUtils/UpdatesUtils.kt | 0 .../inmo/tgbotapi/extensions/api/JsonUtils.kt | 0 .../tgbotapi/extensions/api/LiveLocation.kt | 0 .../inmo/tgbotapi/extensions/api/StopPoll.kt | 0 .../api/answers/AnswerCallbackQuery.kt | 0 .../api/answers/AnswerInlineQuery.kt | 0 .../payments/AnswerPreCheckoutQuery.kt | 0 .../answers/payments/AnswerShippingQuery.kt | 0 .../inmo/tgbotapi/extensions/api/bot/GetMe.kt | 0 .../extensions/api/bot/GetMyCommands.kt | 0 .../extensions/api/bot/SetMyCommands.kt | 0 .../api/chat/ExportChatInviteLink.kt | 0 .../tgbotapi/extensions/api/chat/LeaveChat.kt | 0 .../extensions/api/chat/get/GetChat.kt | 0 .../api/chat/get/GetChatAdministrators.kt | 0 .../api/chat/get/GetChatMembersCount.kt | 0 .../api/chat/members/GetChatMember.kt | 0 .../api/chat/members/KickChatMember.kt | 0 .../api/chat/members/PromoteChatMember.kt | 0 .../api/chat/members/RestrictChatMember.kt | 0 .../SetChatAdministratorCustomTitle.kt | 0 .../api/chat/members/UnbanChatMember.kt | 0 .../api/chat/modify/DeleteChatPhoto.kt | 0 .../api/chat/modify/PinChatMessage.kt | 0 .../api/chat/modify/SetChatDescription.kt | 0 .../api/chat/modify/SetChatPermissions.kt | 0 .../api/chat/modify/SetChatPhoto.kt | 0 .../api/chat/modify/SetChatTitle.kt | 0 .../api/chat/modify/UnpinChatMessage.kt | 0 .../api/chat/stickers/DeleteChatStickerSet.kt | 0 .../api/chat/stickers/SetChatStickerSet.kt | 0 .../EditChatMessageLiveLocation.kt | 0 .../EditInlineMessageLiveLocation.kt | 0 .../StopChatMessageLiveLocation.kt | 0 .../StopInlineMessageLiveLocation.kt | 0 .../ReplyMarkup/EditChatMessageReplyMarkup.kt | 0 .../EditInlineMessageReplyMarkup.kt | 0 .../edit/caption/EditChatMessageCaption.kt | 0 .../edit/caption/EditInlineMessageCaption.kt | 0 .../api/edit/media/EditChatMessageMedia.kt | 0 .../api/edit/media/EditInlineMessageMedia.kt | 0 .../api/edit/text/EditChatMessageText.kt | 0 .../api/edit/text/EditInlineMessageText.kt | 0 .../api/games/GetGameHighScoresByChat.kt | 0 .../GetGameHighScoresByInlineMessageId.kt | 0 .../api/games/SetGameScoreByChatId.kt | 0 .../games/SetGameScoreByInlineMessageId.kt | 0 .../tgbotapi/extensions/api/get/GetFile.kt | 0 .../extensions/api/get/GetStickerSet.kt | 0 .../api/get/GetUserProfilePhotos.kt | 0 .../extensions/api/send/SendAction.kt | 0 .../extensions/api/send/SendContact.kt | 0 .../tgbotapi/extensions/api/send/SendDice.kt | 0 .../extensions/api/send/SendLocation.kt | 0 .../extensions/api/send/SendMessage.kt | 0 .../tgbotapi/extensions/api/send/SendVenue.kt | 0 .../extensions/api/send/games/SendGame.kt | 0 .../api/send/media/SendAnimation.kt | 0 .../extensions/api/send/media/SendAudio.kt | 0 .../extensions/api/send/media/SendDocument.kt | 0 .../api/send/media/SendMediaGroup.kt | 0 .../extensions/api/send/media/SendPhoto.kt | 0 .../extensions/api/send/media/SendSticker.kt | 0 .../extensions/api/send/media/SendVideo.kt | 0 .../api/send/media/SendVideoNote.kt | 0 .../extensions/api/send/media/SendVoice.kt | 0 .../api/send/payments/SendInvoice.kt | 0 .../extensions/api/send/polls/SendPoll.kt | 0 .../api/stickers/AddAnimatedStickerToSet.kt | 0 .../api/stickers/AddStaticStickerToSet.kt | 0 .../stickers/CreateNewAnimatedStickerSet.kt | 0 .../api/stickers/CreateNewStaticStickerSet.kt | 0 .../api/stickers/DeleteStickerFromSet.kt | 0 .../api/stickers/SetStickerPositionInSet.kt | 0 .../api/stickers/SetStickerSetThumb.kt | 0 .../api/stickers/UploadStickerFile.kt | 0 .../extensions/api/utils/UpdatesHandling.kt | 0 .../extensions/api/webhook/DeleteWebhook.kt | 0 .../extensions/api/webhook/GetWebhookInfo.kt | 0 .../extensions/api/webhook/SetWebhookInfo.kt | 0 .../README.md | 18 +++++------ .../build.gradle | 4 +-- .../maven.publish.gradle | 0 .../mpp_publish_template.kpsb | 0 .../publish.gradle | 0 .../utils/CallbackQueryConversations.kt | 0 .../utils/CommonMessageConversations.kt | 0 .../utils/ContentMessageConversations.kt | 0 .../extensions/utils/FlowsAggregation.kt | 0 .../tgbotapi/extensions/utils/JsonFormat.kt | 0 .../extensions/utils/SafelyShortcut.kt | 0 .../ChatEventsSourcesConversations.kt | 0 .../utils/extensions/FilesDownloading.kt | 0 .../utils/extensions/FlowsUpdatesFilter.kt | 0 .../utils/extensions/venue/Foursquare.kt | 0 .../utils/formatting/LinksFormatting.kt | 0 .../formatting/ResendingTextFormatting.kt | 0 .../utils/formatting/StringFormatting.kt | 0 .../utils/internal_utils/UpdatesFiltering.kt | 0 .../utils/shortcuts/CommandsShortcuts.kt | 0 .../utils/shortcuts/FlowsUpdatesFilter.kt | 0 .../utils/shortcuts/MediaGroupsShortcuts.kt | 0 .../utils/shortcuts/PollCloseShortcuts.kt | 0 .../utils/shortcuts/RequestsExecutor.kt | 0 .../types/buttons/InlineKeyboardMarkup.kt | 0 .../types/buttons/ReplyKeyboardMarkup.kt | 0 .../BaseMessagesUpdatesConversations.kt | 0 .../CallbackQueryUpdatesConversations.kt | 0 .../ChosenInlineResultUpdatesConversations.kt | 0 .../utils/updates/CommandsFilters.kt | 0 .../utils/updates/FlowsUpdatesFactory.kt | 0 .../InlineQueryUpdatesConversations.kt | 0 .../SentMessageUpdatesConversations.kt | 0 .../utils/updates/UpdateDeserialization.kt | 0 .../utils/updates/UpdatesChatFilters.kt | 0 .../extensions/utils/updates/UpdatesUtils.kt | 0 .../utils/updates/retrieving/LongPolling.kt | 0 .../updates/retrieving/MediaGroupsIncluder.kt | 0 .../utils/updates/retrieving/Webhook.kt | 0 .../inmo/tgbotapi/types/files/PathedFile.kt | 0 tgbotapi/README.md | 16 ++++++++++ {TelegramBotAPI => tgbotapi}/build.gradle | 12 +++---- .../maven.publish.gradle | 0 .../mpp_publish_template.kpsb | 0 {TelegramBotAPI => tgbotapi}/publish.gradle | 0 616 files changed, 86 insertions(+), 83 deletions(-) delete mode 100644 TelegramBotAPI/README.md rename {TelegramBotAPI-core => tgbotapi.core}/README.md (77%) rename {TelegramBotAPI-core => tgbotapi.core}/build.gradle (100%) rename {TelegramBotAPI-core => tgbotapi.core}/maven.publish.gradle (100%) rename {TelegramBotAPI-core => tgbotapi.core}/mpp_publish_template.kpsb (100%) rename {TelegramBotAPI-core => tgbotapi.core}/publish.gradle (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonContactData.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonVenueData.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Explained.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Livable.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Locationed.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/MimeTyped.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Performerable.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/TextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Titled.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ChatRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableNotification.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableWebPagePreview.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/InlineMessageAction.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/MessageAction.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMarkup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMessageId.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/UntilDate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/BaseRequestsExecutor.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorCallFactory.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorRequestsExecutor.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/AbstractRequestCallFactory.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/DownloadFileRequestCallFactory.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/MultipartRequestCallFactory.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/SimpleRequestCallFactory.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/RequestsExecutor.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/ProxySettings.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/CommonLimiter.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/EmptyLimiter.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/PowLimiter.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/RequestLimiter.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DeleteMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DownloadFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/ForwardMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/GetUpdates.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/StopPoll.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/MultipartRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/Request.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/SimpleRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerInlineQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerPreCheckoutQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerShippingQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerPreCheckoutQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerShippingQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMe.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMyCommands.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/SetMyCommands.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/ExportChatInviteLink.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/LeaveChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/abstracts/ChatMemberRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatAdministrators.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatMembersCount.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/GetChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/KickChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/PromoteChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/RestrictChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/SetChatAdministratorCustomTitle.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/UnbanChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/DeleteChatPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/PinChatMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatDescription.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPermissions.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatTitle.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/UnpinChatMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/DeleteChatStickerSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/SetChatStickerSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/common/CommonMultipartFileRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditChatMessageLiveLocation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditInlineMessageLiveLocation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopChatMessageLiveLocation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopInlineMessageLiveLocation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditChatMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditDisableWebPagePreviewMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditInlineMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditLocationMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditMediaMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditReplyMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditTextChatMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditChatMessageCaption.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditInlineMessageCaption.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditChatMessageMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditInlineMessageMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditChatMessageText.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditInlineMessageText.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByInlineMessageId.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByChatId.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByInlineMessageId.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/GetGameHighScores.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/SetGameScore.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetStickerSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetUserProfilePhotos.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendAction.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendContact.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendDice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendLocation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendVenue.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/DuratedSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/PositionedSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ReplyingMarkupSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendChatMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SizedSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TextableSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ThumbedSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TitledSendMessageRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/games/SendGame.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAnimation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAudio.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendDocument.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendMediaGroup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendSticker.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideoNote.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVoice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/DataRequest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/Files.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/MultipartRequestImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/payments/SendInvoice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/polls/SendPoll.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddAnimatedStickerToSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddStaticStickerToSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewAnimatedStickerSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewStaticStickerSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/DeleteStickerFromSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerPositionInSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerSetThumb.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/UploadStickerFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StandardStickerSetAction.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StickerSetAction.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/DeleteWebhook.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/GetWebhookInfo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/SetWebhook.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/BotCommand.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/CallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/DataCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/GameShortNameCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdDataCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdGameShortNameCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageDataCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageGameShortNameCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/RawCallbackQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatIdentifier.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/AdministratorChatMemberImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/CreatorChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/KickedChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/LeftChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/MemberChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RawChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RestrictedChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/AdministratorChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/BannedChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/ChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/SpecialRightsChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Common.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Contact.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/BaseChosenInlineResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/LocationChosenInlineResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/RawChosenInlineResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultArticle.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultContact.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGame.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultLocation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultStickerCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVenue.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceCachedImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DescribedInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DuratedInlineResultQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/FileInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/InlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/OptionallyTitledInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/SizedInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbSizedInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbedInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/TitledInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/UrlInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithFileIdInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithInputMessageContentInlineQueryResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudio.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocument.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGif.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4Gif.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCached.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCommon.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/serializers/InlineQueryResultSerializer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputContactMessageContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputLocationMessageContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputTextMessageContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputVenueMessageContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContentSerializer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/ChosenInlineResult.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InlineQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InputMessageContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/BaseInlineQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/LocationInlineQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/RawInlineQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/DuratedInputMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAnimation.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAudio.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaDocument.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaSerializer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaVideo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMediaSerializer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/SizedInputMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/ThumbedInputMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/TitledInputMedia.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Location.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LoginURL.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/RawMessageEntity.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BoldTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BotCommandTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CashTagTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CodeTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/EMailTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/HashTagTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/ItalicTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/MentionTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PhoneNumberTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PreTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/RegularTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/StrikethroughTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextLinkTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextMentionTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/URLTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/UnderlineTextSource.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ParseMode/ParseMode.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/RequestError.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Response.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ResponseParametersRaw.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/TelegramDate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UpdateTypes.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/User.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UserProfilePhotos.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/WebhookInfo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/actions/BotAction.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/Common.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ForceReply.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButton.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButtonSerializer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardMarkup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButton.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButtonPollType.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkupSerializer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardMarkup.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardRemove.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChannelChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatPermissions.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatSerializers.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/GroupChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/PrivateChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/SupergroupChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/ChannelChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/Chat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/GroupChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PrivateChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PublicChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SuperPublicChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SupergroupChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/UsernameChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChannelChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedGroupChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPrivateChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPublicChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedSupergroupChat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedChannelChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedGroupChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedPrivateChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedSupergroupChatImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/Dice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/DiceAnimationType.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AnimationFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AudioFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/DocumentFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/File.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PhotoSize.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/Sticker.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoNoteFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VoiceFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/CustomNamedMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/MimedMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/PlayableMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/SizedMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TelegramMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/ThumbedMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TitledMediaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/CallbackGame.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/Game.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/RawGame.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelEventMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMediaGroupMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/ChannelChatCreated.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/DeleteChatPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/GroupChatCreated.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/LeftChatMember.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatMembers.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatPhoto.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatTitle.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/PinnedMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/SupergroupChatCreated.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChannelEvent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChatEvent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/CommonEvent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/GroupEvent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/SupergroupEvent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonGroupEventMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMediaGroupMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMessageImpl.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonSupergroupEventMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ForwardInfo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/RawMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ChatEventMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/CommonMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ContentMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/FromUserMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/GroupEventMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/MediaGroupMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/Message.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyEditedMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyForwardedMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyMarkedUp.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyPaymentMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyReplyMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblySentViaBot.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/SupergroupEventMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/ContactContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/DiceContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/GameContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/PollContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/TextContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/VenueContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaCollectionContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaGroupContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MessageContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/PossiblySentViaBotCommonMessage.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/ResendableContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AnimationContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AudioContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/DocumentContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/PhotoContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/StickerContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoNoteContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VoiceContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/InvoiceContent.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/SuccessfulPaymentInfo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/abstracts/PaymentInfo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/Invoice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/LabeledPrice.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/OrderInfo.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/PreCheckoutQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingAddress.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingOption.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingQuery.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/SuccessfulPayment.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Amounted.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Currencied.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Priced.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/Poll.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollAnswer.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollOption.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/MaskPosition.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/StickerSet.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/CallbackQueryUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChannelPostUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChosenInlineResultUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditChannelPostUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditMessageUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/InlineQueryUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/ChannelPostMediaGroupUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditChannelPostMediaGroupUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditMessageMediaGroupUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MediaGroupUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MessageMediaGroupUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MessageUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollAnswerUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PreCheckoutQueryUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/RawUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ShippingQueryUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseEditMessageUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseMessageUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseSentMessageUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/Update.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/types/venue/Venue.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/FlowsUpdatesFilter.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/UpdatesFilter.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Annotations.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BaseMessageUpdateToMediaGroupUpdate.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BuiltinMimeTypes.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/CaptionAndTextSourcesToText.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/HandleSafely.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/JSON.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Map.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Matrix.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MimeType.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MultilevelTextSourceFormatting.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFileExtension.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFormatting.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/TelegramAPIUrlsKeeper.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/ThrowErrorWithRange.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/ReceiveChannel.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/String.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/SimpleInputFilesTest.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/TestsJsonFormat.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/types/BotActionTests.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ChatIdentifierTests.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/types/MessageEntity/TextPartsCreatingTests.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ParseModeTests.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/types/TelegramDateTests.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/commonTest/kotlin/dev/inmo/tgbotapi/utils/StringFormattingTests.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jsMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFileFromJavaFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/UserLocale.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/payments/Currencied.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/updateshandlers/webhook/WebhookPrivateKeyConfig.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt (100%) rename {TelegramBotAPI-core => tgbotapi.core}/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/extensions/AsReference.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/README.md (71%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.api}/build.gradle (89%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/maven.publish.gradle (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/mpp_publish_template.kpsb (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/publish.gradle (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotBuilder.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotExtensions.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DeleteMessage.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DownloadFile.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/ForwardMessage.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/GetUpdates.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/InternalUtils/UpdatesUtils.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/JsonUtils.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/LiveLocation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/StopPoll.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerCallbackQuery.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerInlineQuery.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerPreCheckoutQuery.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerShippingQuery.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMe.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMyCommands.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/SetMyCommands.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/ExportChatInviteLink.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/LeaveChat.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChat.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatAdministrators.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatMembersCount.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/GetChatMember.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/KickChatMember.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/PromoteChatMember.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/RestrictChatMember.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/SetChatAdministratorCustomTitle.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/UnbanChatMember.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/DeleteChatPhoto.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/PinChatMessage.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatDescription.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPermissions.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPhoto.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatTitle.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/UnpinChatMessage.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/DeleteChatStickerSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/SetChatStickerSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditChatMessageLiveLocation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditInlineMessageLiveLocation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopChatMessageLiveLocation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopInlineMessageLiveLocation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditChatMessageCaption.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditInlineMessageCaption.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditChatMessageMedia.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditInlineMessageMedia.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditChatMessageText.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditInlineMessageText.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByChat.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByInlineMessageId.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByChatId.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByInlineMessageId.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetFile.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetStickerSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetUserProfilePhotos.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendAction.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendContact.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendDice.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendLocation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendMessage.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendVenue.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/games/SendGame.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAnimation.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAudio.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendDocument.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendMediaGroup.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendPhoto.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendSticker.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideo.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideoNote.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVoice.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/payments/SendInvoice.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/polls/SendPoll.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddAnimatedStickerToSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddStaticStickerToSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewAnimatedStickerSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewStaticStickerSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/DeleteStickerFromSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerPositionInSet.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerSetThumb.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/UploadStickerFile.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/utils/UpdatesHandling.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/DeleteWebhook.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/GetWebhookInfo.kt (100%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.api}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/SetWebhookInfo.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/README.md (89%) rename {TelegramBotAPI-extensions-api => tgbotapi.extensions.utils}/build.gradle (89%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/maven.publish.gradle (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/mpp_publish_template.kpsb (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/publish.gradle (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CallbackQueryConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CommonMessageConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/ContentMessageConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/FlowsAggregation.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/JsonFormat.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/SafelyShortcut.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/chat_events/ChatEventsSourcesConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FilesDownloading.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FlowsUpdatesFilter.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/venue/Foursquare.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/LinksFormatting.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/ResendingTextFormatting.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/StringFormatting.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/internal_utils/UpdatesFiltering.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/CommandsShortcuts.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/FlowsUpdatesFilter.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/MediaGroupsShortcuts.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/PollCloseShortcuts.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/RequestsExecutor.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/InlineKeyboardMarkup.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/ReplyKeyboardMarkup.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/BaseMessagesUpdatesConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CallbackQueryUpdatesConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/ChosenInlineResultUpdatesConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CommandsFilters.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/FlowsUpdatesFactory.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/InlineQueryUpdatesConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/SentMessageUpdatesConversations.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdateDeserialization.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesChatFilters.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesUtils.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/LongPolling.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/MediaGroupsIncluder.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/jvmMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/Webhook.kt (100%) rename {TelegramBotAPI-extensions-utils => tgbotapi.extensions.utils}/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt (100%) create mode 100644 tgbotapi/README.md rename {TelegramBotAPI => tgbotapi}/build.gradle (71%) rename {TelegramBotAPI => tgbotapi}/maven.publish.gradle (100%) rename {TelegramBotAPI => tgbotapi}/mpp_publish_template.kpsb (100%) rename {TelegramBotAPI => tgbotapi}/publish.gradle (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee12e5517c..eddcdf75ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ * Project group in repositories were changed: `com.github.insanusmokrassar` -> `dev.inmo` * Migration ([Examples migration](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/pull/11)): 1. Change implementation in your gradle files: - * `implementation "com.github.insanusmokrassar:..."` -> `implementation "dev.inmo:..."` + * `implementation "com.github.insanusmokrassar:TelegramBotAPI-core:*"` -> `implementation "dev.inmo:tgbotapi.core:*"` + * `implementation "com.github.insanusmokrassar:TelegramBotAPI-extensions-utils:*"` -> `implementation "dev.inmo:tgbotapi.extensions.utils:*"` + * `implementation "com.github.insanusmokrassar:TelegramBotAPI-extensions-api:*"` -> `implementation "dev.inmo:tgbotapi.extensions.api:*"` + * `implementation "com.github.insanusmokrassar:TelegramBotAPI:*"` -> `implementation "dev.inmo:tgbotapi:*"` 2. Replace packages `com.github.insanusmokrassar.TelegramBotAPI` in the whole project by `dev.inmo.tgbotapi` diff --git a/README.md b/README.md index fa2d01cc9f..05afd5a9a0 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ | Common info | [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![Build Status](https://travis-ci.com/InsanusMokrassar/TelegramBotAPI.svg?branch=master)](https://travis-ci.com/InsanusMokrassar/TelegramBotAPI) [Small survey](https://forms.gle/tnjuExdSKEr32ygKA)| | -------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Useful links | [![Chat in Telegram](badges/chat.svg)](https://t.me/InMoTelegramBotAPI) [![KDocs](badges/kdocs.svg)](https://tgbotapi.inmo.dev/docs/index.html) [Examples](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/), [Mini tutorial](https://bookstack.inmo.dev/books/telegrambotapi/chapter/introduction-tutorial) | -| TelegramBotAPI Core status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI) | -| TelegramBotAPI Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-api) | -| TelegramBotAPI Util Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-utils) | -| TelegramBotAPI All status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-all) | +| TelegramBotAPI Core status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI) | +| TelegramBotAPI Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api) | +| TelegramBotAPI Util Extensions status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.utils) | +| TelegramBotAPI All status | [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi/images/download.svg)](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-all) | **At the time of publication of version `0.28.0` there are errors in serialization plugins like [kotlinx.serialization#1004](https://github.com/Kotlin/kotlinx.serialization/issues/1004). It is possible, that both JVM @@ -16,11 +16,11 @@ and JS version may work improperly in some cases with `kotlinx.serialization` ve It is a complex of libraries for working with `TelegramBotAPI` in type-safe and strict way as much as it possible. In the list of this complex currently next projects: -* [TelegramBotAPI-core](TelegramBotAPI-core/README.md) - core of library. In fact it is independent library and can be used alone +* [tgbotapi.core](tgbotapi.core/README.md) - core of library. In fact it is independent library and can be used alone without any additional library -* [TelegramBotAPI Extensions](TelegramBotAPI-extensions-api/README.md) - contains extensions (mostly for +* [TelegramBotAPI Extensions](tgbotapi.extensions.api/README.md) - contains extensions (mostly for `RequestsExecutor`), which allows to use the core library in more pleasant way -* [TelegramBotAPI Util Extensions](TelegramBotAPI-extensions-utils/README.md) - contains extensions for more comfortable +* [TelegramBotAPI Util Extensions](tgbotapi.extensions.utils/README.md) - contains extensions for more comfortable work with commands, updates and other different things * [TelegramBotAPI](TelegramBotAPI/README.md) - concentration of all previously mentioned libraries @@ -40,9 +40,9 @@ In case if you are want to use this library inside of browser, you will need add dependencies { /* ... */ - implementation "dev.inmo:TelegramBotAPI:$tgbot_api_version" - implementation "dev.inmo:TelegramBotAPI-extensions-api:$tgbot_api_version" // optional - implementation "dev.inmo:TelegramBotAPI-extensions-utils:$tgbot_api_version" // optional + implementation "dev.inmo:tgbotapi:$tgbot_api_version" + implementation "dev.inmo:tgbotapi.extensions.api:$tgbot_api_version" // optional + implementation "dev.inmo:tgbotapi.extensions.utils:$tgbot_api_version" // optional /* Block of dependencies for correct building in browser */ implementation(npm("fs")) @@ -76,19 +76,19 @@ kotlin { In most cases, the most simple way will be to implement [TelegramBotAPI](TelegramBotAPI/README.md) - it contains all necessary tools for comfort usage of this library. If you want to exclude some libraries, you can implement just -[TelegramBotAPI API Extensions](TelegramBotAPI-extensions-api/README.md), -[TelegramBotAPI Util Extensions](TelegramBotAPI-extensions-utils/README.md) or even -[TelegramBotAPI-core](TelegramBotAPI-core/README.md). +[TelegramBotAPI API Extensions](tgbotapi.extensions.api/README.md), +[TelegramBotAPI Util Extensions](tgbotapi.extensions.utils/README.md) or even +[tgbotapi.core](tgbotapi.core/README.md). If you want to dive deeper in the core of library or develop something for it - welcome to learn more from -[TelegramBotAPI-core](TelegramBotAPI-core/README.md) and our [Telegram Chat](https://teleg.one/InMoTelegramBotAPIChat). +[tgbotapi.core](tgbotapi.core/README.md) and our [Telegram Chat](https://teleg.one/InMoTelegramBotAPIChat). Anyway, all libraries are very typical inside of them. Examples: * In `TelegramBotAPI` common request look like `requestsExecutor.execute(SomeRequest())` -* `TelegramBotAPI-extensions-api` typical syntax look like `requestsExecutor.someRequest()` (in most cases it would be +* `tgbotapi.extensions.api` typical syntax look like `requestsExecutor.someRequest()` (in most cases it would be better to use `bot` name instead of `requestsExecutor`) -* `TelegramBotAPI-extensions-utils` will look like `filter.filterBaseMessageUpdates(chatId).filterExactCommands(Regex("^.*$"))...` +* `tgbotapi.extensions.utils` will look like `filter.filterBaseMessageUpdates(chatId).filterExactCommands(Regex("^.*$"))...` ## Build instruction diff --git a/TelegramBotAPI/README.md b/TelegramBotAPI/README.md deleted file mode 100644 index fb95af34b5..0000000000 --- a/TelegramBotAPI/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# TelegramBotAPI - -Concentration of all TelegramBotAPI libraries: - -* [TelegramBotAPI-core](../TelegramBotAPI-core/README.md) -* [TelegramBotAPI Extensions](../TelegramBotAPI-extensions-api/README.md) -* [TelegramBotAPI Util Extensions](../TelegramBotAPI-extensions-utils/README.md) - -## Implementation - -```groovy -dependencies { - // ... - implementation "dev.inmo:TelegramBotAPI:$tgBotAPIVersion" -} -``` diff --git a/settings.gradle b/settings.gradle index e2f107a34a..6c80087f13 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ -include ":TelegramBotAPI-core" -include ":TelegramBotAPI-extensions-api" -include ":TelegramBotAPI-extensions-utils" -include ":TelegramBotAPI" +include ":tgbotapi.core" +include ":tgbotapi.extensions.api" +include ":tgbotapi.extensions.utils" +include ":tgbotapi" include ":docs" diff --git a/TelegramBotAPI-core/README.md b/tgbotapi.core/README.md similarity index 77% rename from TelegramBotAPI-core/README.md rename to tgbotapi.core/README.md index 13508c7a74..cfe7b956dc 100644 --- a/TelegramBotAPI-core/README.md +++ b/tgbotapi.core/README.md @@ -1,7 +1,7 @@ -# TelegramBotAPI-core +# tgbotapi.core -[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core/_latestVersion) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI) +[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI) ## What is it? @@ -20,15 +20,15 @@ as soon as possible. Common ways to implement this library are presented here. In some cases it will require additional steps like inserting of additional libraries (like `kotlin stdlib`). In the examples will be used variable `telegrambotapi.version`, which must be set up by developer. Available versions are presented on -[bintray](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core), next version is last published: +[bintray](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core), next version is last published: -[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-core/_latestVersion) +[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion) Currently, last versions of library can be available from the Maven repository with errors (for the reason difficult in publishing of signed artifacts in Bintray). You can: * Use earlier version (available version you can find -[here](https://mvnrepository.com/artifact/dev.inmo/TelegramBotAPI) (before 0.28.0) or [here](https://mvnrepository.com/artifact/dev.inmo/TelegramBotAPI-core)) +[here](https://mvnrepository.com/artifact/dev.inmo/TelegramBotAPI) (before 0.28.0) or [here](https://mvnrepository.com/artifact/dev.inmo/tgbotapi.core)) * Add `jCenter` repository in build config ### Maven @@ -38,7 +38,7 @@ Dependency config presented here: ```xml dev.inmo - TelegramBotAPI-core + tgbotapi.core ${telegrambotapi.version} ``` @@ -52,13 +52,13 @@ To use last versions you will need to add one line in repositories block of your And add next line to your dependencies block: ```groovy -implementation "dev.inmo:TelegramBotAPI-core:$telegrambotapi_version" +implementation "dev.inmo:tgbotapi.core:$telegrambotapi_version" ``` or for old gradle: ```groovy -compile "dev.inmo:TelegramBotAPI-core:$telegrambotapi_version" +compile "dev.inmo:tgbotapi.core:$telegrambotapi_version" ``` ## How to work with library? @@ -66,9 +66,9 @@ compile "dev.inmo:TelegramBotAPI-core:$telegrambotapi_version" For now, this library have no some API god-object. Instead of this, this library has several important objects: -* [RequestsExecutor](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/bot/RequestsExecutor.kt) -* [Requests](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/requests) -* [Types](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/types) +* [RequestsExecutor](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/RequestsExecutor.kt) +* [Requests](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests) +* [Types](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types) ### Types @@ -96,11 +96,11 @@ requestsExecutor.execute(GetMe()) ``` Also there is an alternative syntax for requests (like `requestsExecutor.getMe()` in project -[TelegramBotAPI-extensions-api](../TelegramBotAPI-extensions-api/README.md)) +[tgbotapi.extensions.api](../tgbotapi.extensions.api/README.md)) -The result type of [GetMe (and getMe extension)](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/requests/GetMe.kt) +The result type of [GetMe (and getMe extension)](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/tgbotapi.core/src/commonMain/kotlin/com/github/insanusmokrassar/tgbotapi/requests/GetMe.kt) request is -[ExtendedBot](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/types/User.kt). +[ExtendedBot](https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/User.kt). ### RequestsExecutor diff --git a/TelegramBotAPI-core/build.gradle b/tgbotapi.core/build.gradle similarity index 100% rename from TelegramBotAPI-core/build.gradle rename to tgbotapi.core/build.gradle diff --git a/TelegramBotAPI-core/maven.publish.gradle b/tgbotapi.core/maven.publish.gradle similarity index 100% rename from TelegramBotAPI-core/maven.publish.gradle rename to tgbotapi.core/maven.publish.gradle diff --git a/TelegramBotAPI-core/mpp_publish_template.kpsb b/tgbotapi.core/mpp_publish_template.kpsb similarity index 100% rename from TelegramBotAPI-core/mpp_publish_template.kpsb rename to tgbotapi.core/mpp_publish_template.kpsb diff --git a/TelegramBotAPI-core/publish.gradle b/tgbotapi.core/publish.gradle similarity index 100% rename from TelegramBotAPI-core/publish.gradle rename to tgbotapi.core/publish.gradle diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonContactData.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonContactData.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonContactData.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonContactData.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonVenueData.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonVenueData.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonVenueData.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/CommonVenueData.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Explained.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Explained.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Explained.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Explained.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Livable.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Livable.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Livable.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Livable.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Locationed.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Locationed.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Locationed.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Locationed.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/MimeTyped.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/MimeTyped.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/MimeTyped.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/MimeTyped.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Performerable.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Performerable.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Performerable.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Performerable.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/TextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/TextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/TextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/TextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Titled.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Titled.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Titled.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Titled.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ChatRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ChatRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ChatRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ChatRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableNotification.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableNotification.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableNotification.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableNotification.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableWebPagePreview.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableWebPagePreview.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableWebPagePreview.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/DisableWebPagePreview.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/InlineMessageAction.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/InlineMessageAction.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/InlineMessageAction.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/InlineMessageAction.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/MessageAction.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/MessageAction.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/MessageAction.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/MessageAction.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMarkup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMarkup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMarkup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMarkup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMessageId.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMessageId.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMessageId.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/ReplyMessageId.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/UntilDate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/UntilDate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/UntilDate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/types/UntilDate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/BaseRequestsExecutor.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/BaseRequestsExecutor.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/BaseRequestsExecutor.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/BaseRequestsExecutor.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorCallFactory.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorCallFactory.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorCallFactory.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorCallFactory.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorRequestsExecutor.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorRequestsExecutor.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorRequestsExecutor.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/KtorRequestsExecutor.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/AbstractRequestCallFactory.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/AbstractRequestCallFactory.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/AbstractRequestCallFactory.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/AbstractRequestCallFactory.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/DownloadFileRequestCallFactory.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/DownloadFileRequestCallFactory.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/DownloadFileRequestCallFactory.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/DownloadFileRequestCallFactory.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/MultipartRequestCallFactory.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/MultipartRequestCallFactory.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/MultipartRequestCallFactory.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/MultipartRequestCallFactory.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/SimpleRequestCallFactory.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/SimpleRequestCallFactory.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/SimpleRequestCallFactory.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/Ktor/base/SimpleRequestCallFactory.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/RequestsExecutor.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/RequestsExecutor.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/RequestsExecutor.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/RequestsExecutor.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/ProxySettings.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/ProxySettings.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/ProxySettings.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/ProxySettings.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/CommonLimiter.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/CommonLimiter.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/CommonLimiter.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/CommonLimiter.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/EmptyLimiter.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/EmptyLimiter.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/EmptyLimiter.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/EmptyLimiter.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/PowLimiter.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/PowLimiter.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/PowLimiter.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/PowLimiter.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/RequestLimiter.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/RequestLimiter.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/RequestLimiter.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/settings/limiters/RequestLimiter.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DeleteMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DeleteMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DeleteMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DeleteMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DownloadFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DownloadFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DownloadFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/DownloadFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/ForwardMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/ForwardMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/ForwardMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/ForwardMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/GetUpdates.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/GetUpdates.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/GetUpdates.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/GetUpdates.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/StopPoll.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/StopPoll.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/StopPoll.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/StopPoll.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/MultipartRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/MultipartRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/MultipartRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/MultipartRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/Request.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/Request.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/Request.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/Request.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/SimpleRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/SimpleRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/SimpleRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/SimpleRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerInlineQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerInlineQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerInlineQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/AnswerInlineQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerPreCheckoutQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerPreCheckoutQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerPreCheckoutQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerPreCheckoutQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerShippingQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerShippingQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerShippingQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/AnswerShippingQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerPreCheckoutQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerPreCheckoutQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerPreCheckoutQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerPreCheckoutQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerShippingQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerShippingQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerShippingQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/answers/payments/abstracts/AnswerShippingQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMe.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMe.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMe.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMe.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMyCommands.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMyCommands.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMyCommands.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/GetMyCommands.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/SetMyCommands.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/SetMyCommands.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/SetMyCommands.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/bot/SetMyCommands.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/ExportChatInviteLink.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/ExportChatInviteLink.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/ExportChatInviteLink.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/ExportChatInviteLink.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/LeaveChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/LeaveChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/LeaveChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/LeaveChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/abstracts/ChatMemberRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/abstracts/ChatMemberRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/abstracts/ChatMemberRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/abstracts/ChatMemberRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatAdministrators.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatAdministrators.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatAdministrators.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatAdministrators.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatMembersCount.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatMembersCount.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatMembersCount.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/get/GetChatMembersCount.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/GetChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/GetChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/GetChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/GetChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/KickChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/KickChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/KickChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/KickChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/PromoteChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/PromoteChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/PromoteChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/PromoteChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/RestrictChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/RestrictChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/RestrictChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/RestrictChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/SetChatAdministratorCustomTitle.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/SetChatAdministratorCustomTitle.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/SetChatAdministratorCustomTitle.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/SetChatAdministratorCustomTitle.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/UnbanChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/UnbanChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/UnbanChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/members/UnbanChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/DeleteChatPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/DeleteChatPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/DeleteChatPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/DeleteChatPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/PinChatMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/PinChatMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/PinChatMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/PinChatMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatDescription.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatDescription.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatDescription.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatDescription.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPermissions.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPermissions.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPermissions.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPermissions.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatTitle.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatTitle.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatTitle.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/SetChatTitle.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/UnpinChatMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/UnpinChatMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/UnpinChatMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/modify/UnpinChatMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/DeleteChatStickerSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/DeleteChatStickerSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/DeleteChatStickerSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/DeleteChatStickerSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/SetChatStickerSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/SetChatStickerSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/SetChatStickerSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/chat/stickers/SetChatStickerSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/common/CommonMultipartFileRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/common/CommonMultipartFileRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/common/CommonMultipartFileRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/common/CommonMultipartFileRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditChatMessageLiveLocation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditChatMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditChatMessageLiveLocation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditChatMessageLiveLocation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditInlineMessageLiveLocation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditInlineMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditInlineMessageLiveLocation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/EditInlineMessageLiveLocation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopChatMessageLiveLocation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopChatMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopChatMessageLiveLocation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopChatMessageLiveLocation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopInlineMessageLiveLocation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopInlineMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopInlineMessageLiveLocation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/LiveLocation/StopInlineMessageLiveLocation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditChatMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditChatMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditChatMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditChatMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditDisableWebPagePreviewMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditDisableWebPagePreviewMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditDisableWebPagePreviewMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditDisableWebPagePreviewMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditInlineMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditInlineMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditInlineMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditInlineMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditLocationMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditLocationMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditLocationMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditLocationMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditMediaMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditMediaMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditMediaMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditMediaMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditReplyMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditReplyMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditReplyMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditReplyMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditTextChatMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditTextChatMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditTextChatMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/abstracts/EditTextChatMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditChatMessageCaption.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditChatMessageCaption.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditChatMessageCaption.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditChatMessageCaption.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditInlineMessageCaption.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditInlineMessageCaption.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditInlineMessageCaption.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/caption/EditInlineMessageCaption.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditChatMessageMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditChatMessageMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditChatMessageMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditChatMessageMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditInlineMessageMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditInlineMessageMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditInlineMessageMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/media/EditInlineMessageMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditChatMessageText.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditChatMessageText.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditChatMessageText.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditChatMessageText.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditInlineMessageText.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditInlineMessageText.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditInlineMessageText.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/edit/text/EditInlineMessageText.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByInlineMessageId.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByInlineMessageId.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByInlineMessageId.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/GetGameHighScoresByInlineMessageId.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByChatId.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByChatId.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByChatId.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByChatId.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByInlineMessageId.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByInlineMessageId.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByInlineMessageId.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/SetGameScoreByInlineMessageId.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/GetGameHighScores.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/GetGameHighScores.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/GetGameHighScores.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/GetGameHighScores.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/SetGameScore.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/SetGameScore.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/SetGameScore.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/games/abstracts/SetGameScore.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetStickerSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetStickerSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetStickerSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetStickerSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetUserProfilePhotos.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetUserProfilePhotos.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetUserProfilePhotos.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/get/GetUserProfilePhotos.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendAction.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendAction.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendAction.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendAction.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendContact.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendContact.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendContact.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendContact.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendDice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendDice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendDice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendDice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendLocation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendLocation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendLocation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendLocation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendVenue.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendVenue.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendVenue.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/SendVenue.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/DuratedSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/DuratedSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/DuratedSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/DuratedSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/PositionedSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/PositionedSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/PositionedSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/PositionedSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ReplyingMarkupSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ReplyingMarkupSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ReplyingMarkupSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ReplyingMarkupSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendChatMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendChatMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendChatMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendChatMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SizedSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SizedSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SizedSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/SizedSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TextableSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TextableSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TextableSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TextableSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ThumbedSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ThumbedSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ThumbedSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/ThumbedSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TitledSendMessageRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TitledSendMessageRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TitledSendMessageRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/abstracts/TitledSendMessageRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/games/SendGame.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/games/SendGame.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/games/SendGame.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/games/SendGame.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAnimation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAnimation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAnimation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAnimation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAudio.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAudio.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAudio.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendAudio.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendDocument.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendDocument.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendDocument.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendDocument.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendMediaGroup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendMediaGroup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendMediaGroup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendMediaGroup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendSticker.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendSticker.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendSticker.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendSticker.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideoNote.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideoNote.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideoNote.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVideoNote.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVoice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVoice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVoice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/SendVoice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/DataRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/DataRequest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/DataRequest.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/DataRequest.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/Files.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/Files.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/Files.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/Files.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/MultipartRequestImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/MultipartRequestImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/MultipartRequestImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/media/base/MultipartRequestImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/payments/SendInvoice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/payments/SendInvoice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/payments/SendInvoice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/payments/SendInvoice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/polls/SendPoll.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/polls/SendPoll.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/polls/SendPoll.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/send/polls/SendPoll.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddAnimatedStickerToSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddAnimatedStickerToSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddAnimatedStickerToSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddAnimatedStickerToSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddStaticStickerToSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddStaticStickerToSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddStaticStickerToSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/AddStaticStickerToSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewAnimatedStickerSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewAnimatedStickerSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewAnimatedStickerSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewAnimatedStickerSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewStaticStickerSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewStaticStickerSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewStaticStickerSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/CreateNewStaticStickerSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/DeleteStickerFromSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/DeleteStickerFromSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/DeleteStickerFromSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/DeleteStickerFromSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerPositionInSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerPositionInSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerPositionInSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerPositionInSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerSetThumb.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerSetThumb.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerSetThumb.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/SetStickerSetThumb.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/UploadStickerFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/UploadStickerFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/UploadStickerFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/UploadStickerFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StandardStickerSetAction.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StandardStickerSetAction.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StandardStickerSetAction.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StandardStickerSetAction.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StickerSetAction.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StickerSetAction.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StickerSetAction.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StickerSetAction.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/DeleteWebhook.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/DeleteWebhook.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/DeleteWebhook.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/DeleteWebhook.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/GetWebhookInfo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/GetWebhookInfo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/GetWebhookInfo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/GetWebhookInfo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/SetWebhook.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/SetWebhook.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/SetWebhook.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/webhook/SetWebhook.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/BotCommand.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/BotCommand.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/BotCommand.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/BotCommand.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/CallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/CallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/CallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/CallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/DataCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/DataCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/DataCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/DataCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/GameShortNameCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/GameShortNameCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/GameShortNameCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/GameShortNameCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdDataCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdDataCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdDataCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdDataCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdGameShortNameCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdGameShortNameCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdGameShortNameCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/InlineMessageIdGameShortNameCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageDataCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageDataCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageDataCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageDataCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageGameShortNameCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageGameShortNameCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageGameShortNameCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/MessageGameShortNameCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/RawCallbackQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/RawCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/RawCallbackQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/CallbackQuery/RawCallbackQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatIdentifier.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatIdentifier.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatIdentifier.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatIdentifier.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/AdministratorChatMemberImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/AdministratorChatMemberImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/AdministratorChatMemberImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/AdministratorChatMemberImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/CreatorChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/CreatorChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/CreatorChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/CreatorChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/KickedChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/KickedChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/KickedChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/KickedChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/LeftChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/LeftChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/LeftChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/LeftChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/MemberChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/MemberChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/MemberChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/MemberChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RawChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RawChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RawChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RawChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RestrictedChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RestrictedChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RestrictedChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/RestrictedChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/AdministratorChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/AdministratorChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/AdministratorChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/AdministratorChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/BannedChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/BannedChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/BannedChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/BannedChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/ChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/ChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/ChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/ChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/SpecialRightsChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/SpecialRightsChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/SpecialRightsChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatMember/abstracts/SpecialRightsChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ChatPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Common.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Common.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Common.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Common.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Contact.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Contact.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Contact.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Contact.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/BaseChosenInlineResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/BaseChosenInlineResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/BaseChosenInlineResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/BaseChosenInlineResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/LocationChosenInlineResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/LocationChosenInlineResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/LocationChosenInlineResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/LocationChosenInlineResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/RawChosenInlineResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/RawChosenInlineResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/RawChosenInlineResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/ChosenInlineResult/RawChosenInlineResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultArticle.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultArticle.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultArticle.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultArticle.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultAudioImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultContact.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultContact.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultContact.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultContact.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultDocumentImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGame.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGame.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGame.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGame.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultGifImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultLocation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultLocation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultLocation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultLocation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultMpeg4GifImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultPhotoImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultStickerCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultStickerCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultStickerCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultStickerCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVenue.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVenue.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVenue.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVenue.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVideoImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceCachedImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceCachedImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceCachedImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceCachedImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/InlineQueryResultVoiceImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DescribedInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DescribedInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DescribedInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DescribedInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DuratedInlineResultQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DuratedInlineResultQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DuratedInlineResultQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/DuratedInlineResultQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/FileInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/FileInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/FileInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/FileInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/InlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/InlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/InlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/InlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/OptionallyTitledInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/OptionallyTitledInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/OptionallyTitledInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/OptionallyTitledInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/SizedInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/SizedInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/SizedInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/SizedInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbSizedInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbSizedInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbSizedInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbSizedInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbedInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbedInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbedInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/ThumbedInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/TitledInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/TitledInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/TitledInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/TitledInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/UrlInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/UrlInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/UrlInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/UrlInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithFileIdInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithFileIdInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithFileIdInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithFileIdInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithInputMessageContentInlineQueryResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithInputMessageContentInlineQueryResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithInputMessageContentInlineQueryResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/WithInputMessageContentInlineQueryResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudio.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudio.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudio.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudio.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/audio/InlineQueryResultAudioCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocument.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocument.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocument.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocument.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/document/InlineQueryResultDocumentCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGif.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGif.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGif.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGif.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/gif/InlineQueryResultGifCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4Gif.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4Gif.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4Gif.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4Gif.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/mpeg4gif/InlineQueryResultMpeg4GifCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/photo/InlineQueryResultPhotoCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/video/InlineQueryResultVideoCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCached.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCached.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCached.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCached.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCommon.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCommon.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCommon.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/abstracts/results/voice/InlineQueryResultVoiceCommon.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/serializers/InlineQueryResultSerializer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/serializers/InlineQueryResultSerializer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/serializers/InlineQueryResultSerializer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InlineQueryResult/serializers/InlineQueryResultSerializer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputContactMessageContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputContactMessageContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputContactMessageContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputContactMessageContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputLocationMessageContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputLocationMessageContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputLocationMessageContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputLocationMessageContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputTextMessageContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputTextMessageContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputTextMessageContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputTextMessageContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputVenueMessageContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputVenueMessageContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputVenueMessageContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContent/InputVenueMessageContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContentSerializer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContentSerializer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContentSerializer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/InputMessageContentSerializer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/ChosenInlineResult.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/ChosenInlineResult.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/ChosenInlineResult.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/ChosenInlineResult.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InlineQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InlineQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InlineQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InlineQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InputMessageContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InputMessageContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InputMessageContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/abstracts/InputMessageContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/BaseInlineQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/BaseInlineQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/BaseInlineQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/BaseInlineQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/LocationInlineQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/LocationInlineQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/LocationInlineQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/LocationInlineQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/RawInlineQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/RawInlineQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/RawInlineQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InlineQueries/query/RawInlineQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/DuratedInputMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/DuratedInputMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/DuratedInputMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/DuratedInputMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAnimation.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAnimation.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAnimation.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAnimation.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAudio.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAudio.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAudio.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaAudio.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaDocument.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaDocument.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaDocument.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaDocument.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaSerializer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaSerializer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaSerializer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaSerializer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaVideo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaVideo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaVideo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/InputMediaVideo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMediaSerializer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMediaSerializer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMediaSerializer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/MediaGroupMemberInputMediaSerializer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/SizedInputMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/SizedInputMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/SizedInputMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/SizedInputMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/ThumbedInputMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/ThumbedInputMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/ThumbedInputMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/ThumbedInputMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/TitledInputMedia.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/TitledInputMedia.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/TitledInputMedia.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/InputMedia/TitledInputMedia.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Location.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Location.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Location.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Location.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LoginURL.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LoginURL.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LoginURL.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LoginURL.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/RawMessageEntity.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/RawMessageEntity.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/RawMessageEntity.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/RawMessageEntity.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BoldTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BoldTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BoldTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BoldTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BotCommandTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BotCommandTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BotCommandTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/BotCommandTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CashTagTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CashTagTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CashTagTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CashTagTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CodeTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CodeTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CodeTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/CodeTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/EMailTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/EMailTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/EMailTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/EMailTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/HashTagTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/HashTagTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/HashTagTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/HashTagTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/ItalicTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/ItalicTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/ItalicTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/ItalicTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/MentionTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/MentionTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/MentionTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/MentionTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PhoneNumberTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PhoneNumberTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PhoneNumberTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PhoneNumberTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PreTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PreTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PreTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/PreTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/RegularTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/RegularTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/RegularTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/RegularTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/StrikethroughTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/StrikethroughTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/StrikethroughTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/StrikethroughTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextLinkTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextLinkTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextLinkTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextLinkTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextMentionTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextMentionTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextMentionTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/TextMentionTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/URLTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/URLTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/URLTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/URLTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/UnderlineTextSource.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/UnderlineTextSource.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/UnderlineTextSource.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/MessageEntity/textsources/UnderlineTextSource.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ParseMode/ParseMode.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ParseMode/ParseMode.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ParseMode/ParseMode.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ParseMode/ParseMode.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/RequestError.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/RequestError.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/RequestError.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/RequestError.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Response.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Response.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Response.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/Response.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ResponseParametersRaw.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ResponseParametersRaw.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ResponseParametersRaw.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/ResponseParametersRaw.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/TelegramDate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/TelegramDate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/TelegramDate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/TelegramDate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UpdateTypes.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UpdateTypes.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UpdateTypes.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UpdateTypes.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/User.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/User.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/User.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/User.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UserProfilePhotos.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UserProfilePhotos.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UserProfilePhotos.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/UserProfilePhotos.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/WebhookInfo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/WebhookInfo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/WebhookInfo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/WebhookInfo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/actions/BotAction.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/actions/BotAction.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/actions/BotAction.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/actions/BotAction.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/Common.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/Common.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/Common.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/Common.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ForceReply.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ForceReply.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ForceReply.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ForceReply.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButton.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButton.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButton.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButton.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButtonSerializer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButtonSerializer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButtonSerializer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardButtons/InlineKeyboardButtonSerializer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardMarkup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardMarkup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardMarkup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/InlineKeyboardMarkup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButton.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButton.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButton.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButton.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButtonPollType.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButtonPollType.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButtonPollType.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardButtonPollType.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkupSerializer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkupSerializer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkupSerializer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkupSerializer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardMarkup.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardMarkup.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardMarkup.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardMarkup.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardRemove.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardRemove.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardRemove.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/ReplyKeyboardRemove.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChannelChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChannelChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChannelChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChannelChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatPermissions.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatPermissions.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatPermissions.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatPermissions.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatSerializers.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatSerializers.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatSerializers.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatSerializers.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/GroupChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/GroupChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/GroupChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/GroupChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/PrivateChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/PrivateChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/PrivateChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/PrivateChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/SupergroupChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/SupergroupChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/SupergroupChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/SupergroupChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/ChannelChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/ChannelChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/ChannelChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/ChannelChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/Chat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/Chat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/Chat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/Chat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/GroupChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/GroupChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/GroupChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/GroupChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PrivateChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PrivateChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PrivateChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PrivateChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PublicChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PublicChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PublicChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/PublicChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SuperPublicChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SuperPublicChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SuperPublicChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SuperPublicChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SupergroupChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SupergroupChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SupergroupChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/SupergroupChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/UsernameChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/UsernameChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/UsernameChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/UsernameChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChannelChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChannelChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChannelChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChannelChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedGroupChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedGroupChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedGroupChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedGroupChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPrivateChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPrivateChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPrivateChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPrivateChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPublicChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPublicChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPublicChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedPublicChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedSupergroupChat.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedSupergroupChat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedSupergroupChat.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/abstracts/extended/ExtendedSupergroupChat.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedChannelChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedChannelChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedChannelChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedChannelChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedGroupChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedGroupChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedGroupChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedGroupChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedPrivateChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedPrivateChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedPrivateChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedPrivateChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedSupergroupChatImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedSupergroupChatImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedSupergroupChatImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/extended/ExtendedSupergroupChatImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/Dice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/Dice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/Dice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/Dice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/DiceAnimationType.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/DiceAnimationType.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/DiceAnimationType.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/dice/DiceAnimationType.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AnimationFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AnimationFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AnimationFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AnimationFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AudioFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AudioFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AudioFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/AudioFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/DocumentFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/DocumentFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/DocumentFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/DocumentFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/File.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/File.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/File.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/File.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PhotoSize.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PhotoSize.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PhotoSize.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/PhotoSize.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/Sticker.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/Sticker.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/Sticker.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/Sticker.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoNoteFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoNoteFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoNoteFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VideoNoteFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VoiceFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VoiceFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VoiceFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/VoiceFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/CustomNamedMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/CustomNamedMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/CustomNamedMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/CustomNamedMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/MimedMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/MimedMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/MimedMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/MimedMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/PlayableMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/PlayableMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/PlayableMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/PlayableMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/SizedMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/SizedMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/SizedMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/SizedMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TelegramMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TelegramMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TelegramMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TelegramMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/ThumbedMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/ThumbedMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/ThumbedMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/ThumbedMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TitledMediaFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TitledMediaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TitledMediaFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/abstracts/TitledMediaFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/CallbackGame.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/CallbackGame.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/CallbackGame.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/CallbackGame.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/Game.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/Game.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/Game.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/Game.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/RawGame.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/RawGame.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/RawGame.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/RawGame.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelEventMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelEventMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelEventMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelEventMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMediaGroupMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMediaGroupMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMediaGroupMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMediaGroupMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChannelMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/ChannelChatCreated.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/ChannelChatCreated.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/ChannelChatCreated.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/ChannelChatCreated.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/DeleteChatPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/DeleteChatPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/DeleteChatPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/DeleteChatPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/GroupChatCreated.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/GroupChatCreated.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/GroupChatCreated.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/GroupChatCreated.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/LeftChatMember.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/LeftChatMember.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/LeftChatMember.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/LeftChatMember.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatMembers.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatMembers.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatMembers.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatMembers.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatPhoto.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatPhoto.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatPhoto.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatPhoto.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatTitle.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatTitle.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatTitle.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/NewChatTitle.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/PinnedMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/PinnedMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/PinnedMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/PinnedMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/SupergroupChatCreated.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/SupergroupChatCreated.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/SupergroupChatCreated.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/SupergroupChatCreated.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChannelEvent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChannelEvent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChannelEvent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChannelEvent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChatEvent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChatEvent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChatEvent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/ChatEvent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/CommonEvent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/CommonEvent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/CommonEvent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/CommonEvent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/GroupEvent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/GroupEvent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/GroupEvent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/GroupEvent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/SupergroupEvent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/SupergroupEvent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/SupergroupEvent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/abstracts/SupergroupEvent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonGroupEventMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonGroupEventMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonGroupEventMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonGroupEventMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMediaGroupMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMediaGroupMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMediaGroupMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMediaGroupMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMessageImpl.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMessageImpl.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMessageImpl.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonMessageImpl.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonSupergroupEventMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonSupergroupEventMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonSupergroupEventMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/CommonSupergroupEventMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ForwardInfo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ForwardInfo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ForwardInfo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ForwardInfo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/RawMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/RawMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/RawMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/RawMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ChatEventMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ChatEventMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ChatEventMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ChatEventMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/CommonMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/CommonMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/CommonMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/CommonMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ContentMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ContentMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ContentMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/ContentMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/FromUserMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/FromUserMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/FromUserMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/FromUserMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/GroupEventMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/GroupEventMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/GroupEventMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/GroupEventMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/MediaGroupMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/MediaGroupMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/MediaGroupMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/MediaGroupMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/Message.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/Message.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/Message.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/Message.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyEditedMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyEditedMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyEditedMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyEditedMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyForwardedMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyForwardedMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyForwardedMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyForwardedMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyMarkedUp.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyMarkedUp.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyMarkedUp.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyMarkedUp.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyPaymentMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyPaymentMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyPaymentMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyPaymentMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyReplyMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyReplyMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyReplyMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblyReplyMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblySentViaBot.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblySentViaBot.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblySentViaBot.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/PossiblySentViaBot.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/SupergroupEventMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/SupergroupEventMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/SupergroupEventMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/abstracts/SupergroupEventMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/ContactContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/ContactContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/ContactContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/ContactContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/DiceContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/DiceContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/DiceContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/DiceContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/GameContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/GameContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/GameContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/GameContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/PollContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/PollContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/PollContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/PollContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/TextContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/TextContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/TextContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/TextContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/VenueContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/VenueContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/VenueContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/VenueContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaCollectionContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaCollectionContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaCollectionContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaCollectionContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaGroupContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaGroupContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaGroupContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MediaGroupContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MessageContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MessageContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MessageContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/MessageContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/PossiblySentViaBotCommonMessage.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/PossiblySentViaBotCommonMessage.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/PossiblySentViaBotCommonMessage.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/PossiblySentViaBotCommonMessage.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/ResendableContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/ResendableContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/ResendableContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/abstracts/ResendableContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AnimationContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AnimationContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AnimationContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AnimationContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AudioContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AudioContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AudioContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/AudioContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/DocumentContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/DocumentContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/DocumentContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/DocumentContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/PhotoContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/PhotoContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/PhotoContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/PhotoContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/StickerContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/StickerContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/StickerContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/StickerContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoNoteContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoNoteContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoNoteContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VideoNoteContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VoiceContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VoiceContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VoiceContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/media/VoiceContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/InvoiceContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/InvoiceContent.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/InvoiceContent.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/InvoiceContent.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/SuccessfulPaymentInfo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/SuccessfulPaymentInfo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/SuccessfulPaymentInfo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/SuccessfulPaymentInfo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/abstracts/PaymentInfo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/abstracts/PaymentInfo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/abstracts/PaymentInfo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/payments/abstracts/PaymentInfo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/Invoice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/Invoice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/Invoice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/Invoice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/LabeledPrice.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/LabeledPrice.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/LabeledPrice.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/LabeledPrice.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/OrderInfo.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/OrderInfo.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/OrderInfo.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/OrderInfo.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/PreCheckoutQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/PreCheckoutQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/PreCheckoutQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/PreCheckoutQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingAddress.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingAddress.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingAddress.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingAddress.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingOption.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingOption.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingOption.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingOption.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingQuery.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingQuery.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingQuery.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/ShippingQuery.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/SuccessfulPayment.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/SuccessfulPayment.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/SuccessfulPayment.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/SuccessfulPayment.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Amounted.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Amounted.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Amounted.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Amounted.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Currencied.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Currencied.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Currencied.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Currencied.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Priced.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Priced.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Priced.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/payments/abstracts/Priced.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/Poll.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/Poll.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/Poll.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/Poll.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollAnswer.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollAnswer.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollAnswer.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollAnswer.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollOption.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollOption.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollOption.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/polls/PollOption.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/MaskPosition.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/MaskPosition.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/MaskPosition.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/MaskPosition.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/StickerSet.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/StickerSet.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/StickerSet.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/stickers/StickerSet.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/CallbackQueryUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/CallbackQueryUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/CallbackQueryUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/CallbackQueryUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChannelPostUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChannelPostUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChannelPostUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChannelPostUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChosenInlineResultUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChosenInlineResultUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChosenInlineResultUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ChosenInlineResultUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditChannelPostUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditChannelPostUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditChannelPostUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditChannelPostUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditMessageUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditMessageUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditMessageUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/EditMessageUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/InlineQueryUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/InlineQueryUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/InlineQueryUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/InlineQueryUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/ChannelPostMediaGroupUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/ChannelPostMediaGroupUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/ChannelPostMediaGroupUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/ChannelPostMediaGroupUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditChannelPostMediaGroupUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditChannelPostMediaGroupUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditChannelPostMediaGroupUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditChannelPostMediaGroupUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditMessageMediaGroupUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditMessageMediaGroupUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditMessageMediaGroupUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/EditMessageMediaGroupUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MediaGroupUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MediaGroupUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MediaGroupUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MediaGroupUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MessageMediaGroupUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MessageMediaGroupUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MessageMediaGroupUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MediaGroupUpdates/MessageMediaGroupUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MessageUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MessageUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MessageUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/MessageUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollAnswerUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollAnswerUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollAnswerUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollAnswerUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PollUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PreCheckoutQueryUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PreCheckoutQueryUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PreCheckoutQueryUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/PreCheckoutQueryUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/RawUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/RawUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/RawUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/RawUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ShippingQueryUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ShippingQueryUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ShippingQueryUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/ShippingQueryUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseEditMessageUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseEditMessageUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseEditMessageUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseEditMessageUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseMessageUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseMessageUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseMessageUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseMessageUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseSentMessageUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseSentMessageUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseSentMessageUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/BaseSentMessageUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/Update.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/Update.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/Update.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/update/abstracts/Update.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/venue/Venue.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/venue/Venue.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/venue/Venue.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/venue/Venue.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/FlowsUpdatesFilter.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/FlowsUpdatesFilter.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/FlowsUpdatesFilter.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/FlowsUpdatesFilter.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/UpdatesFilter.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/UpdatesFilter.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/UpdatesFilter.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/updateshandlers/UpdatesFilter.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Annotations.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Annotations.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Annotations.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Annotations.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BaseMessageUpdateToMediaGroupUpdate.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BaseMessageUpdateToMediaGroupUpdate.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BaseMessageUpdateToMediaGroupUpdate.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BaseMessageUpdateToMediaGroupUpdate.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BuiltinMimeTypes.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BuiltinMimeTypes.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BuiltinMimeTypes.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/BuiltinMimeTypes.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/CaptionAndTextSourcesToText.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/CaptionAndTextSourcesToText.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/CaptionAndTextSourcesToText.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/CaptionAndTextSourcesToText.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/HandleSafely.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/HandleSafely.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/HandleSafely.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/HandleSafely.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/JSON.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/JSON.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/JSON.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/JSON.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Map.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Map.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Map.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Map.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Matrix.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Matrix.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Matrix.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/Matrix.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MimeType.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MimeType.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MimeType.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MimeType.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MultilevelTextSourceFormatting.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MultilevelTextSourceFormatting.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MultilevelTextSourceFormatting.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/MultilevelTextSourceFormatting.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFileExtension.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFileExtension.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFileExtension.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFileExtension.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFormatting.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFormatting.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFormatting.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/StringFormatting.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/TelegramAPIUrlsKeeper.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/TelegramAPIUrlsKeeper.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/TelegramAPIUrlsKeeper.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/TelegramAPIUrlsKeeper.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/ThrowErrorWithRange.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/ThrowErrorWithRange.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/ThrowErrorWithRange.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/ThrowErrorWithRange.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/ReceiveChannel.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/ReceiveChannel.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/ReceiveChannel.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/ReceiveChannel.kt diff --git a/TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/String.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/String.kt similarity index 100% rename from TelegramBotAPI-core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/String.kt rename to tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/utils/extensions/String.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/SimpleInputFilesTest.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/SimpleInputFilesTest.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/SimpleInputFilesTest.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/SimpleInputFilesTest.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/TestsJsonFormat.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/TestsJsonFormat.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/TestsJsonFormat.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/TestsJsonFormat.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/BotActionTests.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/BotActionTests.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/BotActionTests.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/BotActionTests.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ChatIdentifierTests.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ChatIdentifierTests.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ChatIdentifierTests.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ChatIdentifierTests.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/MessageEntity/TextPartsCreatingTests.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/MessageEntity/TextPartsCreatingTests.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/MessageEntity/TextPartsCreatingTests.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/MessageEntity/TextPartsCreatingTests.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ParseModeTests.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ParseModeTests.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ParseModeTests.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/ParseModeTests.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/TelegramDateTests.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/TelegramDateTests.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/TelegramDateTests.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/types/TelegramDateTests.kt diff --git a/TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/utils/StringFormattingTests.kt b/tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/utils/StringFormattingTests.kt similarity index 100% rename from TelegramBotAPI-core/src/commonTest/kotlin/dev/inmo/tgbotapi/utils/StringFormattingTests.kt rename to tgbotapi.core/src/commonTest/kotlin/dev/inmo/tgbotapi/utils/StringFormattingTests.kt diff --git a/TelegramBotAPI-core/src/jsMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt b/tgbotapi.core/src/jsMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt similarity index 100% rename from TelegramBotAPI-core/src/jsMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt rename to tgbotapi.core/src/jsMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFileFromJavaFile.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFileFromJavaFile.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFileFromJavaFile.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/requests/abstracts/InputFileFromJavaFile.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/UserLocale.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/UserLocale.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/UserLocale.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/UserLocale.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/payments/Currencied.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/payments/Currencied.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/payments/Currencied.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/payments/Currencied.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/updateshandlers/webhook/WebhookPrivateKeyConfig.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/updateshandlers/webhook/WebhookPrivateKeyConfig.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/updateshandlers/webhook/WebhookPrivateKeyConfig.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/updateshandlers/webhook/WebhookPrivateKeyConfig.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/MimeTypeActual.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/StorageFile.kt diff --git a/TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/extensions/AsReference.kt b/tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/extensions/AsReference.kt similarity index 100% rename from TelegramBotAPI-core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/extensions/AsReference.kt rename to tgbotapi.core/src/jvmMain/kotlin/dev/inmo/tgbotapi/utils/extensions/AsReference.kt diff --git a/TelegramBotAPI-extensions-api/README.md b/tgbotapi.extensions.api/README.md similarity index 71% rename from TelegramBotAPI-extensions-api/README.md rename to tgbotapi.extensions.api/README.md index 494457f822..6d7a602545 100644 --- a/TelegramBotAPI-extensions-api/README.md +++ b/tgbotapi.extensions.api/README.md @@ -1,26 +1,26 @@ # TelegramBotAPI extensions -[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api/_latestVersion) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-api) +[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/_latestVersion) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.api) ## What is it? -It is wrapper library for [TelegramBotAPI-core](../TelegramBotAPI-core/README.md). Here you can find extensions for +It is wrapper library for [tgbotapi.core](../tgbotapi.core/README.md). Here you can find extensions for `RequestsExecutor`, which are more look like Telegram Bot API requests and in the same time have more obvious signatures to help understand some restrictions in Telegram system. ## Compatibility -This library always compatible with original `TelegramBotAPI-core` library version +This library always compatible with original `tgbotapi.core` library version ## How to implement library? Common ways to implement this library are presented here. In some cases it will require additional steps like inserting of additional libraries (like `kotlin stdlib`). In the examples will be used variable `telegrambotapi-extensions-api.version`, which must be set up by developer. Available versions are presented on -[bintray](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api), next version is last published: +[bintray](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api), next version is last published: -[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-api/_latestVersion) +[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.api/_latestVersion) ### Maven @@ -29,7 +29,7 @@ Dependency config presented here: ```xml dev.inmo - TelegramBotAPI-extensions-api + tgbotapi.extensions.api ${telegrambotapi-extensions-api.version} ``` @@ -43,13 +43,13 @@ To use last versions you will need to add one line in repositories block of your And add next line to your dependencies block: ```groovy -implementation "dev.inmo:TelegramBotAPI-extensions-api:$telegrambotapi_extensions_api_version" +implementation "dev.inmo:tgbotapi.extensions.api:$telegrambotapi_extensions_api_version" ``` or for old gradle: ```groovy -compile "dev.inmo:TelegramBotAPI-extensions-api:$telegrambotapi_extensions_api_version" +compile "dev.inmo:tgbotapi.extensions.api:$telegrambotapi_extensions_api_version" ``` ## Example of usage and comparison with `TelegramBotAPI` @@ -71,7 +71,7 @@ val bot = telegramBot("IT IS YOUR TOKEN") { In all examples supposed that you have created bot. -| TelegramBotAPI-core | TelegramBotAPI-extensions-api | +| tgbotapi.core | tgbotapi.extensions.api | |---------------------|-------------------------------| | bot.execute(GetMe) | bot.getMe() | | bot.execute(SendTextMessage(someChatId, text)) | bot.sendTextMessage(chat, text) | @@ -79,8 +79,8 @@ In all examples supposed that you have created bot. ## Updates **Currently, these paragraphs almost outdated due to the fact that extensions for listening of updates and webhooks were -replaced into `TelegramBotAPI-extensions-utils`. But, most part of information below is correct with small fixes and -adding of `TelegramBotAPI-extensions-utils` dependency.** +replaced into `tgbotapi.extensions.utils`. But, most part of information below is correct with small fixes and +adding of `tgbotapi.extensions.utils` dependency.** Usually, it is more comfortable to use filter object to get separated types of updates: diff --git a/TelegramBotAPI-extensions-utils/build.gradle b/tgbotapi.extensions.api/build.gradle similarity index 89% rename from TelegramBotAPI-extensions-utils/build.gradle rename to tgbotapi.extensions.api/build.gradle index c6b432b627..e566f2cc02 100644 --- a/TelegramBotAPI-extensions-utils/build.gradle +++ b/tgbotapi.extensions.api/build.gradle @@ -41,9 +41,9 @@ kotlin { dependencies { implementation kotlin('stdlib') if ((project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true") { - api "${project.group}:TelegramBotAPI-core:$library_version" + api "${project.group}:tgbotapi.core:$library_version" } else { - api project(":TelegramBotAPI-core") + api project(":tgbotapi.core") } } } diff --git a/TelegramBotAPI-extensions-api/maven.publish.gradle b/tgbotapi.extensions.api/maven.publish.gradle similarity index 100% rename from TelegramBotAPI-extensions-api/maven.publish.gradle rename to tgbotapi.extensions.api/maven.publish.gradle diff --git a/TelegramBotAPI-extensions-api/mpp_publish_template.kpsb b/tgbotapi.extensions.api/mpp_publish_template.kpsb similarity index 100% rename from TelegramBotAPI-extensions-api/mpp_publish_template.kpsb rename to tgbotapi.extensions.api/mpp_publish_template.kpsb diff --git a/TelegramBotAPI-extensions-api/publish.gradle b/tgbotapi.extensions.api/publish.gradle similarity index 100% rename from TelegramBotAPI-extensions-api/publish.gradle rename to tgbotapi.extensions.api/publish.gradle diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotBuilder.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotBuilder.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotBuilder.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotBuilder.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotExtensions.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotExtensions.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotExtensions.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/BotExtensions.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DeleteMessage.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DeleteMessage.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DeleteMessage.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DeleteMessage.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DownloadFile.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DownloadFile.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DownloadFile.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/DownloadFile.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/ForwardMessage.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/ForwardMessage.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/ForwardMessage.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/ForwardMessage.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/GetUpdates.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/GetUpdates.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/GetUpdates.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/GetUpdates.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/InternalUtils/UpdatesUtils.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/InternalUtils/UpdatesUtils.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/InternalUtils/UpdatesUtils.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/InternalUtils/UpdatesUtils.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/JsonUtils.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/JsonUtils.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/JsonUtils.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/JsonUtils.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/LiveLocation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/LiveLocation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/LiveLocation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/LiveLocation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/StopPoll.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/StopPoll.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/StopPoll.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/StopPoll.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerCallbackQuery.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerCallbackQuery.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerCallbackQuery.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerCallbackQuery.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerInlineQuery.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerInlineQuery.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerInlineQuery.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/AnswerInlineQuery.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerPreCheckoutQuery.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerPreCheckoutQuery.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerPreCheckoutQuery.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerPreCheckoutQuery.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerShippingQuery.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerShippingQuery.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerShippingQuery.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/answers/payments/AnswerShippingQuery.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMe.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMe.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMe.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMe.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMyCommands.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMyCommands.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMyCommands.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/GetMyCommands.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/SetMyCommands.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/SetMyCommands.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/SetMyCommands.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/bot/SetMyCommands.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/ExportChatInviteLink.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/ExportChatInviteLink.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/ExportChatInviteLink.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/ExportChatInviteLink.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/LeaveChat.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/LeaveChat.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/LeaveChat.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/LeaveChat.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChat.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChat.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChat.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChat.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatAdministrators.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatAdministrators.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatAdministrators.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatAdministrators.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatMembersCount.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatMembersCount.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatMembersCount.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/get/GetChatMembersCount.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/GetChatMember.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/GetChatMember.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/GetChatMember.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/GetChatMember.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/KickChatMember.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/KickChatMember.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/KickChatMember.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/KickChatMember.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/PromoteChatMember.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/PromoteChatMember.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/PromoteChatMember.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/PromoteChatMember.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/RestrictChatMember.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/RestrictChatMember.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/RestrictChatMember.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/RestrictChatMember.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/SetChatAdministratorCustomTitle.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/SetChatAdministratorCustomTitle.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/SetChatAdministratorCustomTitle.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/SetChatAdministratorCustomTitle.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/UnbanChatMember.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/UnbanChatMember.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/UnbanChatMember.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/members/UnbanChatMember.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/DeleteChatPhoto.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/DeleteChatPhoto.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/DeleteChatPhoto.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/DeleteChatPhoto.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/PinChatMessage.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/PinChatMessage.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/PinChatMessage.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/PinChatMessage.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatDescription.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatDescription.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatDescription.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatDescription.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPermissions.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPermissions.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPermissions.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPermissions.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPhoto.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPhoto.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPhoto.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatPhoto.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatTitle.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatTitle.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatTitle.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/SetChatTitle.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/UnpinChatMessage.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/UnpinChatMessage.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/UnpinChatMessage.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/modify/UnpinChatMessage.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/DeleteChatStickerSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/DeleteChatStickerSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/DeleteChatStickerSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/DeleteChatStickerSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/SetChatStickerSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/SetChatStickerSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/SetChatStickerSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/chat/stickers/SetChatStickerSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditChatMessageLiveLocation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditChatMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditChatMessageLiveLocation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditChatMessageLiveLocation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditInlineMessageLiveLocation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditInlineMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditInlineMessageLiveLocation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/EditInlineMessageLiveLocation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopChatMessageLiveLocation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopChatMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopChatMessageLiveLocation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopChatMessageLiveLocation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopInlineMessageLiveLocation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopInlineMessageLiveLocation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopInlineMessageLiveLocation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/LiveLocation/StopInlineMessageLiveLocation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditChatMessageReplyMarkup.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/ReplyMarkup/EditInlineMessageReplyMarkup.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditChatMessageCaption.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditChatMessageCaption.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditChatMessageCaption.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditChatMessageCaption.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditInlineMessageCaption.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditInlineMessageCaption.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditInlineMessageCaption.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/caption/EditInlineMessageCaption.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditChatMessageMedia.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditChatMessageMedia.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditChatMessageMedia.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditChatMessageMedia.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditInlineMessageMedia.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditInlineMessageMedia.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditInlineMessageMedia.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/media/EditInlineMessageMedia.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditChatMessageText.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditChatMessageText.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditChatMessageText.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditChatMessageText.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditInlineMessageText.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditInlineMessageText.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditInlineMessageText.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/edit/text/EditInlineMessageText.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByChat.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByChat.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByChat.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByChat.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByInlineMessageId.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByInlineMessageId.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByInlineMessageId.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/GetGameHighScoresByInlineMessageId.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByChatId.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByChatId.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByChatId.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByChatId.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByInlineMessageId.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByInlineMessageId.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByInlineMessageId.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/games/SetGameScoreByInlineMessageId.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetFile.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetFile.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetFile.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetFile.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetStickerSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetStickerSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetStickerSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetStickerSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetUserProfilePhotos.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetUserProfilePhotos.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetUserProfilePhotos.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/get/GetUserProfilePhotos.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendAction.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendAction.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendAction.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendAction.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendContact.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendContact.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendContact.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendContact.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendDice.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendDice.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendDice.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendDice.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendLocation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendLocation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendLocation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendLocation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendMessage.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendMessage.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendMessage.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendMessage.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendVenue.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendVenue.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendVenue.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendVenue.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/games/SendGame.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/games/SendGame.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/games/SendGame.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/games/SendGame.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAnimation.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAnimation.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAnimation.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAnimation.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAudio.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAudio.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAudio.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendAudio.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendDocument.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendDocument.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendDocument.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendDocument.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendMediaGroup.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendMediaGroup.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendMediaGroup.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendMediaGroup.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendPhoto.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendPhoto.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendPhoto.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendPhoto.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendSticker.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendSticker.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendSticker.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendSticker.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideo.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideo.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideo.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideo.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideoNote.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideoNote.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideoNote.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVideoNote.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVoice.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVoice.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVoice.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/media/SendVoice.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/payments/SendInvoice.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/payments/SendInvoice.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/payments/SendInvoice.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/payments/SendInvoice.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/polls/SendPoll.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/polls/SendPoll.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/polls/SendPoll.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/polls/SendPoll.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddAnimatedStickerToSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddAnimatedStickerToSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddAnimatedStickerToSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddAnimatedStickerToSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddStaticStickerToSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddStaticStickerToSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddStaticStickerToSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/AddStaticStickerToSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewAnimatedStickerSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewAnimatedStickerSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewAnimatedStickerSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewAnimatedStickerSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewStaticStickerSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewStaticStickerSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewStaticStickerSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/CreateNewStaticStickerSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/DeleteStickerFromSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/DeleteStickerFromSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/DeleteStickerFromSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/DeleteStickerFromSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerPositionInSet.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerPositionInSet.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerPositionInSet.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerPositionInSet.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerSetThumb.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerSetThumb.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerSetThumb.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/SetStickerSetThumb.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/UploadStickerFile.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/UploadStickerFile.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/UploadStickerFile.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/stickers/UploadStickerFile.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/utils/UpdatesHandling.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/utils/UpdatesHandling.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/utils/UpdatesHandling.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/utils/UpdatesHandling.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/DeleteWebhook.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/DeleteWebhook.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/DeleteWebhook.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/DeleteWebhook.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/GetWebhookInfo.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/GetWebhookInfo.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/GetWebhookInfo.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/GetWebhookInfo.kt diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/SetWebhookInfo.kt b/tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/SetWebhookInfo.kt similarity index 100% rename from TelegramBotAPI-extensions-api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/SetWebhookInfo.kt rename to tgbotapi.extensions.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/webhook/SetWebhookInfo.kt diff --git a/TelegramBotAPI-extensions-utils/README.md b/tgbotapi.extensions.utils/README.md similarity index 89% rename from TelegramBotAPI-extensions-utils/README.md rename to tgbotapi.extensions.utils/README.md index 5242b58811..9fef3181ec 100644 --- a/TelegramBotAPI-extensions-utils/README.md +++ b/tgbotapi.extensions.utils/README.md @@ -19,21 +19,21 @@ Table of contents generated with markdown-toc -[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils/_latestVersion) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/TelegramBotAPI-extensions-utils) +[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/_latestVersion) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.extensions.utils) ## What is it? -It is wrapper library for [TelegramBotAPI-core](../TelegramBotAPI-core/README.md). Currently, this library contains some usefull filters for commands, updates types and different others. +It is wrapper library for [tgbotapi.core](../tgbotapi.core/README.md). Currently, this library contains some usefull filters for commands, updates types and different others. ## How to implement library? Common ways to implement this library are presented here. In some cases it will require additional steps like inserting of additional libraries (like `kotlin stdlib`). In the examples will be used variable `telegrambotapi-extensions-utils_version`, which must be set up by developer. Available versions are presented on -[bintray](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils), next version is last published: +[bintray](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils), next version is last published: -[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/TelegramBotAPI-extensions-utils/_latestVersion) +[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.extensions.utils/_latestVersion) ### Maven @@ -42,7 +42,7 @@ Dependency config presented here: ```xml dev.inmo - TelegramBotAPI-extensions-utils + tgbotapi.extensions.utils ${telegrambotapi-extensions-utils_version} ``` @@ -56,13 +56,13 @@ To use last versions you will need to add one line in repositories block of your And add next line to your dependencies block: ```groovy -implementation "dev.inmo:TelegramBotAPI-extensions-utils:$telegrambotapi-extensions-utils_version" +implementation "dev.inmo:tgbotapi.extensions.utils:$telegrambotapi-extensions-utils_version" ``` or for old gradle: ```groovy -compile "dev.inmo:TelegramBotAPI-extensions-utils:$telegrambotapi-extensions-utils_version" +compile "dev.inmo:tgbotapi.extensions.utils:$telegrambotapi-extensions-utils_version" ``` ## How to use? @@ -94,7 +94,7 @@ updates retrieving: * Webhooks * Long Polling -Both of them you could use in your project using [TelegramBotAPI-core](../TelegramBotAPI-core/README.md), but here there are +Both of them you could use in your project using [tgbotapi.core](../tgbotapi.core/README.md), but here there are several useful extensions for both of them. Anyway, in both of ways it will be useful to know that it is possible to create `UpdateReceiver` object using function diff --git a/TelegramBotAPI-extensions-api/build.gradle b/tgbotapi.extensions.utils/build.gradle similarity index 89% rename from TelegramBotAPI-extensions-api/build.gradle rename to tgbotapi.extensions.utils/build.gradle index c6b432b627..e566f2cc02 100644 --- a/TelegramBotAPI-extensions-api/build.gradle +++ b/tgbotapi.extensions.utils/build.gradle @@ -41,9 +41,9 @@ kotlin { dependencies { implementation kotlin('stdlib') if ((project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true") { - api "${project.group}:TelegramBotAPI-core:$library_version" + api "${project.group}:tgbotapi.core:$library_version" } else { - api project(":TelegramBotAPI-core") + api project(":tgbotapi.core") } } } diff --git a/TelegramBotAPI-extensions-utils/maven.publish.gradle b/tgbotapi.extensions.utils/maven.publish.gradle similarity index 100% rename from TelegramBotAPI-extensions-utils/maven.publish.gradle rename to tgbotapi.extensions.utils/maven.publish.gradle diff --git a/TelegramBotAPI-extensions-utils/mpp_publish_template.kpsb b/tgbotapi.extensions.utils/mpp_publish_template.kpsb similarity index 100% rename from TelegramBotAPI-extensions-utils/mpp_publish_template.kpsb rename to tgbotapi.extensions.utils/mpp_publish_template.kpsb diff --git a/TelegramBotAPI-extensions-utils/publish.gradle b/tgbotapi.extensions.utils/publish.gradle similarity index 100% rename from TelegramBotAPI-extensions-utils/publish.gradle rename to tgbotapi.extensions.utils/publish.gradle diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CallbackQueryConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CallbackQueryConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CallbackQueryConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CallbackQueryConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CommonMessageConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CommonMessageConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CommonMessageConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/CommonMessageConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/ContentMessageConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/ContentMessageConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/ContentMessageConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/ContentMessageConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/FlowsAggregation.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/FlowsAggregation.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/FlowsAggregation.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/FlowsAggregation.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/JsonFormat.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/JsonFormat.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/JsonFormat.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/JsonFormat.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/SafelyShortcut.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/SafelyShortcut.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/SafelyShortcut.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/SafelyShortcut.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/chat_events/ChatEventsSourcesConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/chat_events/ChatEventsSourcesConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/chat_events/ChatEventsSourcesConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/chat_events/ChatEventsSourcesConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FilesDownloading.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FilesDownloading.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FilesDownloading.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FilesDownloading.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FlowsUpdatesFilter.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FlowsUpdatesFilter.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FlowsUpdatesFilter.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/FlowsUpdatesFilter.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/venue/Foursquare.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/venue/Foursquare.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/venue/Foursquare.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/extensions/venue/Foursquare.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/LinksFormatting.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/LinksFormatting.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/LinksFormatting.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/LinksFormatting.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/ResendingTextFormatting.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/ResendingTextFormatting.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/ResendingTextFormatting.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/ResendingTextFormatting.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/StringFormatting.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/StringFormatting.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/StringFormatting.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/formatting/StringFormatting.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/internal_utils/UpdatesFiltering.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/internal_utils/UpdatesFiltering.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/internal_utils/UpdatesFiltering.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/internal_utils/UpdatesFiltering.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/CommandsShortcuts.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/CommandsShortcuts.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/CommandsShortcuts.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/CommandsShortcuts.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/FlowsUpdatesFilter.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/FlowsUpdatesFilter.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/FlowsUpdatesFilter.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/FlowsUpdatesFilter.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/MediaGroupsShortcuts.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/MediaGroupsShortcuts.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/MediaGroupsShortcuts.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/MediaGroupsShortcuts.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/PollCloseShortcuts.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/PollCloseShortcuts.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/PollCloseShortcuts.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/PollCloseShortcuts.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/RequestsExecutor.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/RequestsExecutor.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/RequestsExecutor.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/shortcuts/RequestsExecutor.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/InlineKeyboardMarkup.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/InlineKeyboardMarkup.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/InlineKeyboardMarkup.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/InlineKeyboardMarkup.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/ReplyKeyboardMarkup.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/ReplyKeyboardMarkup.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/ReplyKeyboardMarkup.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/types/buttons/ReplyKeyboardMarkup.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/BaseMessagesUpdatesConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/BaseMessagesUpdatesConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/BaseMessagesUpdatesConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/BaseMessagesUpdatesConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CallbackQueryUpdatesConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CallbackQueryUpdatesConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CallbackQueryUpdatesConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CallbackQueryUpdatesConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/ChosenInlineResultUpdatesConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/ChosenInlineResultUpdatesConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/ChosenInlineResultUpdatesConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/ChosenInlineResultUpdatesConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CommandsFilters.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CommandsFilters.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CommandsFilters.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/CommandsFilters.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/FlowsUpdatesFactory.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/FlowsUpdatesFactory.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/FlowsUpdatesFactory.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/FlowsUpdatesFactory.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/InlineQueryUpdatesConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/InlineQueryUpdatesConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/InlineQueryUpdatesConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/InlineQueryUpdatesConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/SentMessageUpdatesConversations.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/SentMessageUpdatesConversations.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/SentMessageUpdatesConversations.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/SentMessageUpdatesConversations.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdateDeserialization.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdateDeserialization.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdateDeserialization.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdateDeserialization.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesChatFilters.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesChatFilters.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesChatFilters.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesChatFilters.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesUtils.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesUtils.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesUtils.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/UpdatesUtils.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/LongPolling.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/LongPolling.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/LongPolling.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/LongPolling.kt diff --git a/TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/MediaGroupsIncluder.kt b/tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/MediaGroupsIncluder.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/MediaGroupsIncluder.kt rename to tgbotapi.extensions.utils/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/MediaGroupsIncluder.kt diff --git a/TelegramBotAPI-extensions-utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/Webhook.kt b/tgbotapi.extensions.utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/Webhook.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/Webhook.kt rename to tgbotapi.extensions.utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/extensions/utils/updates/retrieving/Webhook.kt diff --git a/TelegramBotAPI-extensions-utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt b/tgbotapi.extensions.utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt similarity index 100% rename from TelegramBotAPI-extensions-utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt rename to tgbotapi.extensions.utils/src/jvmMain/kotlin/dev/inmo/tgbotapi/types/files/PathedFile.kt diff --git a/tgbotapi/README.md b/tgbotapi/README.md new file mode 100644 index 0000000000..f311141b92 --- /dev/null +++ b/tgbotapi/README.md @@ -0,0 +1,16 @@ +# TelegramBotAPI + +Concentration of all TelegramBotAPI libraries: + +* [tgbotapi.core](../tgbotapi.core/README.md) +* [TelegramBotAPI Extensions](../tgbotapi.extensions.api/README.md) +* [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md) + +## Implementation + +```groovy +dependencies { + // ... + implementation "dev.inmo:tgbotapi:$tgBotAPIVersion" +} +``` diff --git a/TelegramBotAPI/build.gradle b/tgbotapi/build.gradle similarity index 71% rename from TelegramBotAPI/build.gradle rename to tgbotapi/build.gradle index 612efbdc97..1f01a7039e 100644 --- a/TelegramBotAPI/build.gradle +++ b/tgbotapi/build.gradle @@ -41,13 +41,13 @@ kotlin { dependencies { implementation kotlin('stdlib') if ((project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true") { - api "${project.group}:TelegramBotAPI-core:$library_version" - api "${project.group}:TelegramBotAPI-extensions-api:$library_version" - api "${project.group}:TelegramBotAPI-extensions-utils:$library_version" + api "${project.group}:tgbotapi.core:$library_version" + api "${project.group}:tgbotapi.extensions.api:$library_version" + api "${project.group}:tgbotapi.extensions.utils:$library_version" } else { - api project(":TelegramBotAPI-core") - api project(":TelegramBotAPI-extensions-api") - api project(":TelegramBotAPI-extensions-utils") + api project(":tgbotapi.core") + api project(":tgbotapi.extensions.api") + api project(":tgbotapi.extensions.utils") } } } diff --git a/TelegramBotAPI/maven.publish.gradle b/tgbotapi/maven.publish.gradle similarity index 100% rename from TelegramBotAPI/maven.publish.gradle rename to tgbotapi/maven.publish.gradle diff --git a/TelegramBotAPI/mpp_publish_template.kpsb b/tgbotapi/mpp_publish_template.kpsb similarity index 100% rename from TelegramBotAPI/mpp_publish_template.kpsb rename to tgbotapi/mpp_publish_template.kpsb diff --git a/TelegramBotAPI/publish.gradle b/tgbotapi/publish.gradle similarity index 100% rename from TelegramBotAPI/publish.gradle rename to tgbotapi/publish.gradle