Sha256: 279d9eaa1b64ce3099682dd244a50af805ba18d49b8b0eef030d74250e6f912c
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
module TD::Types # The chat username was changed. # # @attr old_username [String] Previous chat username. # @attr new_username [String] New chat username. class ChatEventAction::UsernameChanged < ChatEventAction attribute :old_username, TD::Types::String attribute :new_username, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems