C# 클래스 Rocket.Chat.Net.Bot.Helpers.BotHelper

파일 보기 프로젝트 열기: RocketChat/Rocket.Chat.Net

공개 메소드들

메소드 설명
CreateAttachmentReply ( this message, Attachment reply ) : AttachmentResponse
CreateBasicReply ( this message, string reply ) : BasicResponse

메소드 상세

CreateAttachmentReply() 공개 정적인 메소드

public static CreateAttachmentReply ( this message, Attachment reply ) : AttachmentResponse
message this
reply Rocket.Chat.Net.Models.Attachment
리턴 Rocket.Chat.Net.Bot.Models.AttachmentResponse

CreateBasicReply() 공개 정적인 메소드

public static CreateBasicReply ( this message, string reply ) : BasicResponse
message this
reply string
리턴 Rocket.Chat.Net.Bot.Models.BasicResponse