XActionParams
Type Alias: XActionParams
type XActionParams = {
targetId: string;
targetType: EventType.X_FOLLOW | EventType.X_LIKE | EventType.X_REPOST;
telegramId: string;
};Properties
targetId
targetId: string;targetType
targetType: EventType.X_FOLLOW | EventType.X_LIKE | EventType.X_REPOST;telegramId?
Last updated