Skip to content

Internal Group ID from Messages #656

Answered by exquo
mightym asked this question in Q&A
Jun 29, 2021 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

This should do it:

import base64
ba = [173, 151, 71, 53, 32, 62, 235, 210, 249, 242, 73, 225, 244, 161, 158, 193, 105, 253, 66, 4, 117, 167, 236, 100, 36, 232, 163, 194, 234, 25, 47, 162]
b = bytes(ba)
gid = base64.b64encode(b).decode()
print(gid)

See also #272.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@mightym
Comment options

Answer selected by AsamK
Comment options

You must be logged in to vote
4 replies
@mightym
Comment options

@exquo
Comment options

@mightym
Comment options

@exquo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #654 on June 30, 2021 05:34.