Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentMessage ¶ added in v0.0.6
type ImageMessage ¶ added in v0.0.3
type IteungMessage ¶
type IteungMessage struct {
Phone_number string `json:"phone_number,omitempty" bson:"phone_number,omitempty"`
Reply_phone_number string `json:"reply_phone_number,omitempty" bson:"reply_phone_number,omitempty"`
Chat_number string `json:"chat_number,omitempty" bson:"chat_number,omitempty"`
Chat_server string `json:"chat_server,omitempty" bson:"chat_server,omitempty"`
Group_name string `json:"group_name,omitempty" bson:"group_name,omitempty"`
Group_id string `json:"group_id,omitempty" bson:"group_id,omitempty"`
Group string `json:"group,omitempty" bson:"group,omitempty"`
Alias_name string `json:"alias_name,omitempty" bson:"alias_name,omitempty"`
Message string `json:"messages,omitempty" bson:"messages,omitempty"`
EntryPoint string `json:"entrypoint,omitempty" bson:"entrypoint,omitempty"`
From_link bool `json:"from_link,omitempty" bson:"from_link,omitempty"`
From_link_delay uint32 `json:"from_link_delay,omitempty" bson:"from_link_delay,omitempty"`
Is_group bool `json:"is_group,omitempty" bson:"is_group,omitempty"`
Filename string `json:"filename,omitempty" bson:"filename,omitempty"`
Filedata string `json:"filedata,omitempty" bson:"filedata,omitempty"`
Latitude float64 `json:"latitude,omitempty" bson:"latitude,omitempty"`
Longitude float64 `json:"longitude,omitempty" bson:"longitude,omitempty"`
LiveLoc bool `json:"liveloc,omitempty" bson:"liveloc,omitempty"`
}
type Profile ¶
type Profile struct {
Token string `bson:"token"`
Phonenumber string `bson:"phonenumber"`
Secret string `bson:"secret"`
URL string `bson:"url"`
URLAPIText string `bson:"urlapitext"`
URLAPIImage string `bson:"urlapiimage"`
URLAPIDoc string `bson:"urlapidoc"`
URLQRLogin string `bson:"urlqrlogin"`
QRKeyword string `bson:"qrkeyword"`
PublicKey string `bson:"publickey"`
Botname string `bson:"botname"`
Triggerword string `bson:"triggerword"`
TelegramToken string `bson:"telegramtoken"`
TelegramName string `bson:"telegramname"`
}
type TextMessage ¶
type WhatsauthRequest ¶
type WhatsauthRequest struct {
Uuid string `json:"uuid,omitempty" bson:"uuid,omitempty"`
Phonenumber string `json:"phonenumber,omitempty" bson:"phonenumber,omitempty"`
Aliasname string `json:"aliasname,omitempty" bson:"aliasname,omitempty"`
Delay uint32 `json:"delay,omitempty" bson:"delay,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.