class

OpenAI::CreateGroupUserBody

Inherits JSON::Serializable < Reference < Object

Request payload for adding a user to a group.

Constructors

new(user_id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

user_id

Identifier of the user to add to the group.

Source
user_id=(user_id : String)

Identifier of the user to add to the group.

Source