Sha256: d30fd622680fd6beb045470e480caf5f9a8096ef9244325335fd0f0b60f12c7f
Contents?: true
Size: 301 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/new_call_signaling_data.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/new_call_signaling_data.rb |