Sha256: cfee0f4d6d4ae2532bfd7115402e9a0558a180f2e5465f99cdcb9085058a5a8f

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

module TD::Types
  # A kicker.
  #
  # @attr kicker [TD::Types::RichText] Kicker.
  class PageBlock::Kicker < PageBlock
    attribute :kicker, TD::Types::RichText
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/kicker.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/kicker.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/kicker.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/kicker.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/kicker.rb