C# 클래스 SteamChatBot.Triggers.AcceptChatInviteTrigger

상속: BaseTrigger
파일 보기 프로젝트 열기: Steam-Chat-Bot/SteamChatBot

공개 메소드들

메소드 설명
AcceptChatInviteTrigger ( TriggerType type, string name, TriggerOptionsBase tl ) : System
respondToChatInvite ( SteamID roomID, string roomName, SteamID inviterId ) : bool

메소드 상세

AcceptChatInviteTrigger() 공개 메소드

public AcceptChatInviteTrigger ( TriggerType type, string name, TriggerOptionsBase tl ) : System
type TriggerType
name string
tl SteamChatBot.Triggers.TriggerOptions.TriggerOptionsBase
리턴 System

respondToChatInvite() 공개 메소드

public respondToChatInvite ( SteamID roomID, string roomName, SteamID inviterId ) : bool
roomID SteamKit2.SteamID
roomName string
inviterId SteamKit2.SteamID
리턴 bool