Create Group DM

ORCAcode discord_create_group_dm(struct discord *client, struct discord_create_group_dm_params *params, struct discord_channel *ret)

Create a new group DM channel with multiple users.

Note

DMs created with this function will not be shown in the Discord client

Note

Limited to 10 active group DMs

Parameters
  • client – the client created with discord_init()

  • params – the request parameters

  • ret – if successful, a discord_channel that should be free’d with discord_channel_cleanup()

Returns

ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary

Warning

doxygenstruct: Cannot find class “discord_create_group_dm_params” in doxygen xml output for project “Orca” from directory: ../xml