zebra.ginzado.ne.jp
Sign In
Sign Up
Manage this list
Sign In
Sign Up
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
Bottest
Thread
Start a new thread
Download
Threads by
month
----- 2025 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2024 -----
December
November
October
September
August
July
June
May
April
March
February
bottest@zebra.ginzado.ne.jp
61 discussions
Slack Digest: 1707029530-1707115930
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-05 06:51:44 UTC* チャンネルテスト。 スレッド ======== --- __@m-asama__ *2024-02-05 06:51:44 UTC* チャンネルテスト。 ... __@m-asama__ *2024-02-05 06:51:50 UTC* スレッドテスト。
1
0
0
0
Slack Digest: 1707027901-1707114301
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send(); ``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 __@m-asama__ *2024-02-05 06:03:13 UTC* 1. あああ 2. いいい __@m-asama__ *2024-02-05 06:03:20 UTC* • あああ • いいい
1
0
0
0
Slack Digest: 1707027752-1707114152
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send(); ``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 __@m-asama__ *2024-02-05 06:03:13 UTC* 1. あああ 2. いいい __@m-asama__ *2024-02-05 06:03:20 UTC* • あああ • いいい
1
0
0
0
Slack Digest: 1707027465-1707113865
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send(); ``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 __@m-asama__ *2024-02-05 06:03:13 UTC* 1. あああ 2. いいい __@m-asama__ *2024-02-05 06:03:20 UTC* • あああ • いいい
1
0
0
0
Slack Digest: 1707024447 1707110852
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send(); ``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。
1
0
0
0
Slack Digest: 1707024447 1707110852
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, } ``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send(); ``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。
1
0
0
0
Slack Digest: 1707024446 1707110851
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。 スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send();``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。
1
0
0
0
Slack Digest: 1707024445 1707110850
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send();``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ __@m-asama__ *2024-02-05 05:09:52 UTC* そういや「以下にも投稿する」をチェックするとどうなるんだろう。。
1
0
0
0
Slack Digest: 1707024445 1707110850
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send();``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ
1
0
0
0
Slack Digest
by bottest@zebra.ginzado.ne.jp
05 Feb '24
05 Feb '24
チャンネル ========== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト __@m-asama__ *2024-02-04 15:53:58 UTC* テストx __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? スレッド ======== --- __@m-asama__ *2024-02-04 15:47:53 UTC* テスト ... __@m-asama__ *2024-02-04 15:48:02 UTC* テスト __@m-asama__ *2024-02-04 15:49:50 UTC* テスト2 --- __@m-asama__ *2024-02-04 15:53:58 UTC* テストx ... __@m-asama__ *2024-02-04 15:54:05 UTC* テストy --- __@m-asama__ *2024-02-05 05:07:40 UTC* slack digest のテスト。 ```#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Msg { user: String, text: String, html: String, ts: String, datetime: String, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct Thread { root: Msg, messages: Vec<Msg>, } #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] struct MailData { channel_messages: Vec<Msg>, threads: Vec<Thread>, }``` こんな感じのコードを書いても大丈夫? ... __@m-asama__ *2024-02-05 05:08:06 UTC* コメントでコードを書いてみる。 ```fn get_users() -> HashMap<String, String> { let client = reqwest::blocking::Client::new(); let res = client .post("<
https://slack.com/api/users.list
>") .header( reqwest::header::AUTHORIZATION, format!("Bearer {}", BOT_USER_OAUTH_TOKEN), ) .json("{}") .send();``` __@m-asama__ *2024-02-05 05:09:17 UTC* あと*太字*とか_イタリック_とか~打ち消し線~とか。 • 箇条書きとか あるいは 1. 列挙とか などなど > あと引用文も > あああ
1
0
0
0
← Newer
1
2
3
4
5
6
7
Older →
Jump to page:
1
2
3
4
5
6
7
Results per page:
10
25
50
100
200