Sha256: c78551fe5489761f84ef942b7221704a5d05cbf758a1d9ee16b2cfef84b74e05

Contents?: true

Size: 185 Bytes

Versions: 7

Compression:

Stored size: 185 Bytes

Contents

module TD::Types
  # The footer of a page.
  #
  # @attr footer [TD::Types::RichText] Footer.
  class PageBlock::Footer < PageBlock
    attribute :footer, TD::Types::RichText
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

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