Class: TD::Types::FactCheck
- Defined in:
- lib/tdlib/types/fact_check.rb
Overview
Describes a fact-check added to the message by an independent checker.
Instance Attribute Summary collapse
-
#country_code ⇒ TD::Types::String
A two-letter ISO 3166-1 alpha-2 country code of the country for which the fact-check is shown.
-
#text ⇒ TD::Types::FormattedText
Text of the fact-check.
Method Summary
Methods inherited from Base
Instance Attribute Details
#country_code ⇒ TD::Types::String
A two-letter ISO 3166-1 alpha-2 country code of the country for which the fact-check is shown.
7 8 9 |
# File 'lib/tdlib/types/fact_check.rb', line 7 def country_code @country_code end |
#text ⇒ TD::Types::FormattedText
Text of the fact-check.
7 8 9 |
# File 'lib/tdlib/types/fact_check.rb', line 7 def text @text end |