deleteChatForward abstract method

Future<void> deleteChatForward(
  1. ChatForward forward
)

Deletes the specified ChatForward posted by the authenticated MyUser.

Implementation

Future<void> deleteChatForward(ChatForward forward);