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
- 559
Active since : 2021/11/15
Latest update : 6 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...