C# Class Rocket.Chat.Net.Bot.Helpers.BotHelper

ファイルを表示 Open project: RocketChat/Rocket.Chat.Net

Public Methods

Method Description
CreateAttachmentReply ( this message, Attachment reply ) : AttachmentResponse
CreateBasicReply ( this message, string reply ) : BasicResponse

Method Details

CreateAttachmentReply() public static method

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

CreateBasicReply() public static method

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