Sha256: 1edf9ac3dbea510d58cb8baad46293a9501855aba3cd67ba5e4cf760e01d43e3

Contents?: true

Size: 283 Bytes

Versions: 6

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ForumTopicCreated < Base
        attribute :name, Types::String
        attribute :icon_color, Types::Integer
        attribute? :icon_custom_emoji_id, Types::String
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/forum_topic_created.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/forum_topic_created.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/forum_topic_created.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/forum_topic_created.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/forum_topic_created.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/forum_topic_created.rb