Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
data MessageResponse Source
This object represents message response
data ChatActionResponse Source
This object represents sendChatAction
response
data UpdatesResponse Source
This object represents getUpdates
response
data FileResponse Source
This object represents file response
data UserProfilePhotosResponse Source
This object represents user profile photos response
data SetWebhookResponse Source
This object represents setWebhook
response
data InlineQueryResponse Source
This object represents answerInlineQuery
response