@twurple/chat
Version:
Interact with the Twitch Messaging Interface (aka Twitch chat).
18 lines • 395 B
TypeScript
/**
* Information about a Prime Community Gift.
*/
export interface ChatPrimeCommunityGiftInfo {
/**
* The name of the gift.
*/
name: string;
/**
* The user that sent the gift.
*/
gifter: string;
/**
* The display name of the user that sent the gift.
*/
gifterDisplayName: string;
}
//# sourceMappingURL=ChatPrimeCommunityGiftInfo.d.ts.map