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

Afficher le fichier Open project: RocketChat/Rocket.Chat.Net

Méthodes publiques

Méthode Description
CreateAttachmentReply ( this message, Attachment reply ) : AttachmentResponse
CreateBasicReply ( this message, string reply ) : BasicResponse

Method Details

CreateAttachmentReply() public static méthode

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

CreateBasicReply() public static méthode

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