Sha256: f6338cabcc45da820185c148d2f1615f7aa9fefd87ef8d4dc7cd9c39f4f558d8
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
module TD::Types # A message with information about an ended call. # # @attr is_video [Boolean] True, if the call was a video 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 :is_video, TD::Types::Bool attribute :discard_reason, TD::Types::CallDiscardReason attribute :duration, 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/message_content/call.rb |