-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.2 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
S3method("!",BaseFilter)
S3method("&",BaseFilter)
S3method("+",TelegramObject)
S3method("|",BaseFilter)
export(BaseFilter)
export(Bot)
export(CallbackQueryHandler)
export(CommandHandler)
export(Dispatcher)
export(ErrorHandler)
export(ForceReply)
export(Handler)
export(InlineKeyboardButton)
export(InlineKeyboardMarkup)
export(InlineQueryResult)
export(KeyboardButton)
export(MessageFilters)
export(MessageHandler)
export(ReplyKeyboardMarkup)
export(ReplyKeyboardRemove)
export(TelegramObject)
export(Update)
export(Updater)
export(Webhook)
export(as.BaseFilter)
export(bot_token)
export(is.BaseFilter)
export(is.Bot)
export(is.Dispatcher)
export(is.ErrorHandler)
export(is.Handler)
export(is.InlineKeyboardButton)
export(is.InlineQueryResult)
export(is.KeyboardButton)
export(is.TelegramObject)
export(is.Update)
export(is.Updater)
export(is.Webhook)
export(user_id)
importFrom(R6,R6Class)
importFrom(curl,curl_download)
importFrom(httpuv,service)
importFrom(httpuv,startServer)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(jsonlite,parse_json)
importFrom(jsonlite,toJSON)
importFrom(openssl,rand_bytes)