Sha256: bddaf8560eac6c04c1c873328e007b3675d0d0ebe2126b4659540b8ab52ad254

Contents?: true

Size: 329 Bytes

Versions: 5

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

5 entries across 5 versions & 1 rubygems

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