Class: TD::Types::RtmpUrl

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/rtmp_url.rb

Overview

Represents an RTMP URL.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#stream_keyTD::Types::String

Stream key.

Returns:

  • (TD::Types::String)

    the current value of stream_key



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

def stream_key
  @stream_key
end

#urlTD::Types::String

The URL.

Returns:

  • (TD::Types::String)

    the current value of url



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

def url
  @url
end