Method: TD::Types::NetworkStatisticsEntry::Call#sent_bytes
- Defined in:
- lib/tdlib/types/network_statistics_entry/call.rb
#sent_bytes ⇒ Integer
Total number of bytes sent.
9 10 11 |
# File 'lib/tdlib/types/network_statistics_entry/call.rb', line 9 def sent_bytes @sent_bytes end |