Class ChatEnterCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class ChatEnterCallback
    extends CallbackMsg
    This callback is fired in response to attempting to join a chat.
    • Constructor Detail

      • ChatEnterCallback

        public ChatEnterCallback​(MsgClientChatEnter msg,
                                 byte[] payload)
    • Method Detail

      • getChatID

        public SteamID getChatID()
        Returns:
        the SteamID of the chat room.
      • getFriendID

        public SteamID getFriendID()
        Returns:
        the friend ID.
      • getChatRoomType

        public EChatRoomType getChatRoomType()
        Returns:
        the type of the chat room.
      • getOwnerID

        public SteamID getOwnerID()
        Returns:
        the SteamID of the chat room owner.
      • getClanID

        public SteamID getClanID()
        Returns:
        the clan SteamID that owns this chat room.
      • getChatFlags

        public byte getChatFlags()
        Returns:
        the chat flags.
      • getNumChatMembers

        public int getNumChatMembers()
        Returns:
        the number of users currently in this chat room.
      • getChatRoomName

        public java.lang.String getChatRoomName()
        Returns:
        the name of the chat room.
      • getChatMembers

        public java.util.List<ChatMemberInfo> getChatMembers()
        Returns:
        a list of ChatMemberInfo instances for each of the members of this chat room.