Sha256: d94757bba430e7e9fa4b221ab7ee40018bec798edbfa9d782da26555bfff95e0

Contents?: true

Size: 294 Bytes

Versions: 11

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputTextMessageContent < InputMessageContent
        attribute :message_text, String
        attribute :parse_mode, String
        attribute :disable_web_page_preview, Boolean
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/input_text_message_content.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/input_text_message_content.rb