Sha256: d30fd622680fd6beb045470e480caf5f9a8096ef9244325335fd0f0b60f12c7f
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
module TD::Types # New call signaling data arrived. # # @attr call_id [Integer] The call identifier. # @attr data [String] The data. class Update::NewCallSignalingData < Update attribute :call_id, TD::Types::Coercible::Integer attribute :data, TD::Types::Coercible::String end end
Version data entries
3 entries across 3 versions & 1 rubygems