remove_chat_verification¶
-
template<class Agent>
api_result<boolean_t, Agent&&> remove_chat_verification(Agent &&agent, remove_chat_verification_args_t args)¶
-
template<class Agent, class F>
void remove_chat_verification(Agent &&agent, remove_chat_verification_args_t args, F &&callback)¶ agentis any object satisfying agent concept.callbackis any callable object acceptingexpected<boolean_t>.Removes verification from a chat that is currently verified on behalf of the organization represented by the bot. Returns True on success.