github.com/gotd/td/tg.TodoList.OthersCanComplete (field)

7 uses

	github.com/gotd/td/tg (current package)
		tl_todo_list_gen.go#L50: 	OthersCanComplete bool
		tl_todo_list_gen.go#L81: 	if !(t.OthersCanComplete == false) {
		tl_todo_list_gen.go#L111: 	t.OthersCanComplete = from.GetOthersCanComplete()
		tl_todo_list_gen.go#L166: 	if !(t.OthersCanComplete == false) {
		tl_todo_list_gen.go#L223: 	t.OthersCanComplete = t.Flags.Has(1)
		tl_todo_list_gen.go#L272: 		t.OthersCanComplete = true
		tl_todo_list_gen.go#L275: 		t.OthersCanComplete = false