Show / Hide Table of Contents

    Namespace i5.Toolkit.Core.RocketChatClient

    Classes

    ChannelGroup

    A combined data object for representing channels and groups in the RocketChat API

    ChannelsJoinedResponse

    Parsed response object that is returned when asking the RocketChat API for the joined channels

    GroupsJoinedResponse

    Parsed response object that is returned when asking the RocketChat API for the joined groups

    LoginData

    Parsed response object that is contains the login data when logging in on the RocketChat API

    LoginResponse

    MessageFields

    Fields which are part of a response of the RocketChat web socket

    MessageFieldsArguments

    Arguments of a message received by the RocketChat web socket

    MessageSentResponse

    Parsed response object of the RocketChat API for sending a message

    RocketChatService

    A client for accessing the Rocket.Chat API

    User

    A base user object for the RocketChat API

    UserInfo

    Additional information about the RocketChat user which is e.g. received when querying the logged in user

    WebSocketResponse

    Parsed response object which is sent by the RocketChat API for streamed web socket messages

    Enums

    RocketChatService.RequestType

    Delegates

    RocketChatService.ReceivedMessageHandler

    Event delegate for receiving messages

    Back to top i5 Toolkit Documentation