Sha256: 68e4bcc415e28e730a353bf0e06cbbd498ea363caebf334747bed81964e109f7

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BusinessMessagesDeleted < Base
        attribute :business_connection_id, Types::String
        attribute :chat, Chat
        attribute :message_ids, Types::Array.of(Types::Integer)
      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_messages_deleted.rb