Sha256: e5e5f32dbda0775ef84a5d76cf22f891621acf039e89376e7e35e78d15064210

Contents?: true

Size: 336 Bytes

Versions: 8

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatPhoto < Base
        attribute :small_file_id, Types::String
        attribute :small_file_unique_id, Types::String
        attribute :big_file_id, Types::String
        attribute :big_file_unique_id, Types::String
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.4.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-2.3.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/chat_photo.rb