Method | Description | |
---|---|---|
ReplyPhoto ( int chatId, Stream photo, string fileName ) : System | ||
ReplyPhoto ( int chatId, string photoId ) : System |
Method | Description | |
---|---|---|
SendReply ( |
public ReplyPhoto ( int chatId, Stream photo, string fileName ) : System | ||
chatId | int | |
photo | Stream | |
fileName | string | |
return | System |
public ReplyPhoto ( int chatId, string photoId ) : System | ||
chatId | int | |
photoId | string | |
return | System |
protected SendReply ( |
||
bot | ||
return | Task |