File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ Lesen Sie die neuesten Nachrichten aus Slack-Kanälen. Rufen Sie den Konversatio
109109| Parameter | Typ | Erforderlich | Beschreibung |
110110| --------- | ---- | -------- | ----------- |
111111| ` authMethod ` | string | Nein | Authentifizierungsmethode: oauth oder bot_token |
112- | ` botToken ` | string | Nein | Bot-Token für benutzerdefinierten Bot |
112+ | ` botToken ` | string | Nein | Bot-Token für Custom Bot |
113113| ` channel ` | string | Nein | Slack-Kanal, aus dem Nachrichten gelesen werden sollen \( z.B. #general\) |
114114| ` userId ` | string | Nein | Benutzer-ID für DM-Konversation \( z.B. U1234567890\) |
115- | ` limit ` | number | Nein | Anzahl der abzurufenden Nachrichten \( Standard: 10, max: 100 \) |
116- | ` oldest ` | string | Nein | Beginn des Zeitraums \( Zeitstempel\) |
117- | ` latest ` | string | Nein | Ende des Zeitraums \( Zeitstempel\) |
115+ | ` limit ` | number | Nein | Anzahl der abzurufenden Nachrichten \( Standard: 10, max: 15 \) |
116+ | ` oldest ` | string | Nein | Beginn des Zeitbereichs \( Zeitstempel\) |
117+ | ` latest ` | string | Nein | Ende des Zeitbereichs \( Zeitstempel\) |
118118
119119#### Ausgabe
120120
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ Lee los últimos mensajes de los canales de Slack. Recupera el historial de conv
111111| ` authMethod ` | string | No | Método de autenticación: oauth o bot_token |
112112| ` botToken ` | string | No | Token del bot para Bot personalizado |
113113| ` channel ` | string | No | Canal de Slack del que leer mensajes (p. ej., #general) |
114- | ` userId ` | string | No | ID de usuario para conversación por MD (p. ej., U1234567890) |
115- | ` limit ` | number | No | Número de mensajes a recuperar (predeterminado: 10, máx: 100 ) |
114+ | ` userId ` | string | No | ID de usuario para conversación de mensaje directo (p. ej., U1234567890) |
115+ | ` limit ` | number | No | Número de mensajes a recuperar (predeterminado: 10, máx: 15 ) |
116116| ` oldest ` | string | No | Inicio del rango de tiempo (marca de tiempo) |
117117| ` latest ` | string | No | Fin del rango de tiempo (marca de tiempo) |
118118
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ Lisez les derniers messages des canaux Slack. Récupérez l'historique des conve
107107#### Entrée
108108
109109| Paramètre | Type | Obligatoire | Description |
110- | --------- | ---- | ---------- | ----------- |
110+ | --------- | ---- | ----------- | ----------- |
111111| ` authMethod ` | chaîne | Non | Méthode d'authentification : oauth ou bot_token |
112112| ` botToken ` | chaîne | Non | Jeton du bot pour Bot personnalisé |
113- | ` channel ` | chaîne | Non | Canal Slack pour lire les messages \( ex. : #general\) |
114- | ` userId ` | chaîne | Non | ID utilisateur pour la conversation en MP \( ex. : U1234567890\) |
115- | ` limit ` | nombre | Non | Nombre de messages à récupérer \( par défaut : 10, max : 100 \) |
116- | ` oldest ` | chaîne | Non | Début de la plage temporelle \( horodatage\) |
117- | ` latest ` | chaîne | Non | Fin de la plage temporelle \( horodatage\) |
113+ | ` channel ` | chaîne | Non | Canal Slack depuis lequel lire les messages \( ex. : #general\) |
114+ | ` userId ` | chaîne | Non | ID utilisateur pour la conversation en message direct \( ex. : U1234567890\) |
115+ | ` limit ` | nombre | Non | Nombre de messages à récupérer \( par défaut : 10, max : 15 \) |
116+ | ` oldest ` | chaîne | Non | Début de la plage horaire \( horodatage\) |
117+ | ` latest ` | chaîne | Non | Fin de la plage horaire \( horodatage\) |
118118
119119#### Sortie
120120
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ Slackチャンネルから最新のメッセージを読み取ります。フィ
110110| ` authMethod ` | string | いいえ | 認証方法:oauthまたはbot_token |
111111| ` botToken ` | string | いいえ | カスタムボット用のボットトークン |
112112| ` channel ` | string | いいえ | メッセージを読み取るSlackチャンネル(例:#general) |
113- | ` userId ` | string | いいえ | DMの会話用のユーザーID (例:U1234567890) |
114- | ` limit ` | number | いいえ | 取得するメッセージ数(デフォルト:10、最大:100 ) |
113+ | ` userId ` | string | いいえ | DM会話用のユーザーID (例:U1234567890) |
114+ | ` limit ` | number | いいえ | 取得するメッセージ数(デフォルト:10、最大:15 ) |
115115| ` oldest ` | string | いいえ | 時間範囲の開始(タイムスタンプ) |
116116| ` latest ` | string | いいえ | 時間範囲の終了(タイムスタンプ) |
117117
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
109109| ` authMethod ` | string | 否 | 认证方法:oauth 或 bot_token |
110110| ` botToken ` | string | 否 | 自定义 Bot 的令牌 |
111111| ` channel ` | string | 否 | 要读取消息的 Slack 频道(例如,#general) |
112- | ` userId ` | string | 否 | DM 对话的用户 ID(例如,U1234567890) |
113- | ` limit ` | number | 否 | 要检索的消息数量(默认:10,最大:100 ) |
114- | ` oldest ` | string | 否 | 时间范围的开始 (时间戳) |
115- | ` latest ` | string | 否 | 时间范围的结束 (时间戳) |
112+ | ` userId ` | string | 否 | DM 会话的用户 ID(例如,U1234567890) |
113+ | ` limit ` | number | 否 | 要检索的消息数量(默认:10,最大:15 ) |
114+ | ` oldest ` | string | 否 | 时间范围起始 (时间戳) |
115+ | ` latest ` | string | 否 | 时间范围结束 (时间戳) |
116116
117117#### 输出
118118
Original file line number Diff line number Diff line change @@ -903,7 +903,7 @@ checksums:
903903 content/24: 228a8ece96627883153b826a1cbaa06c
904904 content/25: 53abe061a259c296c82676b4770ddd1b
905905 content/26: 371d0e46b4bd2c23f559b8bc112f6955
906- content/27: 03e8b10ec08b354de98e360b66b779e3
906+ content/27: 5b9546f77fbafc0741f3fc2548f81c7e
907907 content/28: bcadfc362b69078beee0088e5936c98b
908908 content/29: b82def7d82657f941fbe60df3924eeeb
909909 content/30: 1ca7ee3856805fa1718031c5f75b6ffb
You can’t perform that action at this time.
0 commit comments