Method: TD::Types::NetworkStatisticsEntry::Call#sent_bytes

Defined in:
lib/tdlib/types/network_statistics_entry/call.rb

#sent_bytesInteger

Total number of bytes sent.

Returns:

  • (Integer)

    the current value of sent_bytes



9
10
11
# File 'lib/tdlib/types/network_statistics_entry/call.rb', line 9

def sent_bytes
  @sent_bytes
end