Added return to prevent compile fail

This commit is contained in:
Samuel Hawksby-Robinson 2020-07-20 22:47:44 +01:00 committed by Andrea Maria Piana
parent db517eb1f4
commit 0fdb2de6d1
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 0 deletions

View File

@ -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
}