Packages

Idiomatic Gleam client for the YouTube Data API V3

Current section

Files

Jump to
gleetube include gleetube@model@comment_thread_CommentThreadReplies.hrl
Raw

include/gleetube@model@comment_thread_CommentThreadReplies.hrl

-record(comment_thread_replies, {
comments :: list(gleetube@model@comment:comment())
}).