type github.com/gotd/td/tg.ChannelsDeleteParticipantHistoryRequest

23 uses

	github.com/gotd/td/tg (current package)
		tl_channels_delete_participant_history_gen.go#L38: type ChannelsDeleteParticipantHistoryRequest struct {
		tl_channels_delete_participant_history_gen.go#L50: 	_ bin.Encoder     = &ChannelsDeleteParticipantHistoryRequest{}
		tl_channels_delete_participant_history_gen.go#L51: 	_ bin.Decoder     = &ChannelsDeleteParticipantHistoryRequest{}
		tl_channels_delete_participant_history_gen.go#L52: 	_ bin.BareEncoder = &ChannelsDeleteParticipantHistoryRequest{}
		tl_channels_delete_participant_history_gen.go#L53: 	_ bin.BareDecoder = &ChannelsDeleteParticipantHistoryRequest{}
		tl_channels_delete_participant_history_gen.go#L56: func (d *ChannelsDeleteParticipantHistoryRequest) Zero() bool {
		tl_channels_delete_participant_history_gen.go#L71: func (d *ChannelsDeleteParticipantHistoryRequest) String() string {
		tl_channels_delete_participant_history_gen.go#L75: 	type Alias ChannelsDeleteParticipantHistoryRequest
		tl_channels_delete_participant_history_gen.go#L80: func (d *ChannelsDeleteParticipantHistoryRequest) FillFrom(from interface {
		tl_channels_delete_participant_history_gen.go#L91: func (*ChannelsDeleteParticipantHistoryRequest) TypeID() uint32 {
		tl_channels_delete_participant_history_gen.go#L96: func (*ChannelsDeleteParticipantHistoryRequest) TypeName() string {
		tl_channels_delete_participant_history_gen.go#L101: func (d *ChannelsDeleteParticipantHistoryRequest) TypeInfo() tdp.Type {
		tl_channels_delete_participant_history_gen.go#L124: func (d *ChannelsDeleteParticipantHistoryRequest) Encode(b *bin.Buffer) error {
		tl_channels_delete_participant_history_gen.go#L133: func (d *ChannelsDeleteParticipantHistoryRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_delete_participant_history_gen.go#L153: func (d *ChannelsDeleteParticipantHistoryRequest) Decode(b *bin.Buffer) error {
		tl_channels_delete_participant_history_gen.go#L164: func (d *ChannelsDeleteParticipantHistoryRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_delete_participant_history_gen.go#L186: func (d *ChannelsDeleteParticipantHistoryRequest) GetChannel() (value InputChannelClass) {
		tl_channels_delete_participant_history_gen.go#L194: func (d *ChannelsDeleteParticipantHistoryRequest) GetParticipant() (value InputPeerClass) {
		tl_channels_delete_participant_history_gen.go#L202: func (d *ChannelsDeleteParticipantHistoryRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_delete_participant_history_gen.go#L219: func (c *Client) ChannelsDeleteParticipantHistory(ctx context.Context, request *ChannelsDeleteParticipantHistoryRequest) (*MessagesAffectedHistory, error) {
		tl_registry_gen.go#L5219: 		ChannelsDeleteParticipantHistoryRequestTypeID:                           func() bin.Object { return &ChannelsDeleteParticipantHistoryRequest{} },
		tl_server_gen.go#L7472: func (s *ServerDispatcher) OnChannelsDeleteParticipantHistory(f func(ctx context.Context, request *ChannelsDeleteParticipantHistoryRequest) (*MessagesAffectedHistory, error)) {
		tl_server_gen.go#L7474: 		var request ChannelsDeleteParticipantHistoryRequest