status-desktop/devuser_guide/content/api/statusgo/group_chats.md

588 B

title description lead date lastmod draft images menu toc
Group Chats 2020-10-06T08:48:23+00:00 2020-10-06T08:48:23+00:00 false
api
parent
statusgo
true

RPC Calls

confirmJoiningGroup

%* [chatId])

leaveGroupChat

%* [nil, chatId, true])

changeGroupChatName

%* [nil, chatId, newName])

createGroupChatWithMembers

%* [nil, groupName, pubKeys])

addMembersToGroupChat

%* [nil, chatId, pubKeys])

removeMemberFromGroupChat

%* [nil, chatId, pubKey])

addAdminsToGroupChat

%* [nil, chatId, [pubKey]])