Chat_MessageReaction
No description
type Chat_MessageReaction {
name: String!
channelUsers: [Chat_ChannelUser!]!
count: Int!
char: String!
}
Fields
Chat_MessageReaction.name ● String! non-null scalar
The name of the reaction
Chat_MessageReaction.channelUsers ● [Chat_ChannelUser!]! non-null object
Chat_MessageReaction.count ● Int! non-null scalar
Chat_MessageReaction.char ● String! non-null scalar
The emoji of the reaction
Member Of
Chat_Message object