Class: TD::Types::MessageSenders

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

Overview

Represents a list of message senders.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sendersArray<TD::Types::MessageSender>

List of message senders.

Returns:



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

def senders
  @senders
end

#total_countInteger

Approximate total count of messages senders found.

Returns:

  • (Integer)

    the current value of total_count



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

def total_count
  @total_count
end