Sha256: a10490d9bd06a41b76848d1a9559619850485d66152e64d684aa99096c114f9e

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 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::Coercible::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/page_block/author_date.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/author_date.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/author_date.rb