Beispiel #1
0
def plot(session, context):
    """Plot interesting statistics."""
    send_plots(session, context.query.message.chat)
Beispiel #2
0
def plot(bot, update, session, user):
    """Plot interesting statistics."""
    send_plots(bot, update, session, user)