| description | Automatically generated file. DO NOT MODIFY |
|---|
// Code snippets are only available for the latest version. Current version is 6.x
GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
var result = graphClient.teams().byTeamId("{team-id}").channels().getAllMessages().get(requestConfiguration -> {
requestConfiguration.queryParameters.filter = "lastModifiedDateTime gt 2019-11-01T00:00:00Z and lastModifiedDateTime lt 2021-11-01T00:00:00Z";
});