module TelegramBot

Defined in:

telegram_bot.cr
telegram_bot/api_exception.cr
telegram_bot/bot.cr
telegram_bot/cmd_handler.cr
telegram_bot/http_client.cr
telegram_bot/response_client.cr
telegram_bot/types/animation.cr
telegram_bot/types/audio.cr
telegram_bot/types/bot_command.cr
telegram_bot/types/callback_game.cr
telegram_bot/types/callback_query.cr
telegram_bot/types/chat.cr
telegram_bot/types/chat_member.cr
telegram_bot/types/chat_photo.cr
telegram_bot/types/chosen_inline_result.cr
telegram_bot/types/contact.cr
telegram_bot/types/document.cr
telegram_bot/types/file.cr
telegram_bot/types/force_reply.cr
telegram_bot/types/game.cr
telegram_bot/types/game_high_score.cr
telegram_bot/types/inline/inline_keyboard_button.cr
telegram_bot/types/inline/inline_keyboard_markup.cr
telegram_bot/types/inline/inline_query.cr
telegram_bot/types/inline/inline_query_result.cr
telegram_bot/types/inline/inline_query_result_article.cr
telegram_bot/types/inline/inline_query_result_audio.cr
telegram_bot/types/inline/inline_query_result_cached_audio.cr
telegram_bot/types/inline/inline_query_result_cached_document.cr
telegram_bot/types/inline/inline_query_result_cached_gif.cr
telegram_bot/types/inline/inline_query_result_cached_mpeg4_gif.cr
telegram_bot/types/inline/inline_query_result_cached_photo.cr
telegram_bot/types/inline/inline_query_result_cached_sticker.cr
telegram_bot/types/inline/inline_query_result_cached_video.cr
telegram_bot/types/inline/inline_query_result_cached_voice.cr
telegram_bot/types/inline/inline_query_result_contact.cr
telegram_bot/types/inline/inline_query_result_document.cr
telegram_bot/types/inline/inline_query_result_gif.cr
telegram_bot/types/inline/inline_query_result_location.cr
telegram_bot/types/inline/inline_query_result_mpeg4_gif.cr
telegram_bot/types/inline/inline_query_result_photo.cr
telegram_bot/types/inline/inline_query_result_venue.cr
telegram_bot/types/inline/inline_query_result_video.cr
telegram_bot/types/inline/inline_query_result_voice.cr
telegram_bot/types/input_contact_message_content.cr
telegram_bot/types/input_location_message_content.cr
telegram_bot/types/input_media.cr
telegram_bot/types/input_media_photo.cr
telegram_bot/types/input_media_video.cr
telegram_bot/types/input_message_content.cr
telegram_bot/types/input_text_message_content.cr
telegram_bot/types/input_venue_message_content.cr
telegram_bot/types/invoice.cr
telegram_bot/types/labeled_price.cr
telegram_bot/types/location.cr
telegram_bot/types/mask_position.cr
telegram_bot/types/message.cr
telegram_bot/types/message_entity.cr
telegram_bot/types/order_info.cr
telegram_bot/types/photo_size.cr
telegram_bot/types/pre_checkout_query.cr
telegram_bot/types/reply_keyboard_markup.cr
telegram_bot/types/reply_keyboard_remove.cr
telegram_bot/types/shipping_address.cr
telegram_bot/types/shipping_option.cr
telegram_bot/types/shipping_query.cr
telegram_bot/types/sticker.cr
telegram_bot/types/sticker_set.cr
telegram_bot/types/successful_payment.cr
telegram_bot/types/update.cr
telegram_bot/types/user.cr
telegram_bot/types/user_profile_photos.cr
telegram_bot/types/venue.cr
telegram_bot/types/video.cr
telegram_bot/types/video_note.cr
telegram_bot/types/voice.cr
telegram_bot/version.cr

Constant Summary

VERSION = {{ (`shards version /__w/telegram_bot/telegram_bot/src/telegram_bot`).chomp.stringify }}

Constructors

Constructor Detail

def self.new(id : String, phone_number : String, first_name : String, *, last_name = nil, vcard = nil, reply_markup = nil, input_message_content = nil, thumb_url = nil, thumb_width = nil, thumb_height = nil) #

def self.new(token : String) #