| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Telegram.API.Bot.Responses
Contents
Description
This module contains responses from Telegram Bot API
- data GetMeResponse = GetMeResponse {
- user_result :: User
- data MessageResponse = MessageResponse {}
- data ChatActionResponse = ChatActionResponse {}
- data UpdatesResponse = UpdatesResponse {
- update_result :: [Update]
- data FileResponse = FileResponse {
- file_result :: File
- data UserProfilePhotosResponse = UserProfilePhotosResponse {}
- data SetWebhookResponse = SetWebhookResponse {}
- data InlineQueryResponse = InlineQueryResponse {
- query_result :: Bool
Types
data GetMeResponse Source
This object represents getMe response
Constructors
| GetMeResponse | |
Fields
| |
data MessageResponse Source
This object represents message response
Constructors
| MessageResponse | |
Fields | |
data ChatActionResponse Source
This object represents sendChatAction response
Constructors
| ChatActionResponse | |
Fields | |
data UpdatesResponse Source
This object represents getUpdates response
Constructors
| UpdatesResponse | |
Fields
| |
data FileResponse Source
This object represents file response
Constructors
| FileResponse | |
Fields
| |
data UserProfilePhotosResponse Source
This object represents user profile photos response
Constructors
| UserProfilePhotosResponse | |
Fields | |
data SetWebhookResponse Source
This object represents setWebhook response
Constructors
| SetWebhookResponse | |
Fields | |
data InlineQueryResponse Source
This object represents answerInlineQuery response
Constructors
| InlineQueryResponse | |
Fields
| |