Skip to content

Commit

Permalink
Merge b9014b8 into 765b0c7
Browse files Browse the repository at this point in the history
  • Loading branch information
mladenilic committed Aug 1, 2019
2 parents 765b0c7 + b9014b8 commit 21699e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/facebook/messenger/incoming/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def initialize(messaging)

#
# Function return PSID of sender.
#
# @see https://developers.facebook.com/docs/messenger-platform/identity
# Info about PSID.
# @see https://developers.facebook.com/docs/messenger-platform/webhook#format
Expand All @@ -30,7 +31,7 @@ def sender
end

#
# Function return the page of id from which the message is arrived.
# Function return id of the page from which the message has arrived.
#
# @return [String] Facebook page id.
#
Expand All @@ -54,7 +55,6 @@ def prior_message
#
# Function return timestamp when message is sent.
#
#
# @return [Object] Message time sent.
#
def sent_at
Expand Down

0 comments on commit 21699e0

Please sign in to comment.