Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/wacli
/ functions
Functions
1,829 in github.com/openclaw/wacli
⨍
Functions
1,829
◇
Types & classes
226
Method
SendPoll
SendPoll builds a PollCreationMessage and sends it. selectable is the maximum number of options a voter may pick (1 = single-select). The poll can opt
internal/wa/client.go:316
Method
SendPoll
(_ context.Context, to types.JID, name string, options []string, selectable int, ephemeral bool)
cmd/wacli/send_poll_test.go:32
Method
SendPollVote
(ctx context.Context, pollInfo *types.MessageInfo, options []string)
internal/app/fake_wa_test.go:506
Method
SendPollVote
(ctx context.Context, pollInfo *types.MessageInfo, options []string)
internal/app/app.go:69
Method
SendPollVote
SendPollVote builds and sends a poll vote for the poll identified by pollInfo (Chat, Sender, ID of the original PollCreationMessage). The option names
internal/wa/client.go:404
Method
SendPresence
(ctx context.Context, presence types.Presence)
internal/app/fake_wa_test.go:562
Method
SendPresence
SendPresence updates the authenticated account's global presence status.
internal/wa/client.go:858
Method
SendProtoMessage
(ctx context.Context, to types.JID, msg *waProto.Message)
internal/app/fake_wa_test.go:481
Method
SendProtoMessage
(ctx context.Context, to types.JID, msg *waProto.Message)
internal/app/app.go:65
Method
SendProtoMessage
(ctx context.Context, to types.JID, msg *waProto.Message)
internal/wa/client.go:288
Method
SendProtoMessage
(_ context.Context, to types.JID, msg *waProto.Message)
cmd/wacli/send_test.go:56
Method
SendReaction
(ctx context.Context, chat, sender types.JID, targetID types.MessageID, reaction string)
internal/app/fake_wa_test.go:489
Method
SendReaction
(ctx context.Context, chat, sender types.JID, targetID types.MessageID, reaction string)
internal/wa/client.go:514
Method
SendText
(ctx context.Context, to types.JID, text string)
internal/app/fake_wa_test.go:477
Method
SendText
(ctx context.Context, to types.JID, text string)
internal/app/app.go:64
Method
SendText
(ctx context.Context, to types.JID, text string)
internal/wa/client.go:273
Method
SendText
(_ context.Context, to types.JID, text string)
cmd/wacli/send_test.go:46
Method
SetAlias
(ctx context.Context, arg SetAliasParams)
internal/store/storedb/queries.sql.go:1273
Method
SetAutoReconnect
(enabled bool)
internal/app/fake_wa_test.go:152
Method
SetAutoReconnect
(enabled bool)
internal/wa/client.go:94
Method
SetChatArchived
(ctx context.Context, arg SetChatArchivedParams)
internal/store/storedb/queries.sql.go:1289
Method
SetChatMutedUntil
(ctx context.Context, arg SetChatMutedUntilParams)
internal/store/storedb/queries.sql.go:1321
Method
SetChatPinned
(ctx context.Context, arg SetChatPinnedParams)
internal/store/storedb/queries.sql.go:1337
Method
SetGroupAnnounce
(ctx context.Context, jid types.JID, announce bool)
internal/app/fake_wa_test.go:366
Method
SetGroupAnnounce
(ctx context.Context, jid types.JID, announce bool)
internal/wa/groups.go:79
Method
SetGroupLocked
(ctx context.Context, jid types.JID, locked bool)
internal/app/fake_wa_test.go:378
Method
SetGroupLocked
(ctx context.Context, jid types.JID, locked bool)
internal/wa/groups.go:89
Method
SetGroupName
(ctx context.Context, jid types.JID, name string)
internal/app/fake_wa_test.go:342
Method
SetGroupName
(ctx context.Context, jid types.JID, name string)
internal/wa/groups.go:59
Method
SetGroupTopic
(ctx context.Context, jid types.JID, topic string)
internal/app/fake_wa_test.go:354
Method
SetGroupTopic
(ctx context.Context, jid types.JID, topic string)
internal/wa/groups.go:69
Method
SetManualHistorySyncDownload
(enabled bool)
internal/app/fake_wa_test.go:579
Method
SetManualHistorySyncDownload
(enabled bool)
internal/wa/client.go:624
Method
SetProfileName
(ctx context.Context, name string)
internal/app/fake_wa_test.go:755
Method
SetProfileName
(ctx context.Context, name string)
internal/wa/client.go:944
Method
SetProfilePicture
(ctx context.Context, avatar []byte)
internal/app/fake_wa_test.go:743
Method
SetProfilePicture
SetProfilePicture sets the profile picture of the authenticated account. avatar must be JPEG bytes; pass nil to remove the picture. Returns the new pi
internal/wa/client.go:885
Method
SetStatusMessage
(ctx context.Context, msg string)
internal/app/fake_wa_test.go:751
Method
SetStatusMessage
(ctx context.Context, msg string)
internal/wa/client.go:934
Method
SetSystemName
(ctx context.Context, arg SetSystemNameParams)
internal/store/storedb/queries.sql.go:1394
Method
Stats
(ctx context.Context)
internal/store/storedb/queries.sql.go:1419
Function
TestAccountsAddNoAuthCreatesConfig
(t *testing.T)
cmd/wacli/accounts_test.go:13
Function
TestAccountsAddRejectsWhitespaceName
(t *testing.T)
cmd/wacli/accounts_test.go:66
Function
TestAccountsAddValidatesAuthFlagsBeforeSaving
(t *testing.T)
cmd/wacli/accounts_test.go:50
Function
TestAccountsConfigKnownFields
(t *testing.T)
internal/config/config_test.go:125
Function
TestAccountsConfigRoundTrip
(t *testing.T)
internal/config/config_test.go:92
Function
TestAccountsListJSON
(t *testing.T)
cmd/wacli/accounts_test.go:78
Function
TestAcquireWithTimeout
(t *testing.T)
internal/lock/lock_test.go:68
Function
TestAcquireWithTimeoutDoesNotRetryNonLockErrors
(t *testing.T)
internal/lock/lock_test.go:103
Function
TestAcquireWithTimeoutHonorsCanceledContext
(t *testing.T)
internal/lock/lock_test.go:88
Function
TestAppStateCallLogDeleteRemovesStoredCallEvent
(t *testing.T)
internal/app/sync_test.go:518
Function
TestAppStateLTHashMismatchRequestsRecoveryOnce
(t *testing.T)
internal/app/sync_test.go:556
Function
TestAppStateNonLTHashErrorDoesNotRequestRecovery
(t *testing.T)
internal/app/sync_test.go:584
Function
TestArchiveChatUsesLatestMessageRange
(t *testing.T)
internal/app/sync_test.go:887
Function
TestAttachSendFileReplyContext
(t *testing.T)
cmd/wacli/send_file_test.go:243
Function
TestAuthCommandExposesQRFormat
(t *testing.T)
cmd/wacli/auth_test.go:261
Function
TestAuthPairCodeWriter
(t *testing.T)
cmd/wacli/auth_test.go:245
Function
TestAuthQRWriterText
(t *testing.T)
cmd/wacli/auth_test.go:205
Function
TestAuthStatusPayloadIncludesLinkedJID
(t *testing.T)
cmd/wacli/auth_test.go:12
Function
TestAuthStatusPayloadOmitsLinkedJIDWhenUnauthed
(t *testing.T)
cmd/wacli/auth_test.go:25
Function
TestAuthStatusReadOnlyDoesNotCreateStoreFiles
(t *testing.T)
cmd/wacli/auth_test.go:57
Function
TestBackfillHistoryAddsOlderMessages
(t *testing.T)
internal/app/backfill_test.go:20
Function
TestBackfillHistoryDownloadsManualOnDemandNotification
(t *testing.T)
internal/app/backfill_test.go:88
Function
TestBestContactName
(t *testing.T)
internal/wa/client_test.go:300
Function
TestBuildDeleteForMePatch
(t *testing.T)
internal/wa/client_test.go:40
Function
TestBuildForwardedMediaMessageMarksContext
(t *testing.T)
cmd/wacli/messages_test.go:395
Function
TestBuildForwardedMediaMessageRequiresCompleteMetadata
(t *testing.T)
cmd/wacli/messages_test.go:431
Function
TestBuildForwardedTextMessageMarksContext
(t *testing.T)
cmd/wacli/messages_test.go:438
Function
TestBuildForwardedTextMessagePreservesWhitespace
(t *testing.T)
cmd/wacli/messages_test.go:453
Function
TestBuildPollCreationMessageSelectsVersion
(t *testing.T)
internal/wa/client_test.go:89
Function
TestBuildPollVoteInfoFindsAlternateChatKey
(t *testing.T)
cmd/wacli/send_poll_test.go:222
Function
TestBuildPollVoteInfoMarksGroupMessages
(t *testing.T)
cmd/wacli/send_poll_test.go:198
Function
TestBuildReplyContextInfo
(t *testing.T)
cmd/wacli/send_test.go:277
Function
TestBuildSelectResponseMessageClassicButtonSendsQuotedText
(t *testing.T)
cmd/wacli/send_select_cmd_test.go:160
Function
TestBuildSelectResponseMessageListRowSendsQuotedText
(t *testing.T)
cmd/wacli/send_select_cmd_test.go:137
Function
TestBuildSelectResponseMessageRequiresSenderForUnsyncedGroup
(t *testing.T)
cmd/wacli/send_select_cmd_test.go:212
Function
TestBuildSelectResponseMessageTemplateAndNativeFlow
(t *testing.T)
cmd/wacli/send_select_cmd_test.go:182
Function
TestBuildStatusTextMessageUsesStatusStyling
(t *testing.T)
cmd/wacli/send_status_test.go:10
Function
TestBuildTextMessageAttachesLinkPreview
(t *testing.T)
cmd/wacli/send_test.go:610
Function
TestBuildTextMessageAttachesMentions
(t *testing.T)
cmd/wacli/send_test.go:392
Function
TestBuildTextMessageCombinesReplyAndMentions
(t *testing.T)
cmd/wacli/send_test.go:587
Function
TestBuildTextMessageUsesPlainConversationWithoutReplyOrPreview
(t *testing.T)
cmd/wacli/send_test.go:376
Function
TestCallEventsUpsertAndList
(t *testing.T)
internal/store/messages_test.go:143
Function
TestCallLogRecordChatIgnoresSelfGroupJIDForOneToOne
(t *testing.T)
internal/wa/calls_test.go:26
Function
TestCallLogRecordRecognizesPNAndLIDSelfIdentities
(t *testing.T)
internal/wa/calls_test.go:49
Function
TestCallLogRecordTimestampUnits
(t *testing.T)
internal/wa/calls_test.go:12
Function
TestCallsListCommandHasExpectedFlags
(t *testing.T)
cmd/wacli/messages_test.go:163
Function
TestChannelRecordFromMeta
(t *testing.T)
cmd/wacli/channels_test.go:12
Function
TestChatFlagsString
(t *testing.T)
cmd/wacli/chats_test.go:86
Function
TestChatKindFromJIDNewsletter
(t *testing.T)
cmd/wacli/channels_test.go:48
Function
TestChatStateColumnsAndFilters
(t *testing.T)
internal/store/chats_test.go:45
Function
TestChatStateEventsUpdateLocalStore
(t *testing.T)
internal/app/sync_test.go:851
Function
TestChatStateSettersCreateMissingChat
(t *testing.T)
internal/store/chats_test.go:197
Function
TestChatsCleanupRejectsNonPositiveDaysBeforeOpeningStore
(t *testing.T)
cmd/wacli/chats_cleanup_test.go:11
Function
TestChmodFiles
(t *testing.T)
internal/sqliteutil/files_test.go:10
Function
TestChmodFilesIgnoresMissingSidecars
(t *testing.T)
internal/sqliteutil/files_test.go:34
Function
TestCleanVoteOptionsDedupAndTrim
(t *testing.T)
cmd/wacli/send_poll_test.go:185
Function
TestContactSystemNamePrecedenceAndSearch
(t *testing.T)
internal/store/contacts_test.go:71
Function
TestContactsAliasTagsAndSearch
(t *testing.T)
internal/store/contacts_test.go:7
Function
TestContactsImportSystemFromInputDryRunDoesNotWrite
(t *testing.T)
cmd/wacli/contacts_import_system_test.go:13
← previous
next →
1,201–1,300 of 1,829, ranked by callers