enum GetUserPostsFilter

Types of posts to be included in the response to Bot#getUserPosts.

Properties

PostsWithReplies: "posts_with_replies"

All posts.

PostsNoReplies: "posts_no_replies"

Top-level posts only.

PostsWithMedia: "posts_with_media"

Posts with media.

PostsAndAuthorThreads: "posts_and_author_threads"

Top-level posts and threads where the only author is the user.