Sha256: 2e45f23f85cb69d33cdbd846d8d9ba83273f469bd1148a9c9cc566717a40633e

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ForumTopicEdited < Base
        attribute? :name, Types::String
        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.2.0 lib/telegram/bot/types/forum_topic_edited.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/forum_topic_edited.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/forum_topic_edited.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/forum_topic_edited.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/forum_topic_edited.rb