Skip to content

ReadHistoryRequest does not increase views count on the channel #305

@artem-gunkin

Description

@artem-gunkin

I try to sign in account and get histrory message:

client = TelegramClient(session, api_id, api_hash)
client.connect()
channel = client.get_entity('@some_channel')
count, messages, senders = client(ReadHistoryRequest(channel, 100))

Then check message views. But they do not change. Is there some other methods for mark channel messages as viewed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions