Method | Description | |
---|---|---|
ReplyVideo ( int chatId, Stream video, string fileName ) : System | ||
ReplyVideo ( int chatId, string videoId ) : System |
Method | Description | |
---|---|---|
SendReply ( |
public ReplyVideo ( int chatId, Stream video, string fileName ) : System | ||
chatId | int | |
video | Stream | |
fileName | string | |
return | System |
public ReplyVideo ( int chatId, string videoId ) : System | ||
chatId | int | |
videoId | string | |
return | System |
protected SendReply ( |
||
bot | ||
return | Task |