Class: OnyxCord::Events::ThreadMembersUpdateEvent
- Defined in:
- lib/onyxcord/events/thread/members.rb
Overview
Raised when members are added or removed from a thread.
Instance Attribute Summary collapse
- #member_count ⇒ Integer readonly
- #removed_member_ids ⇒ Array<Integer> readonly
- #thread ⇒ Channel readonly
Attributes inherited from Event
Instance Attribute Details
#member_count ⇒ Integer (readonly)
15 16 17 |
# File 'lib/onyxcord/events/thread/members.rb', line 15 def member_count @member_count end |
#removed_member_ids ⇒ Array<Integer> (readonly)
12 13 14 |
# File 'lib/onyxcord/events/thread/members.rb', line 12 def removed_member_ids @removed_member_ids end |
#thread ⇒ Channel (readonly)
9 10 11 |
# File 'lib/onyxcord/events/thread/members.rb', line 9 def thread @thread end |