Class: TD::Types::UserSupportInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/user_support_info.rb

Overview

Contains custom information about the user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#authorTD::Types::String

Information author.

Returns:

  • (TD::Types::String)

    the current value of author



7
8
9
# File 'lib/tdlib/types/user_support_info.rb', line 7

def author
  @author
end

#dateInteger

Information change date.

Returns:

  • (Integer)

    the current value of date



7
8
9
# File 'lib/tdlib/types/user_support_info.rb', line 7

def date
  @date
end

#messageTD::Types::FormattedText

Information message.

Returns:



7
8
9
# File 'lib/tdlib/types/user_support_info.rb', line 7

def message
  @message
end