Sha256: 575dee59f1a375171995cf172ee26dafbdab3eae0441a78d6a840c3151316c85

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

module TD::Types
  # A voice chat was discarded.
  #
  # @attr group_call_id [Integer] Identifier of the voice chat.
  #   The voice chat can be received through the method getGroupCall.
  class ChatEventAction::VoiceChatDiscarded < ChatEventAction
    attribute :group_call_id, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_event_action/voice_chat_discarded.rb