コード例 #1
0
ファイル: Api.cs プロジェクト: ezhukovskaya/VK-API-Sharp
 public static void EditPostMessage(string ownerId, string newMessage, string postId)
 {
     AppUtils.EditWallPost(ownerId, newMessage, postId);
 }