- Preparing search index...
- The search index is not available
tgind - v2.1.4
Indexable
[key: string]: any
Constructors
constructor
- new Short(options?): Short
-
Properties
Private
options
options: any = {}
Methods
Private
__setLeave
- __setLeave(kkk, sh, sh2, uid): Promise<void>
-
Parameters
-
kkk: any
-
sh: any
-
sh2: any
-
uid: any
Returns Promise<void>
ansQuery
- ansQuery(text?, options?): Promise<any>
-
Parameters
-
text: any = null
-
options: Options = {}
Returns Promise<any>
approveJoinRequest
- approveJoinRequest(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
ban
- ban(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
copy
- copy(from_chat_id, message_id, options?): Promise<any>
-
Parameters
-
from_chat_id: any
-
message_id: any
-
options: Options = {}
Returns Promise<any>
declineJoinRequest
- declineJoinRequest(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
del
- del(message_id, options?): Promise<any>
-
Parameters
-
message_id: any
-
options: Options = {}
Returns Promise<any>
deleteWebhook
- deleteWebhook(drop_pending_updates?): Promise<any>
-
Parameters
-
drop_pending_updates: any = true
Returns Promise<any>
demote
- demote(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
edit
- edit(message_id, text, options?): Promise<any>
-
Parameters
-
message_id: any
-
text: any
-
options: Options = {}
Returns Promise<any>
enter
- enter(sceneName): Promise<void>
-
Returns Promise<void>
exportChatInviteLink
- exportChatInviteLink(options?): Promise<any>
-
Returns Promise<any>
forword
- forword(from_chat_id, message_id, options?): Promise<any>
-
Parameters
-
from_chat_id: any
-
message_id: any
-
options: Options = {}
Returns Promise<any>
getAdmins
- getAdmins(options?): Promise<any>
-
Returns Promise<any>
getChat
- getChat(options?): Promise<any>
-
Returns Promise<any>
getFile
- getFile(file_id, options?): Promise<any>
-
Parameters
-
file_id: any
-
options: Options = {}
Returns Promise<any>
getMe
- getMe(): Promise<any>
-
Returns Promise<any>
getMember
- getMember(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
getMemberCount
- getMemberCount(options?): Promise<any>
-
Returns Promise<any>
getUserProfilePhotos
- getUserProfilePhotos(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
leave
- leave(opk?): Promise<void>
-
Returns Promise<void>
leaveChat
- leaveChat(options?): Promise<any>
-
Returns Promise<any>
link
- link(options?): Promise<any>
-
Returns Promise<any>
mute
- mute(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
pin
- pin(message_id, options?): Promise<any>
-
Parameters
-
message_id: any
-
options: Options = {}
Returns Promise<any>
promote
- promote(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
request
- request(method, options?, headers?): Promise<any>
-
Parameters
-
method: string
-
options: Options = {}
-
headers: Options = {}
Returns Promise<any>
revokeLink
- revokeLink(invite_link, options?): Promise<any>
-
Parameters
-
invite_link: any
-
options: Options = {}
Returns Promise<any>
send
- send(text, options?): Promise<any>
-
Parameters
-
text: any
-
options: Options = {}
Returns Promise<any>
sendAction
- sendAction(action, options?): Promise<any>
-
Parameters
-
action: any
-
options: Options = {}
Returns Promise<any>
sendAudio
- sendAudio(file, options?): Promise<any>
-
Parameters
-
file: any
-
options: Options = {}
Returns Promise<any>
sendContact
- sendContact(phone_number, first_name, options?): Promise<any>
-
Parameters
-
phone_number: any
-
first_name: any
-
options: Options = {}
Returns Promise<any>
sendDice
- sendDice(options?): Promise<any>
-
Returns Promise<any>
sendDoc
- sendDoc(doc, options?): Promise<any>
-
Parameters
-
doc: any
-
options: Options = {}
Returns Promise<any>
sendLocation
- sendLocation(latitude, longitude, options?): Promise<any>
-
Parameters
-
latitude: any
-
longitude: any
-
options: Options = {}
Returns Promise<any>
sendPhoto
- sendPhoto(file, options?): Promise<any>
-
Parameters
-
file: any
-
options: Options = {}
Returns Promise<any>
sendPoll
- sendPoll(question, your_options, options?): Promise<any>
-
Parameters
-
question: any
-
your_options: any
-
options: Options = {}
Returns Promise<any>
sendVenue
- sendVenue(latitude, longitude, title, address, options?): Promise<any>
-
Parameters
-
latitude: any
-
longitude: any
-
title: any
-
address: any
-
options: Options = {}
Returns Promise<any>
sendVideo
- sendVideo(file, options?): Promise<any>
-
Parameters
-
file: any
-
options: Options = {}
Returns Promise<any>
unban
- unban(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
unmute
- unmute(user_id, options?): Promise<any>
-
Parameters
-
user_id: any
-
options: Options = {}
Returns Promise<any>
unpin
- unpin(message_id, options?): Promise<any>
-
Parameters
-
message_id: any
-
options: Options = {}
Returns Promise<any>
unpinAll
- unpinAll(options?): Promise<any>
-
Returns Promise<any>
Example