Sha256: 86408466b99d7d9107284bc0c19f23a11e05ca877565ae7dd824a7812eedce5f
Contents?: true
Size: 220 Bytes
Versions: 6
Compression:
Stored size: 220 Bytes
Contents
module TD::Types # New call was created or information about a call was updated. # # @attr call [TD::Types::Call] New data about a call. class Update::Call < Update attribute :call, TD::Types::Call end end
Version data entries
6 entries across 6 versions & 2 rubygems