ChimeSDKMessaging / Client / update_channel_read_marker
update_channel_read_marker#
- ChimeSDKMessaging.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-bearer
request header is mandatory. Use the ARN of theAppInstanceUser
orAppInstanceBot
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) –
[REQUIRED]
The ARN of the
AppInstanceUser
orAppInstanceBot
that makes the API call.
- Return type:
dict
- Returns:
Response Syntax
{ 'ChannelArn': 'string' }
Response Structure
(dict) –
ChannelArn (string) –
The ARN of the channel.
Exceptions