Class: TD::Types::UserSupportInfo
- Defined in:
- lib/tdlib/types/user_support_info.rb
Overview
Contains custom information about the user.
Instance Attribute Summary collapse
-
#author ⇒ TD::Types::String
Information author.
-
#date ⇒ Integer
Information change date.
-
#message ⇒ TD::Types::FormattedText
Information message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#author ⇒ TD::Types::String
Information author.
7 8 9 |
# File 'lib/tdlib/types/user_support_info.rb', line 7 def @author end |
#date ⇒ Integer
Information change date.
7 8 9 |
# File 'lib/tdlib/types/user_support_info.rb', line 7 def date @date end |
#message ⇒ TD::Types::FormattedText
Information message.
7 8 9 |
# File 'lib/tdlib/types/user_support_info.rb', line 7 def @message end |