Sha256: 630c2a949ec28d9ed4a9bdade8551f9882528d4769939dcd06d0cc6c4b8eff74

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatShared < Base
        attribute :request_id, Types::Integer
        attribute :chat_id, Types::Integer
        attribute? :title, Types::String
        attribute? :username, Types::String
        attribute? :photo, Types::Array.of(PhotoSize)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/chat_shared.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/chat_shared.rb