Class: TD::Types::ChatEventAction::ActiveUsernamesChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::ActiveUsernamesChanged
- Defined in:
- lib/tdlib/types/chat_event_action/active_usernames_changed.rb
Overview
The chat active usernames were changed.
Instance Attribute Summary collapse
-
#new_usernames ⇒ Array<TD::Types::String>
New list of active usernames.
-
#old_usernames ⇒ Array<TD::Types::String>
Previous list of active usernames.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_usernames ⇒ Array<TD::Types::String>
New list of active usernames.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/active_usernames_changed.rb', line 6 def new_usernames @new_usernames end |
#old_usernames ⇒ Array<TD::Types::String>
Previous list of active usernames.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/active_usernames_changed.rb', line 6 def old_usernames @old_usernames end |