Method: Discordrb::AuditLogs#users

Defined in:
lib/discordrb/data.rb

#usersHash<String => User> (readonly)

Returns the users included in the audit logs.

Returns:

  • (Hash<String => User>)

    the users included in the audit logs.



3915
3916
3917
# File 'lib/discordrb/data.rb', line 3915

def users
  @users
end