Class MessagingParticipant

java.lang.Object
com.restfb.types.webhook.messaging.MessagingParticipant

public class MessagingParticipant extends Object
  • Constructor Details

  • Method Details

    • isUserRef

      public boolean isUserRef()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getUserRef

      public String getUserRef()
      The user_ref of the user that triggered the webhook event. This is only available for webhook event from the chat plugin.
    • setUserRef

      public void setUserRef(String userRef)
      The user_ref of the user that triggered the webhook event. This is only available for webhook event from the chat plugin.