Class: TD::Types::MessageImportInfo

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

Overview

Contains information about a message created with importMessages.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dateInteger

Point in time (Unix timestamp) when the message was originally sent.

Returns:

  • (Integer)

    the current value of date



6
7
8
# File 'lib/tdlib/types/message_import_info.rb', line 6

def date
  @date
end

#sender_nameTD::Types::String

Name of the original sender.

Returns:

  • (TD::Types::String)

    the current value of sender_name



6
7
8
# File 'lib/tdlib/types/message_import_info.rb', line 6

def sender_name
  @sender_name
end