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

31 uses

	github.com/gotd/td/tg (current package)
		tl_input_notify_peer_gen.go#L660: type InputNotifyCommunity struct {
		tl_input_notify_peer_gen.go#L669: func (i InputNotifyCommunity) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L673: 	_ bin.Encoder     = &InputNotifyCommunity{}
		tl_input_notify_peer_gen.go#L674: 	_ bin.Decoder     = &InputNotifyCommunity{}
		tl_input_notify_peer_gen.go#L675: 	_ bin.BareEncoder = &InputNotifyCommunity{}
		tl_input_notify_peer_gen.go#L676: 	_ bin.BareDecoder = &InputNotifyCommunity{}
		tl_input_notify_peer_gen.go#L678: 	_ InputNotifyPeerClass = &InputNotifyCommunity{}
		tl_input_notify_peer_gen.go#L681: func (i *InputNotifyCommunity) Zero() bool {
		tl_input_notify_peer_gen.go#L693: func (i *InputNotifyCommunity) String() string {
		tl_input_notify_peer_gen.go#L697: 	type Alias InputNotifyCommunity
		tl_input_notify_peer_gen.go#L702: func (i *InputNotifyCommunity) FillFrom(from interface {
		tl_input_notify_peer_gen.go#L711: func (*InputNotifyCommunity) TypeID() uint32 {
		tl_input_notify_peer_gen.go#L716: func (*InputNotifyCommunity) TypeName() string {
		tl_input_notify_peer_gen.go#L721: func (i *InputNotifyCommunity) TypeInfo() tdp.Type {
		tl_input_notify_peer_gen.go#L740: func (i *InputNotifyCommunity) Encode(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L749: func (i *InputNotifyCommunity) EncodeBare(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L763: func (i *InputNotifyCommunity) Decode(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L774: func (i *InputNotifyCommunity) DecodeBare(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L789: func (i *InputNotifyCommunity) GetCommunity() (value InputChannelClass) {
		tl_input_notify_peer_gen.go#L889: 		v := InputNotifyCommunity{}
		tl_input_notify_peer_slices_gen.go#L148: 		value, ok := elem.(*InputNotifyCommunity)
		tl_input_notify_peer_slices_gen.go#L323: type InputNotifyCommunityArray []InputNotifyCommunity
		tl_input_notify_peer_slices_gen.go#L326: func (s InputNotifyCommunityArray) Sort(less func(a, b InputNotifyCommunity) bool) InputNotifyCommunityArray {
		tl_input_notify_peer_slices_gen.go#L334: func (s InputNotifyCommunityArray) SortStable(less func(a, b InputNotifyCommunity) bool) InputNotifyCommunityArray {
		tl_input_notify_peer_slices_gen.go#L342: func (s InputNotifyCommunityArray) Retain(keep func(x InputNotifyCommunity) bool) InputNotifyCommunityArray {
		tl_input_notify_peer_slices_gen.go#L356: func (s InputNotifyCommunityArray) First() (v InputNotifyCommunity, ok bool) {
		tl_input_notify_peer_slices_gen.go#L364: func (s InputNotifyCommunityArray) Last() (v InputNotifyCommunity, ok bool) {
		tl_input_notify_peer_slices_gen.go#L372: func (s *InputNotifyCommunityArray) PopFirst() (v InputNotifyCommunity, ok bool) {
		tl_input_notify_peer_slices_gen.go#L382: 	var zero InputNotifyCommunity
		tl_input_notify_peer_slices_gen.go#L391: func (s *InputNotifyCommunityArray) Pop() (v InputNotifyCommunity, ok bool) {
		tl_registry_gen.go#L5185: 		InputNotifyCommunityTypeID:                               func() bin.Object { return &InputNotifyCommunity{} },