@xw3/maki-ts
Preparing search index...
GramAccount
Interface GramAccount
interface
GramAccount
{
auth_date
?:
string
;
chat_instance
?:
string
;
chat_type
?:
string
;
hash
?:
string
;
signature
?:
string
;
start_param
?:
string
;
user
:
{
allows_write_to_pm
?:
boolean
;
first_name
?:
string
;
id
:
number
;
is_premium
?:
boolean
;
language_code
?:
string
;
last_name
?:
string
;
photo_url
?:
string
;
username
?:
string
;
}
;
}
Index
Properties
auth_
date?
chat_
instance?
chat_
type?
hash?
signature?
start_
param?
user
Properties
Optional
auth_
date
auth_date
?:
string
Optional
chat_
instance
chat_instance
?:
string
Optional
chat_
type
chat_type
?:
string
Optional
hash
hash
?:
string
Optional
signature
signature
?:
string
Optional
start_
param
start_param
?:
string
user
user
:
{
allows_write_to_pm
?:
boolean
;
first_name
?:
string
;
id
:
number
;
is_premium
?:
boolean
;
language_code
?:
string
;
last_name
?:
string
;
photo_url
?:
string
;
username
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth_
date
chat_
instance
chat_
type
hash
signature
start_
param
user
@xw3/maki-ts
Loading...