Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rhymen/go-whatsapp
/ functions
Functions
1,226 in github.com/Rhymen/go-whatsapp
⨍
Functions
1,226
◇
Types & classes
160
Method
GetSerializedXmlBytes
()
binary/proto/def.pb.go:4905
Method
GetSpeedInMps
()
binary/proto/def.pb.go:3845
Method
GetStarred
()
binary/proto/def.pb.go:5905
Method
GetStarredStickers
()
binary/proto/def.pb.go:5460
Method
GetStatus
()
binary/proto/def.pb.go:5760
Method
GetStatus
()
binary/proto/def.pb.go:5884
Method
GetStatusRanking
()
binary/proto/def.pb.go:5411
Method
GetStickerPackQuery
()
binary/proto/def.pb.go:5362
Method
GetStreamingSidecar
()
binary/proto/def.pb.go:2662
Method
GetStreamingSidecar
()
binary/proto/def.pb.go:2830
Method
GetSyncType
()
binary/proto/def.pb.go:3074
Method
GetTemplateButtonReplyMessage
()
binary/proto/def.pb.go:5131
Method
GetTemplateId
()
binary/proto/def.pb.go:4257
Method
GetTemplateMessage
()
binary/proto/def.pb.go:5110
Method
GetTemplateMessage
()
binary/proto/def.pb.go:5474
Method
GetTemplateMessageInteractivity
()
binary/proto/def.pb.go:5481
Method
GetTextArgb
()
binary/proto/def.pb.go:2358
Method
GetThirdPartyStickers
()
binary/proto/def.pb.go:5425
Method
GetTimeOffset
()
binary/proto/def.pb.go:3873
Method
GetTimestamp
()
binary/proto/def.pb.go:3309
Method
GetTimestamp
()
binary/proto/def.pb.go:5544
Method
GetTimestamp
()
binary/proto/def.pb.go:5670
Method
GetTitle
()
binary/proto/def.pb.go:2351
Method
GetTitle
()
binary/proto/def.pb.go:4551
Method
GetTitle
()
binary/proto/def.pb.go:4620
Method
GetTransactionTimestamp
()
binary/proto/def.pb.go:5767
Method
GetTxnStatus
()
binary/proto/def.pb.go:5802
Method
GetType
()
binary/proto/def.pb.go:2973
Method
GetUnixEpoch
()
binary/proto/def.pb.go:3381
Method
GetUnreadChats
()
binary/proto/def.pb.go:5551
Method
GetUnreadChats
()
binary/proto/def.pb.go:5677
Method
GetUrl
()
binary/proto/def.pb.go:1054
Method
GetUrl
()
binary/proto/def.pb.go:1951
Method
GetUrl
()
binary/proto/def.pb.go:2224
Method
GetUrl
()
binary/proto/def.pb.go:2451
Method
GetUrl
()
binary/proto/def.pb.go:2585
Method
GetUrl
()
binary/proto/def.pb.go:2718
Method
GetUrl
()
binary/proto/def.pb.go:3940
Method
GetUrl
()
binary/proto/def.pb.go:4655
Method
GetUrlButton
()
binary/proto/def.pb.go:1188
Method
GetUrlButton
()
binary/proto/def.pb.go:1432
Method
GetUrlNumber
()
binary/proto/def.pb.go:5947
Method
GetUrlText
()
binary/proto/def.pb.go:5940
Method
GetVideoMessage
()
binary/proto/def.pb.go:4169
Method
GetVideoMessage
()
binary/proto/def.pb.go:4326
Method
GetVideoPlaybackUrl
()
binary/proto/def.pb.go:5404
Method
GetVnameV2
()
binary/proto/def.pb.go:5397
Method
GetVoipGroupCall
()
binary/proto/def.pb.go:5467
Method
GetVoipIndividualIncoming
()
binary/proto/def.pb.go:5341
Method
GetVoipIndividualOutgoing
()
binary/proto/def.pb.go:5292
Method
GetVoipIndividualVideo
()
binary/proto/def.pb.go:5418
Method
GetWidth
()
binary/proto/def.pb.go:1993
Method
GetWidth
()
binary/proto/def.pb.go:2781
Method
GetWidth
()
binary/proto/def.pb.go:3982
Method
GetX
()
binary/proto/def.pb.go:1559
Method
GetXDeprecated
()
binary/proto/def.pb.go:1545
Method
GetY
()
binary/proto/def.pb.go:1566
Method
GetYDeprecated
()
binary/proto/def.pb.go:1552
Method
GetYear
()
binary/proto/def.pb.go:3235
Method
GroupAcceptInviteCode
(code string)
group.go:67
Method
GroupInviteLink
(jid string)
group.go:42
Method
HandleError
(err error)
handler_test.go:11
Method
HandleError
(err error)
handler_test.go:17
Method
HandleError
(err error)
examples/echo/main.go:19
Method
HandleError
(err error)
examples/chatHistory/history.go:46
Method
HandleError
HandleError needs to be implemented to be a valid WhatsApp handler
examples/chatHistory/main.go:35
Method
HandleError
HandleError needs to be implemented to be a valid WhatsApp handler
examples/receiveMessages/main.go:21
Method
HandleRawMessage
(message *proto.WebMessageInfo)
examples/chatHistory/main.go:27
Method
HandleTextMessage
HandleTextMessage receives whatsapp text messages and checks if the message was send by the current user, if it does not contain the keyword '@echo' o
examples/echo/main.go:26
Method
HandleTextMessage
handles and accumulates history's text messages. To handle images/documents/videos add corresponding handle functions
examples/chatHistory/history.go:23
Method
HandleTextMessage
Optional to be implemented. Implement HandleXXXMessage for the types you need.
examples/receiveMessages/main.go:38
Method
LeaveGroup
(jid string)
group.go:38
Method
LoadChatMessages
LoadChatMessages is useful to "scroll" messages, loading by count at a time if handlers == nil the func will use default handlers if after == true Loa
chat_history.go:40
Method
LoadFullChatHistoryAfter
LoadFullChatHistoryAfter loads all messages after the specified messageId useful to "catch up" with the message history after some specified message
chat_history.go:116
Method
LoadMediaInfo
(jid, messageId, owner string)
contact.go:54
Method
LoadMessages
(jid, messageId string, count int)
contact.go:42
Method
LoadMessagesAfter
(jid, messageId string, count int)
contact.go:50
Method
LoadMessagesBefore
(jid, messageId string, count int)
contact.go:46
Method
Logout
* Logout is the function to logout from a WhatsApp session. Logging out means invalidating the current session. The session can not be resumed and wil
session.go:522
Function
NewConnWithProxy
NewConnWithProxy Create a new connect with a given timeout and a http proxy.
conn.go:125
Method
Presence
(jid string, presence Presence)
contact.go:58
Method
ProtoMessage
()
binary/proto/def.pb.go:977
Method
ProtoMessage
()
binary/proto/def.pb.go:1024
Method
ProtoMessage
()
binary/proto/def.pb.go:1071
Method
ProtoMessage
()
binary/proto/def.pb.go:1122
Method
ProtoMessage
()
binary/proto/def.pb.go:1221
Method
ProtoMessage
()
binary/proto/def.pb.go:1268
Method
ProtoMessage
()
binary/proto/def.pb.go:1315
Method
ProtoMessage
()
binary/proto/def.pb.go:1366
Method
ProtoMessage
()
binary/proto/def.pb.go:1466
Method
ProtoMessage
()
binary/proto/def.pb.go:1522
Method
ProtoMessage
()
binary/proto/def.pb.go:1585
Method
ProtoMessage
()
binary/proto/def.pb.go:1658
Method
ProtoMessage
()
binary/proto/def.pb.go:1731
Method
ProtoMessage
()
binary/proto/def.pb.go:1862
Method
ProtoMessage
()
binary/proto/def.pb.go:1928
Method
ProtoMessage
()
binary/proto/def.pb.go:2109
Method
ProtoMessage
()
binary/proto/def.pb.go:2173
Method
ProtoMessage
()
binary/proto/def.pb.go:2300
Method
ProtoMessage
()
binary/proto/def.pb.go:2428
← previous
next →
601–700 of 1,226, ranked by callers