Sha256: 3ed473c79d8adb46d6d0e119217fe9dff8774fc254c33488776252783ca0fd79

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

module TD::Types
  # A message with information about an ended call.
  #
  # @attr discard_reason [TD::Types::CallDiscardReason] Reason why the call was discarded.
  # @attr duration [Integer] Call duration, in seconds.
  class MessageContent::Call < MessageContent
    attribute :discard_reason, TD::Types::CallDiscardReason
    attribute :duration, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/message_content/call.rb
tdlib-ruby-2.1.0 lib/tdlib/types/message_content/call.rb
tdlib-ruby-2.0.0 lib/tdlib/types/message_content/call.rb