Sha256: 4a6030837d3868b42319f994a236a6ec86cae995422374aa92f52b6aa95942d0
Contents?: true
Size: 279 Bytes
Versions: 1
Compression:
Stored size: 279 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::Integer attribute :data, TD::Types::String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/new_call_signaling_data.rb |