예제 #1
0
 def acknowledge_no_reply(update, context):
     return new_acknowledgement(update, context, False, False, False, True)
예제 #2
0
 def acknowledge_optional(update, context):
     return new_acknowledgement(update, context, False, True)
예제 #3
0
 def acknowledge(update, context):
     return new_acknowledgement(update, context)
예제 #4
0
 def acknowledge_numbered(update, context):
     return new_acknowledgement(update, context, True)
예제 #5
0
 def acknowledge_should_be_channel(update, context):
     return new_acknowledgement(update, context, False, False, True)