telegram.py
v0.2.0
Introduction
Installation
Quickstart
Basic Example
More Examples
Changelog
v0.2.0
New
Bug Fixes
API Reference
Client
Events
Utilities
Telegram Models
Message
User
Chat
Files
Poll
Exceptions
telegrampy.ext.commands
- Commands Extension
Introduction to Commands
Introduction to Cogs
Introduction to Extensions
Making a Help Command
API Reference
Bot
Events
Command
Check
Help Command
Cog
Context
Exceptions
telegram.py
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
A
add_check() (telegrampy.ext.commands.Command method)
add_cog() (telegrampy.ext.commands.Bot method)
add_command() (telegrampy.ext.commands.Bot method)
add_listener() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
aliases (telegrampy.ext.commands.Command attribute)
allow_multiple_answers (telegrampy.Poll attribute)
arg (telegrampy.ext.commands.BadArgument attribute)
args (telegrampy.ext.commands.Context attribute)
author (telegrampy.ext.commands.Context attribute)
(telegrampy.Message attribute)
B
BadArgument (class in telegrampy.ext.commands)
Bot (class in telegrampy.ext.commands)
bot (telegrampy.ext.commands.Command attribute)
(telegrampy.ext.commands.Context attribute)
(telegrampy.ext.commands.HelpCommand attribute)
C
callback (telegrampy.ext.commands.Command attribute)
caption (telegrampy.Photo attribute)
Chat (class in telegrampy)
chat (telegrampy.ext.commands.Context attribute)
(telegrampy.Message attribute)
check() (in module telegrampy.ext.commands)
CheckFailure (class in telegrampy.ext.commands)
Client (class in telegrampy)
Cog (class in telegrampy.ext.commands)
cog (telegrampy.ext.commands.Command attribute)
cogs (telegrampy.ext.commands.Bot attribute)
Command (class in telegrampy.ext.commands)
command() (in module telegrampy.ext.commands)
(telegrampy.ext.commands.Bot method)
CommandError (class in telegrampy.ext.commands)
CommandNotFound (class in telegrampy.ext.commands)
CommandRegistrationError (class in telegrampy.ext.commands)
commands() (telegrampy.ext.commands.Bot method)
Conflict (class in telegrampy)
content (telegrampy.Message attribute)
Context (class in telegrampy.ext.commands)
converter (telegrampy.ext.commands.BadArgument attribute)
created_at (telegrampy.Message attribute)
ctx (telegrampy.ext.commands.HelpCommand attribute)
D
DefaultHelpCommand (class in telegrampy.ext.commands)
delete() (telegrampy.Message method)
description (telegrampy.Chat attribute)
(telegrampy.ext.commands.Bot attribute)
(telegrampy.ext.commands.Command attribute)
Document (class in telegrampy)
E
edit() (telegrampy.Message method)
edited_at (telegrampy.Message attribute)
escape_markdown() (in module telegrampy.utils)
event() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
ExtensionAlreadyLoaded (class in telegrampy.ext.commands)
ExtensionNotLoaded (class in telegrampy.ext.commands)
extensions (telegrampy.ext.commands.Bot attribute)
F
fetch_message() (telegrampy.Chat method)
file (telegrampy.Document attribute)
(telegrampy.Photo attribute)
filename (telegrampy.Document attribute)
(telegrampy.Photo attribute)
first_name (telegrampy.User attribute)
Forbidden (class in telegrampy)
format_command() (telegrampy.ext.commands.DefaultHelpCommand method)
format_commands() (telegrampy.ext.commands.DefaultHelpCommand method)
forward() (telegrampy.Message method)
full_name() (telegrampy.User method)
G
get_chat() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
get_command() (telegrampy.ext.commands.Bot method)
get_context() (telegrampy.ext.commands.Bot method)
get_ending_note() (telegrampy.ext.commands.DefaultHelpCommand method)
get_member() (telegrampy.Chat method)
GroupOnly (class in telegrampy.ext.commands)
H
help_callback() (telegrampy.ext.commands.HelpCommand method)
help_command() (telegrampy.ext.commands.Bot method)
HelpCommand (class in telegrampy.ext.commands)
hidden (telegrampy.ext.commands.Command attribute)
history() (telegrampy.Chat method)
HTTPException (class in telegrampy)
I
id (telegrampy.Chat attribute)
(telegrampy.Message attribute)
(telegrampy.User attribute)
InvalidToken (class in telegrampy)
invoke() (telegrampy.ext.commands.Command method)
is_anonymous (telegrampy.Poll attribute)
is_bot (telegrampy.User attribute)
is_closed (telegrampy.Poll attribute)
is_not_private_chat() (in module telegrampy.ext.commands)
is_owner() (in module telegrampy.ext.commands.telegrampy.ext.commands)
is_private_chat() (in module telegrampy.ext.commands)
K
kwargs (telegrampy.ext.commands.Context attribute)
L
last_name (telegrampy.User attribute)
listen() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
listener() (telegrampy.ext.commands.Cog method)
load_extension() (telegrampy.ext.commands.Bot method)
M
Message (class in telegrampy)
message (telegrampy.ext.commands.Context attribute)
messsage (telegrampy.HTTPException attribute)
MissingRequiredArgument (class in telegrampy.ext.commands)
N
name (telegrampy.ext.commands.Command attribute)
(telegrampy.ext.commands.ExtensionAlreadyLoaded attribute)
(telegrampy.ext.commands.ExtensionNotLoaded attribute)
name() (telegrampy.User method)
NotOwner (class in telegrampy.ext.commands)
O
on_command_error() (in module telegrampy)
(telegrampy.ext.commands.Bot method)
on_edit() (in module telegrampy)
on_error() (in module telegrampy)
(telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
on_message() (in module telegrampy)
on_poll() (in module telegrampy)
options (telegrampy.Poll attribute)
owner_id (telegrampy.ext.commands.Bot attribute)
owner_ids (telegrampy.ext.commands.Bot attribute)
P
param (telegrampy.ext.commands.MissingRequiredArgument attribute)
Photo (class in telegrampy)
Poll (class in telegrampy)
PrivateChatOnly (class in telegrampy.ext.commands)
Q
qualified_name() (telegrampy.ext.commands.Cog method)
question (telegrampy.Poll attribute)
R
reload_extension() (telegrampy.ext.commands.Bot method)
remove_check() (telegrampy.ext.commands.Command method)
remove_cog() (telegrampy.ext.commands.Bot method)
remove_command() (telegrampy.ext.commands.Bot method)
remove_listener() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
reply() (telegrampy.ext.commands.Context method)
(telegrampy.Message method)
response (telegrampy.HTTPException attribute)
run() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
S
send() (telegrampy.Chat method)
(telegrampy.ext.commands.Context method)
(telegrampy.User method)
send_action() (telegrampy.Chat method)
(telegrampy.ext.commands.Context method)
send_bot_help() (telegrampy.ext.commands.DefaultHelpCommand method)
(telegrampy.ext.commands.HelpCommand method)
send_cog_help() (telegrampy.ext.commands.DefaultHelpCommand method)
(telegrampy.ext.commands.HelpCommand method)
send_command_help() (telegrampy.ext.commands.DefaultHelpCommand method)
(telegrampy.ext.commands.HelpCommand method)
send_not_found() (telegrampy.ext.commands.HelpCommand method)
send_poll() (telegrampy.Chat method)
(telegrampy.ext.commands.Context method)
stop() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
T
TelegramException (class in telegrampy)
title (telegrampy.Chat attribute)
total_voter_count (telegrampy.Poll attribute)
type (telegrampy.Chat attribute)
(telegrampy.Poll attribute)
U
unload_extension() (telegrampy.ext.commands.Bot method)
usage (telegrampy.ext.commands.Command attribute)
User (class in telegrampy)
user() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)
username (telegrampy.User attribute)
W
wait_for() (telegrampy.Client method)
(telegrampy.ext.commands.Bot method)