Sha256: e184009a7e30a4779ca9ff068d79fb1092ff848e91641ab4bf39f3469cdddc7e

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class TextQuote < Base
        attribute :text, Types::String
        attribute? :entities, Types::Array.of(MessageEntity)
        attribute :position, Types::Integer
        attribute? :is_manual, Types::True
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/text_quote.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/text_quote.rb