Sha256: a924f07ab94c96f76b3c0f32d4a353f60e87ea75c1c9c0189640c5002d533a92
Contents?: true
Size: 332 Bytes
Versions: 3
Compression:
Stored size: 332 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 client. # # @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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/update/basic_group.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/update/basic_group.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/update/basic_group.rb |