You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
findInInitialData<T>({ type, command }: { type?: string; command?: string }): T | undefined - возвращает команду из appInitialData, не должен влиять на emit комманд из appInitialData
subscribeToCommand(dataType: AssistantDataType | string, cb: (payload: AssistantClientCommand) => void): () => void - позволяет подписаться на конкретный тип команды и вызовает cb когда команда получена
The text was updated successfully, but these errors were encountered:
findInInitialData<T>({ type, command }: { type?: string; command?: string }): T | undefined
- возвращает команду из appInitialData, не должен влиять на emit комманд из appInitialDatasubscribeToCommand(dataType: AssistantDataType | string, cb: (payload: AssistantClientCommand) => void): () => void
- позволяет подписаться на конкретный тип команды и вызоваетcb
когда команда полученаThe text was updated successfully, but these errors were encountered: