Sha256: 34d3c6824f35889d3dc291eaf2e6caf287e8f56ddce75c4c63ecb2f1336b77f6
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
module TD::Types # The connection state has changed. # This update must be used only to show a human-readable description of the connection state. # # @attr state [TD::Types::ConnectionState] The new connection state. class Update::ConnectionState < Update attribute :state, TD::Types::ConnectionState end end
Version data entries
4 entries across 4 versions & 1 rubygems