Number of Posts #749
Answered
by
neet
tderflinger
asked this question in
Q&A
Number of Posts
#749
-
Hi, I could not find any suitable method in the documentation. Thanks for any hint! |
Beta Was this translation helpful? Give feedback.
Answered by
neet
Dec 8, 2022
Replies: 1 comment 1 reply
-
According to Mastodon official documentation
Masto.js corresponding to this field is as follows const masto = await login({...});
const account = await masto.v1.accounts.fetch("<ACCOUNT ID>");
account.statusesCount; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tderflinger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Mastodon official documentation
Masto.js corresponding to this field is as follows