GNUWeeb / GNUWeebBot

High-performance bot Telegram, running on Linux environment, written in C.
GNU General Public License v2.0
13 stars 8 forks source link

Add delete message API function #27

Closed shashi918 closed 3 years ago

shashi918 commented 3 years ago

Signed-off-by: shashi918 sr0298037@gmail.com

Added delete message API

ammarfaizi2 commented 3 years ago

Please fix it based on the code review above.

ammarfaizi2 commented 3 years ago

Bad indentation and whitespace. Don't use spaces for struct indentation. Use tabs.

ammarfaizi2 commented 3 years ago

Remove unnecessary whitespace in delete_message.c line 21.

ammarfaizi2 commented 3 years ago

You can leave 1 LF at EOF. But no tabs or spaces.