Sha256: a1198372f7ac4b20a49f4a379321777a8491ece8b61febe6c6e07ba5534a294d

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BusinessConnection < Base
        attribute :id, Types::String
        attribute :user, User
        attribute :user_chat_id, Types::Integer
        attribute :date, Types::Integer
        attribute :can_reply, Types::Bool
        attribute :is_enabled, Types::Bool
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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