Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command: get a message in a Microsoft Teams channel #589

Closed
wictorwilen opened this issue Sep 12, 2018 · 4 comments
Closed

New command: get a message in a Microsoft Teams channel #589

wictorwilen opened this issue Sep 12, 2018 · 4 comments

Comments

@wictorwilen
Copy link
Member

Get a message from a Microsoft Teams channel

  • command; teams channel message get -i| --groupId <groupId> -c|--channelId <channelId> -m|--messageId
  • groupId: id of the group
  • channelId: id of the channel
  • messageId: id of the message
@waldekmastykarz waldekmastykarz changed the title New command: get a message in a MIcrosoft Teams channel New command: get a message in a Microsoft Teams channel Sep 12, 2018
@arjenbloemsma
Copy link
Contributor

@waldekmastykarz You can assign this one to me

@waldekmastykarz
Copy link
Member

Excellent!

@arjenbloemsma
Copy link
Contributor

Hi @wictorwilen,

Should the option 'messageId' be optional or required? If we make it optional this would mean that if the user does not provide this we will retrieve all messages from the given channel. Is this how you had that in mind Wictor?

@waldekmastykarz
Copy link
Member

In the CLI get commands always retrieve a single item, so messageId is required. If we want to retrieve multiple messages, then that would go to a list command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants