Class: TD::Types::ChatEventAction::VoiceChatDiscarded

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/voice_chat_discarded.rb

Overview

A voice chat was discarded.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#group_call_idInteger

Identifier of the voice chat. The voice chat can be received through the method getGroupCall.

Returns:

  • (Integer)

    the current value of group_call_id



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

def group_call_id
  @group_call_id
end