File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/api/integrations/channel/whatsapp Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3552,6 +3552,9 @@ export class BaileysStartupService extends ChannelStartupService {
35523552 restrict : group . restrict ,
35533553 announce : group . announce ,
35543554 participants : group . participants ,
3555+ isCommunity : group . isCommunity ,
3556+ isCommunityAnnounce : group . isCommunityAnnounce ,
3557+ linkedParent : group . linkedParent ,
35553558 } ;
35563559 } catch ( error ) {
35573560 if ( reply === 'inner' ) {
@@ -3581,6 +3584,9 @@ export class BaileysStartupService extends ChannelStartupService {
35813584 descId : group . descId ,
35823585 restrict : group . restrict ,
35833586 announce : group . announce ,
3587+ isCommunity : group . isCommunity ,
3588+ isCommunityAnnounce : group . isCommunityAnnounce ,
3589+ linkedParent : group . linkedParent ,
35843590 } ;
35853591
35863592 if ( getParticipants . getParticipants == 'true' ) {
You can’t perform that action at this time.
0 commit comments