send_comment

Send comment to post

client.post.send_comment('POST_ID', 'TEXT')

post_id [str]

ID of any post

text [str]

Π‘omment text

parent_uuid [str] (optional)

UUID of the message to reply to

token [str] (optional)

You can set a specific token for the function, it will be executed from the specified token

Last updated