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