is_user_message_author(p_message_id integer, p_user_id integer)


Description

Checks if the specified user is the author of the given chat message.

Parameters

Name Type Mode
p_message_id integer IN
p_user_id integer IN

Definition