Home
last modified time | relevance | path

Searched refs:member_user_ids (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/models/
H A Dgroup_members_shared_example.rb14 member_user_ids = namespace.members.pluck(:user_id)
16 expect(member_user_ids).to include(developer.id)
17 expect(member_user_ids).not_to include(requester.id)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dproject_team.rb78 members.where(id: member_user_ids)
235 def member_user_ids method in ProjectTeam
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl606 //@member_user_ids User identifiers of some chat members that may be known to the current user
609 …tle:string photo:chatPhotoInfo description:string member_count:int32 member_user_ids:vector<int53>…
1800 //@description A newly created basic group @title Title of the basic group @member_user_ids User id…
1801 messageBasicGroupChatCreate title:string member_user_ids:vector<int53> = MessageContent;
1815 //@description New chat members were added @member_user_ids User identifiers of the new members
1816 messageChatAddMembers member_user_ids:vector<int53> = MessageContent;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp16163 vector<int64> member_user_ids; in get_chat_invite_link_info_object() local
16216member_user_ids = get_user_ids_object(invite_link_info->participant_user_ids, "get_chat_invite_lin… in get_chat_invite_link_info_object()
16240 … description, participant_count, std::move(member_user_ids), in get_chat_invite_link_info_object()