Uses of Class
com.restfb.types.ExtendedReferenceType
-
Uses of ExtendedReferenceType in com.restfb.types
Modifier and TypeMethodDescriptionConversation.getParticipants()
Users who are on this message conversationMessage.getTo()
A list of recipients of the message.Message.Reaction.getUsers()
Modifier and TypeMethodDescriptionboolean
Conversation.addParticipant
(ExtendedReferenceType participant) boolean
Message.addTo
(ExtendedReferenceType receiver) boolean
Message.Reaction.addUser
(ExtendedReferenceType user) boolean
Conversation.removeParticipant
(ExtendedReferenceType participant) boolean
Message.removeTo
(ExtendedReferenceType receiver) boolean
Message.Reaction.removeUser
(ExtendedReferenceType user) void
Message.setFrom
(ExtendedReferenceType from) The sender of this message