Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyrogram/pyrogram
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: idokar/pyrogram
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 2, 2021

  1. update the new and left chat member filters

    Filters for new and left chat member that supports the new update type
    idokar authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    ba7d7e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. update left and new chat member filter

    This update suports the new ChetMemberUpdate updare.
    The threshold parameter check if a user has joined in the last 2 seconds related to the update creation time.
    The check "if is_member is False" is importent because this variabel can be None
    idokar authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    4b3e993 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. import ChatMemberUpdated

    idokar authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1cbf8ca View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Merge pull request #1 from pyrogram/master

    update
    idokar authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    ee51a38 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Add filters for "ChatMemberUpdated" update type

    Fixed the new filters and add some new filters.
    idokar authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    af03604 View commit details
    Browse the repository at this point in the history
Loading