Sha256: b10b17076946402a552b066df899e1d4025fce346672fb3ecd0d00363edd1226
Contents?: true
Size: 337 Bytes
Versions: 4
Compression:
Stored size: 337 Bytes
Contents
module TD::Types # Some data of a basic group has changed. # This update is guaranteed to come before the basic group identifier is returned to the application. # # @attr basic_group [TD::Types::BasicGroup] New data about the group. class Update::BasicGroup < Update attribute :basic_group, TD::Types::BasicGroup end end
Version data entries
4 entries across 4 versions & 1 rubygems