Skip to content

Method ChannelsEditAdmin is broken in v0.141 #1689

@casper75

Description

@casper75
	_, err = session.Client.API().ChannelsEditAdmin(ctx, &tg.ChannelsEditAdminRequest{
		Channel:     inputChannel,
		UserID:      session.Client.Self.AsInput(),
		AdminRights: adminRights,
	})

This code worked perfectly before, but after updating to v0.141, an error constantly occurs:

400: USER_CREATOR

Had to roll back to v0.140

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions