Class: TD::Types::MessageSendingState::Pending

Inherits:
TD::Types::MessageSendingState show all
Defined in:
lib/tdlib/types/message_sending_state/pending.rb

Overview

The message is being sent now, but has not yet been delivered to the server.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sending_idInteger

Non-persistent message sending identifier, specified by the application.

Returns:

  • (Integer)

    the current value of sending_id



5
6
7
# File 'lib/tdlib/types/message_sending_state/pending.rb', line 5

def sending_id
  @sending_id
end