How do you turn a "Media" value into a media_id? #1053
Answered
by
adw0rd
tajbowness
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tajbowness
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to gather a number of posts via the "user_medias" function which returns a List[Media] and to then like each post through a for loop and a "media_like" function, but the function only takes media_id. How do I convert a "Media" value to a media ID without needing to slice the string? Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions