slack_transfer.functions.common.get_replies#

slack_transfer.functions.common.get_replies(client: WebClient, channel_id: str, ts: str) List[Dict][source]#

get replies to the specific message.

Parameters
  • client (WebClient) – client. If use this via any Client Class, self is automatically set. Thus, ignore this.

  • channel_id (str) – channel id (usually 9-digits string)

  • ts (str) – ts of the specific message. ts is a unix timestamp in the format of float. But, here, string for it is accepted.

Yields

List[Dict] – List of the reply messages. The details of message is listed: https://api.slack.com/reference/messaging/payload