XActionParams
@torque-labs/react / XActionParams
Type Alias: XActionParams
type XActionParams = {
targetId: string;
targetType: EventType.X_FOLLOW | EventType.X_LIKE | EventType.X_REPOST;
telegramId: string;
};Defined in: react/src/hooks/useXAction.ts:7
Properties
targetId
targetId: string;Defined in: react/src/hooks/useXAction.ts:9
targetType
targetType: EventType.X_FOLLOW | EventType.X_LIKE | EventType.X_REPOST;Defined in: react/src/hooks/useXAction.ts:8
telegramId?
optional telegramId: string;Defined in: react/src/hooks/useXAction.ts:10
Last updated
