Added return to prevent compile fail
This commit is contained in:
parent
db517eb1f4
commit
0fdb2de6d1
|
@ -3286,4 +3286,5 @@ func (m *Messenger) SendEmojiReaction(ctx context.Context, chatID, messageID str
|
|||
|
||||
func (m *Messenger) SendEmojiReactionRetraction(ctx context.Context, EmojiReactionID string) (*MessengerResponse, error) {
|
||||
// TODO
|
||||
return nil, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue