Preparing search index...
The search index is not available
telegramsjs
telegramsjs
ClientOptions
Interface ClientOptions
Interface representing client options.
interface
ClientOptions
{
chatCacheFilter
?:
(
(
chat
:
Chat
)
=>
boolean
)
;
chatCacheMaxSize
?:
number
;
offset
?:
number
;
pollingTimeout
?:
number
;
restOptions
?:
IRestOptions
;
userCacheFilter
?:
(
(
user
:
User
)
=>
boolean
)
;
userCacheMaxSize
?:
number
;
}
Index
Properties
chat
Cache
Filter?
chat
Cache
Max
Size?
offset?
polling
Timeout?
rest
Options?
user
Cache
Filter?
user
Cache
Max
Size?
Properties
Optional
chat
Cache
Filter
chat
Cache
Filter
?:
(
(
chat
:
Chat
)
=>
boolean
)
Optional
chat
Cache
Max
Size
chat
Cache
Max
Size
?:
number
Optional
offset
offset
?:
number
Optional
polling
Timeout
polling
Timeout
?:
number
Optional
rest
Options
rest
Options
?:
IRestOptions
Optional
user
Cache
Filter
user
Cache
Filter
?:
(
(
user
:
User
)
=>
boolean
)
Optional
user
Cache
Max
Size
user
Cache
Max
Size
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Cache
Filter
chat
Cache
Max
Size
offset
polling
Timeout
rest
Options
user
Cache
Filter
user
Cache
Max
Size
telegramsjs
Loading...
Interface representing client options.