I try using this code to reply with an image.
@handler.add(MessageEvent, message=TextMessage)
def handle_message(event):
msg_from_user = event.m...
- 0
- 1
- 715
Active since : 15/11/2021
Latest update : 7 months ago *Updated when questions, answers, or My Page information are updated.
User scores : 0*User scores determine the user ranking order.
I try using this code to reply with an image.
@handler.add(MessageEvent, message=TextMessage)
def handle_message(event):
msg_from_user = event.m...