Sha256: b582d765d929f178f20a7d5ee7d8e6cb59fe652ea2936310256d3484cb6969d1
Contents?: true
Size: 224 Bytes
Versions: 2
Compression:
Stored size: 224 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 end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/chat_shared.rb |
telegram-bot-ruby-1.0.0 | lib/telegram/bot/types/chat_shared.rb |