channels.SendAsPeers#

class pyrogram.raw.types.channels.SendAsPeers#

A list of peers that can be used to send messages in a specific group.

Constructor of SendAsPeers.

Details:
  • Layer: 158

  • ID: F496B0C6

Parameters:
  • peers (List of SendAsPeer) – Peers that can be used to send messages to the group.

  • chats (List of Chat) – Mentioned chats.

  • users (List of User) – Mentioned users.

Functions:

This object can be returned by 1 function.

channels.GetSendAs

Obtains a list of peers that can be used to send messages in a specific group.