Class: TD::Types::MessagePositions

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

Overview

Contains a list of message positions.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#positionsArray<TD::Types::MessagePosition>

List of message positions.

Returns:



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

def positions
  @positions
end

#total_countInteger

Total number of messages found.

Returns:

  • (Integer)

    the current value of total_count



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

def total_count
  @total_count
end