Skip to content

Instantly share code, notes, and snippets.

@HonbraDev
Last active March 18, 2021 12:47
Show Gist options
  • Save HonbraDev/ece696b53c4e9bb98c5e47df60b65527 to your computer and use it in GitHub Desktop.
Save HonbraDev/ece696b53c4e9bb98c5e47df60b65527 to your computer and use it in GitHub Desktop.
Dogehouse Message type
type Message = {
userId: string;
tokens: { v: string; t: "text" | "mention" | string }[];
sentAt: string;
isWhisper: false;
id: string;
displayName: string;
avatarUrl: string;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment