Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.53 KB

ConversationsV1ServiceConversationParticipant.md

File metadata and controls

23 lines (18 loc) · 2.53 KB

ConversationsV1ServiceConversationParticipant

Properties

Name Type Description Notes
AccountSid Pointer to string The unique ID of the Account responsible for this participant.
ChatServiceSid Pointer to string The SID of the Conversation Service the Participant resource is associated with.
ConversationSid Pointer to string The unique ID of the Conversation for this participant.
Sid Pointer to string A 34 character string that uniquely identifies this resource.
Identity Pointer to string A unique string identifier for the conversation participant as Conversation User. This parameter is non-null if (and only if) the participant is using the Conversation SDK to communicate. Limited to 256 characters.
Attributes Pointer to string An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. Note that if the attributes are not set "{}" will be returned.
MessagingBinding Pointer to interface{} Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant.
RoleSid Pointer to string The SID of a conversation-level Role to assign to the participant.
DateCreated Pointer to time.Time The date that this resource was created.
DateUpdated Pointer to time.Time The date that this resource was last updated.
Url Pointer to string An absolute API resource URL for this participant.
LastReadMessageIndex Pointer to int Index of last “read” message in the Conversation for the Participant.
LastReadTimestamp Pointer to string Timestamp of last “read” message in the Conversation for the Participant.

[Back to Model list] [Back to API list] [Back to README]