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

20 uses

	github.com/gotd/td/tg (current package)
		tl_channels_channel_participants_gen.go#L323: type ChannelsChannelParticipantsNotModified struct {
		tl_channels_channel_participants_gen.go#L330: func (c ChannelsChannelParticipantsNotModified) construct() ChannelsChannelParticipantsClass {
		tl_channels_channel_participants_gen.go#L336: 	_ bin.Encoder     = &ChannelsChannelParticipantsNotModified{}
		tl_channels_channel_participants_gen.go#L337: 	_ bin.Decoder     = &ChannelsChannelParticipantsNotModified{}
		tl_channels_channel_participants_gen.go#L338: 	_ bin.BareEncoder = &ChannelsChannelParticipantsNotModified{}
		tl_channels_channel_participants_gen.go#L339: 	_ bin.BareDecoder = &ChannelsChannelParticipantsNotModified{}
		tl_channels_channel_participants_gen.go#L341: 	_ ChannelsChannelParticipantsClass = &ChannelsChannelParticipantsNotModified{}
		tl_channels_channel_participants_gen.go#L344: func (c *ChannelsChannelParticipantsNotModified) Zero() bool {
		tl_channels_channel_participants_gen.go#L353: func (c *ChannelsChannelParticipantsNotModified) String() string {
		tl_channels_channel_participants_gen.go#L357: 	type Alias ChannelsChannelParticipantsNotModified
		tl_channels_channel_participants_gen.go#L364: func (*ChannelsChannelParticipantsNotModified) TypeID() uint32 {
		tl_channels_channel_participants_gen.go#L369: func (*ChannelsChannelParticipantsNotModified) TypeName() string {
		tl_channels_channel_participants_gen.go#L374: func (c *ChannelsChannelParticipantsNotModified) TypeInfo() tdp.Type {
		tl_channels_channel_participants_gen.go#L388: func (c *ChannelsChannelParticipantsNotModified) Encode(b *bin.Buffer) error {
		tl_channels_channel_participants_gen.go#L397: func (c *ChannelsChannelParticipantsNotModified) EncodeBare(b *bin.Buffer) error {
		tl_channels_channel_participants_gen.go#L405: func (c *ChannelsChannelParticipantsNotModified) Decode(b *bin.Buffer) error {
		tl_channels_channel_participants_gen.go#L416: func (c *ChannelsChannelParticipantsNotModified) DecodeBare(b *bin.Buffer) error {
		tl_channels_channel_participants_gen.go#L469: func (c *ChannelsChannelParticipantsNotModified) AsModified() (*ChannelsChannelParticipants, bool) {
		tl_channels_channel_participants_gen.go#L489: 		v := ChannelsChannelParticipantsNotModified{}
		tl_registry_gen.go#L4173: 		ChannelsChannelParticipantsNotModifiedTypeID:             func() bin.Object { return &ChannelsChannelParticipantsNotModified{} },