Skip to main content
Latest
method GroupChatOperationsApi.prototype.phoneIdGroupAddPost
import { GroupChatOperationsApi } from "https://deno.land/x/periskope_maytapi_deno@v1.4.0/index.ts";

Add a participant to a group conversation. To learn conversation_id you can use /getGroups endpoint.

Parameters

phoneId: string

ID of the phone registered to the product, assigned by the database automatically. Can be obtained by calling GET listPhones.

phoneIdGroupAddPostRequest: PhoneIdGroupAddPostRequest

Group conversation id and number is required for the actions.

optional
_options: Configuration