Sha256: c27c7a254d0c970d94053bf73edc770b8776a5a03f52b5e21f717df5c29911f2

Contents?: true

Size: 176 Bytes

Versions: 2

Compression:

Stored size: 176 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class VoiceChatEnded < Base
        attribute :duration, Integer
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/voice_chat_ended.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/voice_chat_ended.rb