assistant-client icon indicating copy to clipboard operation
assistant-client copied to clipboard

Расширить api новыми методами

Open sasha-tlt opened this issue 3 years ago • 0 comments

  • findInInitialData<T>({ type, command }: { type?: string; command?: string }): T | undefined - возвращает команду из appInitialData, не должен влиять на emit комманд из appInitialData
  • subscribeToCommand(dataType: AssistantDataType | string, cb: (payload: AssistantClientCommand) => void): () => void - позволяет подписаться на конкретный тип команды и вызовает cb когда команда получена

sasha-tlt avatar Dec 21 '21 07:12 sasha-tlt