Class: TD::Types::ChatEventAction::ActiveUsernamesChanged

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/active_usernames_changed.rb

Overview

The chat active usernames were changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_usernamesArray<TD::Types::String>

New list of active usernames.

Returns:

  • (Array<TD::Types::String>)

    the current value of new_usernames



6
7
8
# File 'lib/tdlib/types/chat_event_action/active_usernames_changed.rb', line 6

def new_usernames
  @new_usernames
end

#old_usernamesArray<TD::Types::String>

Previous list of active usernames.

Returns:

  • (Array<TD::Types::String>)

    the current value of old_usernames



6
7
8
# File 'lib/tdlib/types/chat_event_action/active_usernames_changed.rb', line 6

def old_usernames
  @old_usernames
end