[ Version ( deprecated = true , since = "0.7.12" ) ]
public unowned Intset group_get_members ()
Warning: group_get_members is deprecated.
If this is a group and the TP_CHANNEL_FEATURE_GROUP
feature has been prepared, return a
Intset containing its members.
New code should use group_dup_members_contacts instead.
If this is a group but TP_CHANNEL_FEATURE_GROUP
has not been prepared, the result may
either be a set of members, or null
.
If this is not a group, return null
.
this |
a channel |
the members, or |