Api 电报获取频道配置文件照片

Api 电报获取频道配置文件照片,api,telegram,Api,Telegram,如何通过api或…从电报中通过通道id获取当前通道配置文件照片 例如,我的频道id是@wikidaily,频道链接是https://telegram.me/wikidaily Thx. 您可以尝试此功能,但您至少需要了解InputChannel详细信息(您应该已经从之前收到的对话响应中了解到): ---作用--- 它将返回: messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<

如何通过api或…从电报中通过通道id获取当前通道配置文件照片

例如,我的频道id是
@wikidaily
,频道链接是
https://telegram.me/wikidaily

Thx.

您可以尝试此功能,但您至少需要了解
InputChannel
详细信息(您应该已经从之前收到的对话响应中了解到):

---作用---

它将返回:

messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
如果我能找到一个更简单的直接方法,我会更新这篇文章

干杯。

您可以尝试此功能,但您至少需要了解
InputChannel
详细信息(您应该已经从之前收到的对话响应中了解到):

---作用---

它将返回:

messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
如果我能找到一个更简单的直接方法,我会更新这篇文章


干杯。

没人能帮我!!!:(没人能帮我!!!:(
messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
channelFull#c3d5512f flags:# can_view_participants:flags.3?true can_set_username:flags.6?true id:int about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?int migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int = ChatFull;