Get a message from a Microsoft Teams channel
teams channel message get -i| --groupId <groupId> -c|--channelId <channelId> -m|--messageId@waldekmastykarz You can assign this one to me
Excellent!
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?
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.