Home
last modified time | relevance | path

Searched refs:MessageReaction (Results 1 – 20 of 20) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/bwmarrin/discordgo/
H A Devents.go174 *MessageReaction anonMember
179 *MessageReaction anonMember
184 *MessageReaction anonMember
H A Dstructs.go840 type MessageReaction struct { struct
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/discordgo/
H A Devents.go180 *MessageReaction anonMember
185 *MessageReaction anonMember
190 *MessageReaction anonMember
H A Dstructs.go1093 type MessageReaction struct { struct
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/bwmarrin/discordgo/
H A Devents.go180 *MessageReaction anonMember
185 *MessageReaction anonMember
190 *MessageReaction anonMember
H A Dstructs.go1093 type MessageReaction struct { struct
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dapi.go257 …Reaction *MessageReaction `codec:"reaction,omitempty" json:"reaction,omitemp…
293 Reaction: (func(x *MessageReaction) *MessageReaction {
H A Dlocal.go1144 type MessageReaction struct { struct
1151 func (o MessageReaction) DeepCopy() MessageReaction { argument
1152 return MessageReaction{
1224 …Reaction__ *MessageReaction `codec:"reaction,omitempty" json:"reaction,omite…
1433 func (o MessageBody) Reaction() (res MessageReaction) {
1570 func NewMessageBodyWithReaction(v MessageReaction) MessageBody { argument
1692 Reaction__: (func(x *MessageReaction) *MessageReaction {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dapi.go258 …Reaction *MessageReaction `codec:"reaction,omitempty" json:"reaction,omitemp…
294 Reaction: (func(x *MessageReaction) *MessageReaction {
H A Dlocal.go1146 type MessageReaction struct { struct
1153 func (o MessageReaction) DeepCopy() MessageReaction { argument
1154 return MessageReaction{
1226 …Reaction__ *MessageReaction `codec:"reaction,omitempty" json:"reaction,omite…
1435 func (o MessageBody) Reaction() (res MessageReaction) {
1572 func NewMessageBodyWithReaction(v MessageReaction) MessageBody { argument
1694 Reaction__: (func(x *MessageReaction) *MessageReaction {
H A Dextras.go2774 func (r MessageReaction) Eq(o MessageReaction) bool { argument
/dports/security/keybase/client-v5.7.1/protocol/avdl/chat1/
H A Dapi.avdl120 union { null, MessageReaction } reaction;
H A Dlocal.avdl223 record MessageReaction {
260 case REACTION: MessageReaction;
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dconvsource_test.go395 MessageBody: chat1.NewMessageBodyWithReaction(chat1.MessageReaction{
507 MessageBody: chat1.NewMessageBodyWithReaction(chat1.MessageReaction{
H A Dsender_test.go1628 MessageBody: chat1.NewMessageBodyWithReaction(chat1.MessageReaction{
1690 MessageBody: chat1.NewMessageBodyWithReaction(chat1.MessageReaction{
H A Dserver.go1013 parg.Msg.MessageBody = chat1.NewMessageBodyWithReaction(chat1.MessageReaction{
H A Dserver_test.go3555 MessageBody: chat1.NewMessageBodyWithReaction(chat1.MessageReaction{
/dports/security/keybase/client-v5.7.1/go/client/
H A Dchat_svc_handler.go791 …body: chat1.NewMessageBodyWithReaction(chat1.MessageReaction{MessageID: opts.MessageID, …
/dports/security/keybase/client-v5.7.1/go/kbtest/
H A Dchat.go639 Reaction__: &chat1.MessageReaction{},
/dports/security/keybase/client-v5.7.1/shared/constants/types/
H A Drpc-chat-gen.tsx1351 …essageDeleteHistory} | {messageType: MessageType.reaction; reaction: MessageReaction} | {messageTy…
1368 export type MessageReaction = {readonly m: /* messageID */ MessageID; readonly b: /* body */ String…
1393 …ment | null; readonly edit?: MessageEdit | null; readonly reaction?: MessageReaction | null; reado…