Sha256: 626a0d25aaa1ca9a55a88fbf523c022562c94bcdc94ac9277c8ff125790e2dbd

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

module TD::Types
  # The text should be parsed in markdown-style.
  #
  # @attr version [Integer] Version of the parser: 0 or 1 - Bot API Markdown parse mode, 2 - Bot API MarkdownV2 parse
  #   mode.
  class TextParseMode::Markdown < TextParseMode
    attribute :version, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/text_parse_mode/markdown.rb