Sha256: 3aceb9b23ce3f79d8456f0f80ed4cf2c4bfcdeef0aa6019aa2528d0ab85dcbd3

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

module TD::Types
  # The author and publishing date of a page.
  #
  # @attr author [TD::Types::RichText] Author.
  # @attr publish_date [Integer] Point in time (Unix timestamp) when the article was published; 0 if unknown.
  class PageBlock::AuthorDate < PageBlock
    attribute :author, TD::Types::RichText
    attribute :publish_date, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/author_date.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/author_date.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/author_date.rb
tdlib-ruby-2.0.0 lib/tdlib/types/page_block/author_date.rb