add method

add(self, name, user_id, provider_id)

Adds one thread comment person.

Returns


def add(self, name, user_id, provider_id):
    ...
ParameterTypeDescription
namestrThe name of the person.
user_idstr
provider_idstrThe id of the provider

See Also