diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-01-14 13:25:49 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-18 11:32:53 +0100 |
commit | 7d4673e21d227819d2b86dab37b5201cf31067e5 (patch) | |
tree | cc8cf3729ffb33e54786c9ed3ec43783ae2e9a67 /mock_data/slack_users_info_bot.json | |
parent | ec751c8ae53dbadf74ad1d34ee79df3ffd841bea (diff) | |
download | wee-slack-7d4673e21d227819d2b86dab37b5201cf31067e5.tar.gz |
Add type for users.info
Diffstat (limited to 'mock_data/slack_users_info_bot.json')
-rw-r--r-- | mock_data/slack_users_info_bot.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/mock_data/slack_users_info_bot.json b/mock_data/slack_users_info_bot.json new file mode 100644 index 0000000..2439dc9 --- /dev/null +++ b/mock_data/slack_users_info_bot.json @@ -0,0 +1,53 @@ +{ + "ok": true, + "user": { + "id": "UU6635U31", + "team_id": "T0FC8BFQR", + "name": "polly", + "deleted": false, + "color": "e0a729", + "real_name": "Polly", + "tz": "America/Los_Angeles", + "tz_label": "Pacific Standard Time", + "tz_offset": -28800, + "profile": { + "title": "", + "phone": "", + "skype": "", + "real_name": "Polly", + "real_name_normalized": "Polly", + "display_name": "", + "display_name_normalized": "", + "fields": {}, + "status_text": "", + "status_emoji": "", + "status_emoji_display_info": [], + "status_expiration": 0, + "avatar_hash": "ec326dfe553b", + "api_app_id": "A04E6JX41", + "always_active": true, + "image_original": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_original.png", + "is_custom_image": true, + "bot_id": "BTU6APY9F", + "image_24": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_24.png", + "image_32": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_32.png", + "image_48": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_48.png", + "image_72": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_72.png", + "image_192": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_192.png", + "image_512": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_512.png", + "image_1024": "https://avatars.slack-edge.com/2020-11-19/1515013890914_ec326dfe553bb6b94d09_1024.png", + "status_text_canonical": "", + "team": "T0FC8BFQR" + }, + "is_admin": false, + "is_owner": false, + "is_primary_owner": false, + "is_restricted": false, + "is_ultra_restricted": false, + "is_bot": true, + "is_app_user": false, + "updated": 1664912039, + "is_email_confirmed": false, + "who_can_share_contact_card": "EVERYONE" + } +} |