Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created December 3, 2024 14:20
Show Gist options
  • Save MartinZikmund/e5ea481c2d2bee17a19cbb3b00fa5c87 to your computer and use it in GitHub Desktop.
Save MartinZikmund/e5ea481c2d2bee17a19cbb3b00fa5c87 to your computer and use it in GitHub Desktop.
var timeline = await client.GetTimelineAsync();
if (timeline?.AsT0 is { Feed: { } } timelineData)
{
var posts = timelineData.Feed;
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment