2020/05/18 - Amazon Chime - 2 new api methods
Changes Update chime client to latest version
Redacts the specified message from the specified Amazon Chime conversation.
See also: AWS API Documentation
Request Syntax
client.redact_conversation_message(
AccountId='string',
ConversationId='string',
MessageId='string'
)
string
[REQUIRED]
The Amazon Chime account ID.
string
[REQUIRED]
The conversation ID.
string
[REQUIRED]
The message ID.
dict
Response Syntax
{}
Response Structure
(dict) --
Redacts the specified message from the specified Amazon Chime chat room.
See also: AWS API Documentation
Request Syntax
client.redact_room_message(
AccountId='string',
RoomId='string',
MessageId='string'
)
string
[REQUIRED]
The Amazon Chime account ID.
string
[REQUIRED]
The room ID.
string
[REQUIRED]
The message ID.
dict
Response Syntax
{}
Response Structure
(dict) --