Sha256: 0de2d6e602b532b2ebb945f7db5a70ad3ba7bfb17cde0d22c0e10400fda73fac

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/chat_photo.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/chat_photo.rb