users.GetRequirementsToContact#

class pyrogram.raw.functions.users.GetRequirementsToContact#

Check whether we can write to the specified users, used to implement bulk checks for Premium-only messages and paid messages . For each input user, returns a RequirementToContact constructor (at the same offset in the vector) containing requirements to contact them.

Details:
  • Layer: 211

  • ID: D89A83A3

Parameters:
id (List of InputUser):

Users to check.

Returns:

List of RequirementToContact