diff --git a/src/Web/Telegram/Types.hs b/src/Web/Telegram/Types.hs
--- a/src/Web/Telegram/Types.hs
+++ b/src/Web/Telegram/Types.hs
@@ -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,
diff --git a/telegram-types.cabal b/telegram-types.cabal
--- a/telegram-types.cabal
+++ b/telegram-types.cabal
@@ -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
