atipugin/telegram-bot-ruby

View on GitHub
lib/telegram/bot/types/forum_topic_reopened.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ForumTopicReopened < Base
      end
    end
  end
end