module Telegram.Bot.API (
-- * Making requests
module Telegram.Bot.API.MakingRequests,
-- * Getting updates
module Telegram.Bot.API.GettingUpdates,
-- * Available types
module Telegram.Bot.API.Types,
-- * Available methods
module Telegram.Bot.API.Methods,
-- * Updating messages
module Telegram.Bot.API.UpdatingMessages,
-- -- * Stickers
-- module Telegram.Bot.API.Stickers,
-- -- * Inline mode
-- module Telegram.Bot.API.InlineMode,
-- -- * Payments
-- module Telegram.Bot.API.Payments,
-- -- * Games
-- module Telegram.Bot.API.Games,
) where
import Telegram.Bot.API.GettingUpdates
import Telegram.Bot.API.MakingRequests
import Telegram.Bot.API.Methods
import Telegram.Bot.API.Types
import Telegram.Bot.API.UpdatingMessages
-- import Telegram.Bot.API.Stickers
-- import Telegram.Bot.API.InlineMode
-- import Telegram.Bot.API.Payments
-- import Telegram.Bot.API.Games