Chime / Client / update_channel_read_marker
update_channel_read_marker#
- Chime.Client.update_channel_read_marker(**kwargs)#
The details of the time when a user last read messages in a channel.
Note
The
x-amz-chime-bearerrequest header is mandatory. Use theAppInstanceUserArnof the user that makes the API call as the value in the header.See also: AWS API Documentation
Request Syntax
response = client.update_channel_read_marker( ChannelArn='string', ChimeBearer='string' )
- Parameters:
ChannelArn (string) –
[REQUIRED]
The ARN of the channel.
ChimeBearer (string) – The
AppInstanceUserArnof the user that makes the API call.
- Return type:
dict
- Returns:
Response Syntax
{ 'ChannelArn': 'string' }
Response Structure
(dict) –
ChannelArn (string) –
The ARN of the channel.
Exceptions
Chime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.ConflictExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException