Sha256: 9d6c44597391f2a017dfd36cfbe0509c97cf21bb975c2e60e0350fe8ec093dc8

Contents?: true

Size: 427 Bytes

Versions: 26

Compression:

Stored size: 427 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedVoice < Base
        attribute :type, String, default: 'voice'
        attribute :id, String
        attribute :voice_file_id, String
        attribute :title, String
        attribute :caption, String
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/inline_query_result_cached_voice.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_query_result_cached_voice.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_query_result_cached_voice.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_query_result_cached_voice.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_query_result_cached_voice.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_query_result_cached_voice.rb