Sha256: aa8bc42fd485cca15ebedbfb7dc66a98324a8d66d349dd5f2c94649d11ae75f0
Contents?: true
Size: 235 Bytes
Versions: 4
Compression:
Stored size: 235 Bytes
Contents
module TD::Types # Information about a group call was updated. # # @attr group_call [TD::Types::GroupCall] New data about a group call. class Update::GroupCall < Update attribute :group_call, TD::Types::GroupCall end end
Version data entries
4 entries across 4 versions & 1 rubygems