feat: Support Delete Message API (#799)
* feat: Add DeleteMessage function to API client * fix: linter nolint : Deprecated method split function: cognitive complexity 21 * rename func name for unit-test
This commit is contained in:
committed by
GitHub
parent
d86425a5cf
commit
6d021190f0
@@ -348,6 +348,9 @@ func TestClientReturnsRequestBuilderErrors(t *testing.T) {
|
||||
{"ModifyMessage", func() (any, error) {
|
||||
return client.ModifyMessage(ctx, "", "", nil)
|
||||
}},
|
||||
{"DeleteMessage", func() (any, error) {
|
||||
return client.DeleteMessage(ctx, "", "")
|
||||
}},
|
||||
{"RetrieveMessageFile", func() (any, error) {
|
||||
return client.RetrieveMessageFile(ctx, "", "", "")
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user