pub async fn teams_slash_get_discussion_comment_legacy(
configuration: &Configuration,
team_id: i32,
discussion_number: i32,
comment_number: i32,
) -> Result<TeamDiscussionComment, Error<TeamsSlashGetDiscussionCommentLegacyError>>
Expand description
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint. Get a specific comment on a team discussion. OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.