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

35 uses

	github.com/gotd/td/tg (current package)
		tl_dialog_gen.go#L1094: type DialogCommunity struct {
		tl_dialog_gen.go#L1109: func (d DialogCommunity) construct() DialogClass { return &d }
		tl_dialog_gen.go#L1113: 	_ bin.Encoder     = &DialogCommunity{}
		tl_dialog_gen.go#L1114: 	_ bin.Decoder     = &DialogCommunity{}
		tl_dialog_gen.go#L1115: 	_ bin.BareEncoder = &DialogCommunity{}
		tl_dialog_gen.go#L1116: 	_ bin.BareDecoder = &DialogCommunity{}
		tl_dialog_gen.go#L1118: 	_ DialogClass = &DialogCommunity{}
		tl_dialog_gen.go#L1121: func (d *DialogCommunity) Zero() bool {
		tl_dialog_gen.go#L1142: func (d *DialogCommunity) String() string {
		tl_dialog_gen.go#L1146: 	type Alias DialogCommunity
		tl_dialog_gen.go#L1151: func (d *DialogCommunity) FillFrom(from interface {
		tl_dialog_gen.go#L1164: func (*DialogCommunity) TypeID() uint32 {
		tl_dialog_gen.go#L1169: func (*DialogCommunity) TypeName() string {
		tl_dialog_gen.go#L1174: func (d *DialogCommunity) TypeInfo() tdp.Type {
		tl_dialog_gen.go#L1202: func (d *DialogCommunity) SetFlags() {
		tl_dialog_gen.go#L1209: func (d *DialogCommunity) Encode(b *bin.Buffer) error {
		tl_dialog_gen.go#L1218: func (d *DialogCommunity) EncodeBare(b *bin.Buffer) error {
		tl_dialog_gen.go#L1234: func (d *DialogCommunity) Decode(b *bin.Buffer) error {
		tl_dialog_gen.go#L1245: func (d *DialogCommunity) DecodeBare(b *bin.Buffer) error {
		tl_dialog_gen.go#L1271: func (d *DialogCommunity) SetPinned(value bool) {
		tl_dialog_gen.go#L1282: func (d *DialogCommunity) GetPinned() (value bool) {
		tl_dialog_gen.go#L1290: func (d *DialogCommunity) GetCommunityID() (value int64) {
		tl_dialog_gen.go#L1298: func (d *DialogCommunity) GetNotifySettings() (value PeerNotifySettings) {
		tl_dialog_gen.go#L1384: 		v := DialogCommunity{}
		tl_dialog_slices_gen.go#L148: 		value, ok := elem.(*DialogCommunity)
		tl_dialog_slices_gen.go#L323: type DialogCommunityArray []DialogCommunity
		tl_dialog_slices_gen.go#L326: func (s DialogCommunityArray) Sort(less func(a, b DialogCommunity) bool) DialogCommunityArray {
		tl_dialog_slices_gen.go#L334: func (s DialogCommunityArray) SortStable(less func(a, b DialogCommunity) bool) DialogCommunityArray {
		tl_dialog_slices_gen.go#L342: func (s DialogCommunityArray) Retain(keep func(x DialogCommunity) bool) DialogCommunityArray {
		tl_dialog_slices_gen.go#L356: func (s DialogCommunityArray) First() (v DialogCommunity, ok bool) {
		tl_dialog_slices_gen.go#L364: func (s DialogCommunityArray) Last() (v DialogCommunity, ok bool) {
		tl_dialog_slices_gen.go#L372: func (s *DialogCommunityArray) PopFirst() (v DialogCommunity, ok bool) {
		tl_dialog_slices_gen.go#L382: 	var zero DialogCommunity
		tl_dialog_slices_gen.go#L391: func (s *DialogCommunityArray) Pop() (v DialogCommunity, ok bool) {
		tl_registry_gen.go#L5163: 		DialogCommunityTypeID:                                    func() bin.Object { return &DialogCommunity{} },