Call
Implementation of the Discord Call class in Luau
https://discord.com/developers/docs/resources/message#message-call-object
Summary
Properties
Section titled “Properties”participants
Section titled “participants”Array of user IDs that participated in the call
endedTimestamp
Section titled “endedTimestamp” Call.endedTimestamp :: DateTime
When the call ended, stored as a DateTime object
Methods
Section titled “Methods”Call : sync ( callData ) -> ()
Responsible for syncing data to this call object. This is typically called by the API when this object is created or updated.
Parameters
| callData: MessageCallObject |
Functions
Section titled “Functions”Call . new ( callData ) -> Call
Responsible for constructing this class.
Parameters
| callData: MessageCallObject |
Returns
| Call |