Sha256: d06f7e4f3e94c6cdfb76d40995599d7734d7847302951a7f1778ec22ecae6420
Contents?: true
Size: 351 Bytes
Versions: 4
Compression:
Stored size: 351 Bytes
Contents
module TD::Types # A new chat has been loaded/created. # This update is guaranteed to come before the chat identifier is returned to the application. # The chat field changes will be reported through separate updates. # # @attr chat [TD::Types::Chat] The chat. class Update::NewChat < Update attribute :chat, TD::Types::Chat end end
Version data entries
4 entries across 4 versions & 1 rubygems