Skip to content

getBasicGroupFullInfo

Sahri Riza Umami edited this page Jun 6, 2018 · 1 revision

Returns full information about a user by their identifier.

getUserFullInfo(user_id)
Field Type Description
user_id int32 User identifier

Example

  • Get full information about user 1234567890.

    getUserFullInfo(1234567890)

    Response:

    {
      ["@type"] = "basicGroupFullInfo",
      creator_user_id = 133716051,
      invite_link = "https://t.me/joinchat/MerekpEkxWyMG_Jed0etmQ",
      members = {
        {
          ["@type"] = "chatMember",
          inviter_user_id = 80085272,
          joined_chat_date = 1517920219,
          status = {
            ["@type"] = "chatMemberStatusMember"
          },
          user_id = 80085272
        },
        {
          ["@type"] = "chatMember",
          bot_info = {
            ["@type"] = "botInfo",
            commands = {},
            description = ""
          },
          inviter_user_id = 133716051,
          joined_chat_date = 1517839059,
          status = {
            ["@type"] = "chatMemberStatusMember"
          },
          user_id = 456765454
        },
        {
          ["@type"] = "chatMember",
          inviter_user_id = 133716051,
          joined_chat_date = 1517839059,
          status = {
            ["@type"] = "chatMemberStatusCreator",
            is_member = true
          },
          user_id = 133716051
        },
        [0] = {
          ["@type"] = "chatMember",
          bot_info = {
            ["@type"] = "botInfo",
            commands = {},
            description = ""
          },
          inviter_user_id = 133716051,
          joined_chat_date = 1518001792,
          status = {
            ["@type"] = "chatMemberStatusMember"
          },
          user_id = 445566927
        }
      }
    }

Frequently Asked Questions
The Functions

Clone this wiki locally