You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Instead of GetVideoCommentsAsync(string continuation) we can have GetVideoCommentsAsync(string videoId, CommentSortingType /* enum, TopComments or NewestFirst */ sortingType, object /* needs more research */ after)
& probably more!
The text was updated successfully, but these errors were encountered:
Almost implemented channel continuations, but after implementing it for the videos tab i realized that every other tab's pagination is fucking stupidly complicated. leaving this protobuf for channel continuations here, for future me
Most params strings are just base64 encoded protobufs, and we can definitely use them in places such as:
GetVideoCommentsAsync(string continuation)
we can haveGetVideoCommentsAsync(string videoId, CommentSortingType /* enum, TopComments or NewestFirst */ sortingType, object /* needs more research */ after)
& probably more!
The text was updated successfully, but these errors were encountered: