telegram-types 0.2.1 → 0.2.2
raw patch · 2 files changed
+8/−4 lines, 2 files
Files
- src/Web/Telegram/Types.hs +5/−1
- telegram-types.cabal +3/−3
src/Web/Telegram/Types.hs view
@@ -11,12 +11,14 @@ Message (..), MessageMetadata (..), MessageEntity (..),+ MessageEntityType (..), MessageContent (..), ParseMode (..), -- ** Chat ChatId (..), Chat (..),+ ChatType (..), ChatPermissions (..), ChatPhoto (..), ChatStatus (..),@@ -75,8 +77,10 @@ StickerSet (..), MaskPosition (..), - -- *** Misc+ -- *** Payment SuccessfulPayment (..),+ OrderInfo (..),+ ShippingAddress (..), -- *** Utilities coe,
telegram-types.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 738f31baf7fda44bdbce8e3198f25eb3b73be9e115fc1b66da3f88180c31f8d4+-- hash: 864acb9c3962c6315f72ae625c1288a5d3467a6e49cd845e0da1d053f4bbe14e name: telegram-types-version: 0.2.1+version: 0.2.2 synopsis: Types used in Telegram bot API description: Defines various datatypes and their serialization methods useful for writing bindings to Telegram bot API. category: Web@@ -32,6 +32,7 @@ Web.Telegram.Types.Lens Web.Telegram.Types.Stock Web.Telegram.Types.Interaction+ Web.Telegram.Types.Passport Web.Telegram.Types.Inline Web.Telegram.Types.Input Web.Telegram.Types.Update@@ -51,7 +52,6 @@ Web.Telegram.Types.Internal.Utils Web.Telegram.Types.Internal.Utils.Default Web.Telegram.Types.Internal.Utils.Stock- Web.Telegram.Types.Passport Paths_telegram_types hs-source-dirs: src