FriendMsgHistoryCallback

class FriendMsgHistoryCallback(msg: SteammessagesClientserver2.CMsgClientChatGetFriendMessageHistoryResponse.Builder, universe: EUniverse?) : CallbackMsg

This callback is fired in response to receiving historical messages.

See also

Constructors

Link copied to clipboard
constructor(msg: SteammessagesClientserver2.CMsgClientChatGetFriendMessageHistoryResponse.Builder, universe: EUniverse?)

Properties

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard

The messages exchanged with the user. Offline messages are marked by having set FriendMessage.unread to true

Link copied to clipboard
val result: EResult

Gets the result of the request.

Link copied to clipboard

Gets the SteamID of the user with whom these messages were exchanged.