Class: TD::Types::PushMessageContent::MessageForwards

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/message_forwards.rb

Overview

A forwarded messages.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#total_countInteger

Number of forwarded messages.

Returns:

  • (Integer)

    the current value of total_count



5
6
7
# File 'lib/tdlib/types/push_message_content/message_forwards.rb', line 5

def total_count
  @total_count
end