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

31 uses

	github.com/gotd/td/tg (current package)
		tl_dialog_peer_gen.go#L318: type DialogPeerCommunity struct {
		tl_dialog_peer_gen.go#L327: func (d DialogPeerCommunity) construct() DialogPeerClass { return &d }
		tl_dialog_peer_gen.go#L331: 	_ bin.Encoder     = &DialogPeerCommunity{}
		tl_dialog_peer_gen.go#L332: 	_ bin.Decoder     = &DialogPeerCommunity{}
		tl_dialog_peer_gen.go#L333: 	_ bin.BareEncoder = &DialogPeerCommunity{}
		tl_dialog_peer_gen.go#L334: 	_ bin.BareDecoder = &DialogPeerCommunity{}
		tl_dialog_peer_gen.go#L336: 	_ DialogPeerClass = &DialogPeerCommunity{}
		tl_dialog_peer_gen.go#L339: func (d *DialogPeerCommunity) Zero() bool {
		tl_dialog_peer_gen.go#L351: func (d *DialogPeerCommunity) String() string {
		tl_dialog_peer_gen.go#L355: 	type Alias DialogPeerCommunity
		tl_dialog_peer_gen.go#L360: func (d *DialogPeerCommunity) FillFrom(from interface {
		tl_dialog_peer_gen.go#L369: func (*DialogPeerCommunity) TypeID() uint32 {
		tl_dialog_peer_gen.go#L374: func (*DialogPeerCommunity) TypeName() string {
		tl_dialog_peer_gen.go#L379: func (d *DialogPeerCommunity) TypeInfo() tdp.Type {
		tl_dialog_peer_gen.go#L398: func (d *DialogPeerCommunity) Encode(b *bin.Buffer) error {
		tl_dialog_peer_gen.go#L407: func (d *DialogPeerCommunity) EncodeBare(b *bin.Buffer) error {
		tl_dialog_peer_gen.go#L416: func (d *DialogPeerCommunity) Decode(b *bin.Buffer) error {
		tl_dialog_peer_gen.go#L427: func (d *DialogPeerCommunity) DecodeBare(b *bin.Buffer) error {
		tl_dialog_peer_gen.go#L442: func (d *DialogPeerCommunity) GetCommunityID() (value int64) {
		tl_dialog_peer_gen.go#L523: 		v := DialogPeerCommunity{}
		tl_dialog_peer_slices_gen.go#L148: 		value, ok := elem.(*DialogPeerCommunity)
		tl_dialog_peer_slices_gen.go#L323: type DialogPeerCommunityArray []DialogPeerCommunity
		tl_dialog_peer_slices_gen.go#L326: func (s DialogPeerCommunityArray) Sort(less func(a, b DialogPeerCommunity) bool) DialogPeerCommunityArray {
		tl_dialog_peer_slices_gen.go#L334: func (s DialogPeerCommunityArray) SortStable(less func(a, b DialogPeerCommunity) bool) DialogPeerCommunityArray {
		tl_dialog_peer_slices_gen.go#L342: func (s DialogPeerCommunityArray) Retain(keep func(x DialogPeerCommunity) bool) DialogPeerCommunityArray {
		tl_dialog_peer_slices_gen.go#L356: func (s DialogPeerCommunityArray) First() (v DialogPeerCommunity, ok bool) {
		tl_dialog_peer_slices_gen.go#L364: func (s DialogPeerCommunityArray) Last() (v DialogPeerCommunity, ok bool) {
		tl_dialog_peer_slices_gen.go#L372: func (s *DialogPeerCommunityArray) PopFirst() (v DialogPeerCommunity, ok bool) {
		tl_dialog_peer_slices_gen.go#L382: 	var zero DialogPeerCommunity
		tl_dialog_peer_slices_gen.go#L391: func (s *DialogPeerCommunityArray) Pop() (v DialogPeerCommunity, ok bool) {
		tl_registry_gen.go#L5940: 		DialogPeerCommunityTypeID:                                func() bin.Object { return &DialogPeerCommunity{} },