Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

[Scripting API] Get all channels/text/servers/members #254

Open
avahe-kellenberger opened this issue Feb 28, 2020 · 0 comments
Open

[Scripting API] Get all channels/text/servers/members #254

avahe-kellenberger opened this issue Feb 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@avahe-kellenberger
Copy link
Collaborator

What do you want

I would like to be able to get:

  • All servers I am in (including status e.g. read/unread)
  • All channels in a given server (including status e.g. read/unread)
  • All members in a server (including status)
  • All text in a channel (that is already displayed in cordless, not querying for message history)

It would be nice if we could preserve the information of sent messages. A possible structure:

{
  message: 'Hello world',
  sender: 'Avahe#1234',
  timeUTC: '01:14:05'
  date: '2020-02-27'
}

Why

It would allow for scripts to have a lot more information to use.

@Bios-Marcel Bios-Marcel added the enhancement New feature or request label Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants