Sha256: cd873245644d590018948f431216958bd8fb2480d9a1ad0ac112106d4c3eaddd

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

module TD::Types
  # A list of texts.
  #
  # @attr items [Array<TD::Types::RichText>] Texts.
  # @attr is_ordered [Boolean] True, if the items should be marked with numbers.
  class PageBlock::List < PageBlock
    attribute :items, TD::Types::Array.of(TD::Types::RichText)
    attribute :is_ordered, TD::Types::Bool
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/page_block/list.rb