Got error by GetWebUrl method of models.ChatMessageable in msgraph-sdk-go/teams #779
Labels
Status no recent activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
type:bug
A broken experience
Describe the bug
I am trying to get the value in
webUrl
field by using the receiver methodGetWebUrl
.It seems that panic occurred when
m.GetBackingStore().Get("webUrl")
does insideGetWebUrl
.Even though I checked the response from graph api http endpoint by Postman and it certainly has the value in
webUrl
field.Expected behavior
This is the expectation that we can get the value of
webUrl
field when we useGetWebUrl
method.How to reproduce
Here is the step
models.ChatMessageable
using thisChats().ByChatId(sample-channel-id).Messages().ByChatMessageId(sample-message-id).Get(ctx, nil)
method.models.ChatMessageable.GetWebUrl()
methodSDK Version
v1.47.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: