Skip to content

Commit

Permalink
Merge pull request #10 from gradientlabs-ai/06-07-fix_comment
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
nlathia authored Jun 12, 2024
2 parents 46365b9 + 9242e60 commit a3472b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversation_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
)

type EventParams struct {
// Type identifies the type of event (start-typing, stop-typing, join, leave).
// Type identifies the type of event (see: ConversationEventType).
Type ConversationEventType `json:"type"`

// ParticipantID identifies the message sender.
Expand Down

0 comments on commit a3472b1

Please sign in to comment.